lilypond-user
[Top][All Lists]
Advanced

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

Re: Completion_heads_engraver and skipTypesetting


From: ornello
Subject: Re: Completion_heads_engraver and skipTypesetting
Date: Tue, 2 Nov 2010 05:45:31 -0700 (PDT)

No ideas yet?


ornello wrote:
> 
> 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-tp30076968p30113435.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]