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: David Kastrup
Subject: Re: compound timesig in all staves?
Date: Thu, 29 May 2014 22:07:59 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

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



reply via email to

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