lilypond-user
[Top][All Lists]
Advanced

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

Completion_heads_engraver and \noBreak


From: ornello
Subject: Completion_heads_engraver and \noBreak
Date: Wed, 6 Oct 2010 01:38:32 -0700 (PDT)

The \noBreak command seems not to work with automatically tied notes when
using the Completion_heads_engraver.

In the example below, two line breaks are produced although I added \noBreak
after each note. When removing the Completion_heads_engraver or the first
quarter note, everything works as desired, i.e. all notes are put into one
line.

Is this a bug or am I missing something? Is there another way to avoid line
breaks with automatically tied notes?

Thanks for any help...

-------------------

\version "2.12.3"

\layout {
\context {
\Voice
\remove "Note_heads_engraver"
\consists "Completion_heads_engraver"
}
}

{
c4
c1 \noBreak
c1 \noBreak
c1 \noBreak
c1 \noBreak
c1 \noBreak
c1 \noBreak
c1 \noBreak
c1 \noBreak
c1 \noBreak
c1 \noBreak
c1 \noBreak
c1 \noBreak
c1 \noBreak
c1 \noBreak
c1 \noBreak
c1 \noBreak
c1 \noBreak
c1 \noBreak
c1 \noBreak
c1 \noBreak
c1 \noBreak
c1 \noBreak
c1 \noBreak
c1 \noBreak
c1 \noBreak
c1 \noBreak
c1 \noBreak
c1 \noBreak
c1 \noBreak
c1 \noBreak
c1 \noBreak
c1 \noBreak
}

-- 
View this message in context: 
http://old.nabble.com/Completion_heads_engraver-and-%5CnoBreak-tp29894579p29894579.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.




reply via email to

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