Quoting luis jure <[EMAIL PROTECTED]>:
...
all in all it's quite passable. here's the code and the result. if
anyone detects something that's not quite right or could be better, i'd
greatly appreciate any suggestions for improvement. articulations,
dynamics, etc. are still missing.
...
        \new Voice \with {\remove "Forbid_line_break_engraver"}

Instead of repeating this for every Voice in the score, it's easier to redefine the default definition of Voice contexts, by adding
\layout{
 \context{
   \Voice
   \remove Forbid_line_break_engraver
 }
}
either at the top level of the file, or at the end of the \score{...}
block.

  /Mats



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to