lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Automatic note splitting and line breaks - version 2.11.22


From: Bernard Hurley
Subject: Automatic note splitting and line breaks - version 2.11.22
Date: Mon, 30 Apr 2007 23:45:42 +0100

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]