[LAU] notation software
Federico Bruni
fedelogy at gmail.com
Wed Jan 1 12:44:56 UTC 2014
2014/1/1 Rustom Mody <rustompmody at gmail.com>
> I started with nted and switched to musescore when nted was crashing too
> much.
>
> There's one thing neither has the ability to make which I wish were
> available -- bar-less scores.
>
In LilyPond it's pretty easy:
\version "2.18.0"
\layout {
\context {
\Staff
\remove "Bar_engraver"
}
\context {
\Score
\remove "Bar_number_engraver"
}
}
\relative c'' {
\repeat unfold 3 { c4 c c c } \break
\repeat unfold 3 { c4 c c c }
}
BTW, I heard that MuseScore is going to drop the lilypond export and focus
the development efforts on the MusicXML exporter...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linuxaudio.org/pipermail/linux-audio-user/attachments/20140101/c9c51c10/attachment.html>
More information about the Linux-audio-user
mailing list