lilypond-user
[Top][All Lists]
Advanced

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

compound timesig in all staves?


From: Orm Finnendahl
Subject: compound timesig in all staves?
Date: Thu, 29 May 2014 21:16:30 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

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 }    
  >>
}



reply via email to

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