Hi all,

According to the documentation on Automatic note splitting:

If you want to allow line breaking on the bar lines where
Completion_heads_engraver splits notes, you must also remove
Forbid_line_breaks_engraver.

I take this to mean that the following code should generate tow bars
with a line break between them:

======================
\new Voice \with {
  \remove "Note_heads_engraver"
  \consists "Completion_heads_engraver"
  \remove "Forbid_line_breaks_engraver"
} {
  <<
    {r2 c1 r2}
    {s1 \break s1}
  >>
}
========================

Well, it doesn't. Both bars are on the same line. Am I missing something
obvious?

/Bernard


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

Reply via email to