You could put the compound time signature (along with everything else that's 
"global", like key or tempo) in an extra variable, like this

global = {
  \compoundMeter #'((3 2 4))
  % more ...
}

and put \global at the beginning of each staff. That way, any change in the 
global variable is transported to all staffs ... That's how I do it, anyway. 

Best, Robert 


> On 29 May 2014, at 21:16, Orm Finnendahl <orm.finnend...@hfmdk-frankfurt.de> 
> wrote:
> 
> Hi,
> 
> in the following example, the compound timesignature is only shown on
> the top staff. Is there a mechanism to show it in all staffs with the
> "2+3/4" without wxplicitely having to restate the compundMeter
> statement in each staff?
> 
> --
> Orm
> 
> \version "2.19.5"
> 
> \relative c' {
>  << 
>    \new Staff = "timesigs" {
>       \compoundMeter #'((3 2 4)) 
>       \repeat unfold 10 s4 }
>    \new Staff { \repeat unfold 10 c4 }    
>    \new Staff { \repeat unfold 10 c4 }    
> }
> 
> _______________________________________________
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user

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

Reply via email to