I have attached a two-voice polyphonic example where I am using the
Completion_heads_engraver in combination with Score.skipTypesetting. In the
second voice, only the first quarter of note g'2. is displayed. When
removing either the Completion_heads_engraver or skipTypesetting, everything
works as expected.

It might have something to do with the fact that typesetting starts in the
middle of a note in the second voice.
Does anybody know what goes wrong here?

Thanks for help.


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

\version "2.12.3"

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

\score {
\new StaffGroup <<
\new Staff <<
\new Voice {
\set Score.skipTypesetting = ##t
g''2
\set Score.skipTypesetting = ##f
f''2.
c''4
d''4
e''4
}
>>
\new Staff <<
\new Voice {
f'2.
g'2.
a'2
}
>>
>>
}

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


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

Reply via email to