lilypond-user
[Top][All Lists]
Advanced

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

problem with compound meter


From: Stefan Thomas
Subject: problem with compound meter
Date: Sat, 8 Oct 2011 17:13:24 +0200

Dear community,
I have a problem with the compoundMeter command.
In the below quoted snippet the compound meter is displayed only in the very high staff, but not in the following one!

\version "2.14.1"
global= { \compoundMeter #'((1 4) (5 16)) s4 s16*5  }
UPstaff = { c' 16 d' e' f' g' a' b' c'' d'' }
Downstaff = { c'' b' a' g' f' e' d' c' b }

\score {
  <<
    \new Staff { \context Voice << {\global} {\UPstaff }>> }
    \new Staff { \Downstaff }
  >>
}


reply via email to

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