Hi again,

On Sun, Feb 19, 2012 at 9:03 PM, David Nalesnik <david.nales...@gmail.com>wrote:

>
> Hi Harm,
>
> On Sun, Feb 19, 2012 at 11:51 AM, Thomas Morley <
> thomasmorle...@googlemail.com> wrote:
>
>>
>> I didn't manage to fix:
>
> mixed-meter---automatic-compound-time-signatures.ly
>>
>
A little more exploring led me to \compoundMeter...

This snippet shouldn't be necessary anymore.

It can be replaced with:

{
  %\compoundMeter #'((3 2 2 3 8)) ;; numerators over a single denominator
  \compoundMeter #'((3 8) (2 8) (2 8) (3 8)) ;; each numerator with its own
denominator, as in the snippet
  \repeat unfold 10 c'8 \repeat unfold 20 c'16
}

-David
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to