lilypond-user
[Top][All Lists]
Advanced

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

Re: LSR updates: was: polychords: a working solution


From: David Nalesnik
Subject: Re: LSR updates: was: polychords: a working solution
Date: Sun, 19 Feb 2012 22:50:11 -0600

Hi again,

On Sun, Feb 19, 2012 at 9:03 PM, David Nalesnik <address@hidden> wrote:

Hi Harm,

On Sun, Feb 19, 2012 at 11:51 AM, Thomas Morley <address@hidden> 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


reply via email to

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