bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 1776 in lilypond: Doc: NR - Polymetric Notation \compoundMeter


From: lilypond
Subject: Re: Issue 1776 in lilypond: Doc: NR - Polymetric Notation \compoundMeter isn't documented
Date: Thu, 28 Jul 2011 05:31:46 +0000


Comment #7 on issue 1776 by address@hidden: 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.




reply via email to

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