Comment #7 on issue 1776 by lemniska...@gmail.com: Doc: NR - Polymetric
Notation \compoundMeter isn't documented
http://code.google.com/p/lilypond/issues/detail?id=1776
I suggest this:
\relative c' {
\compoundMeter #'(2 2 2 8)
\repeat unfold 6 c8 \repeat unfold 12 c16
}
\relative c' {
\compoundMeter #'((1 4) (3 8))
\repeat unfold 5 c8 \repeat unfold 10 c16
}
\relative c' {
\compoundMeter #'((1 2 3 8) (3 4))
\repeat unfold 12 c8
}
You may discard third example if you feel that's too much.
As for \compoundMeter #'(3 2 8) vs \compoundMeter #'((3 2 8)) , I'm pretty
sure they work the same. Probably #'(3 2 8) is a "shortcut" i.e. it's
translated into #'((3 2 8)) internally.
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond