lilypond-user
[Top][All Lists]
Advanced

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

Re: Compound time signatures


From: Han-Wen Nienhuys
Subject: Re: Compound time signatures
Date: Thu, 25 Aug 2005 15:33:29 +0200
User-agent: Mozilla Thunderbird 1.0.6-1.1.fc4 (X11/20050720)

Henrik Frisk wrote:
Here's an expanded version of the compound-time.ly example in the Tips and 
Tricks section. It allows for different combinations of divisions such as 3/16 
+ 3/8 (provided that smaller divisions than 16ths are not used) and adjusts the 
spacing accordingly. A second version of the macro allows for compound time 
signatures such as 3+5/8.

Here's an example and a PS:

cool! I would like this to be added to the tips & tricks. Just a minor stylistic comment, for

  (define hmoveDivOne
  (define hmoveDivTwo
  (define hmoveLastCol

we usually use let* , ie

 (let*
   ((var1 val1)
    (var2 val2)
   )
   ..body.. )

--
 Han-Wen Nienhuys - address@hidden - http://www.xs4all.nl/~hanwen




reply via email to

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