lilypond-user
[Top][All Lists]
Advanced

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

Re: compound timesig in all staves?


From: Thomas Morley
Subject: Re: compound timesig in all staves?
Date: Thu, 29 May 2014 22:15:03 +0200

2014-05-29 22:07 GMT+02:00 David Kastrup <address@hidden>:
> Thomas Morley <address@hidden> writes:
>
>> 'compoundMeter' uses
>> \once \override Staff.TimeSignature.stencil = ...
>> to explecitely limit the stemcil-override to current Staff. Otherwise
>> the following code would return wrong output:
>
> Let's assume it would use \once \override Timing.TimeSignature.stencil:
>
>> \score {
>>   \relative c' <<
>>     \new Staff {
>>       \compoundMeter #'((3 2 4))
> [...]
>>     \new Staff {
>>       \time 6/8
> [...]
>>   \layout {
>>     \context {
>>       \Score
>>       \remove "Timing_translator"
>>       \remove "Default_bar_line_engraver"
>>     }
>>     \context {
>>       \Staff
>>       \consists "Timing_translator"
>>       \consists "Default_bar_line_engraver"
>>     }
>>   }
>> }
>
> Then this would _still_ work since the Timing alias moves along with the
> Timing_translator.
>
> --
> David Kastrup

Much better.
Who does the fix, you or me?



reply via email to

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