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

Reply via email to