lilypond-user
[Top][All Lists]
Advanced

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

Re: Bracket with text label


From: Alec Bartsch
Subject: Re: Bracket with text label
Date: Thu, 19 Sep 2013 13:18:00 -0700

On Sep 19, 2013, at 12:35 PM, David Kastrup <address@hidden> wrote:

> 4 is a number.  You want (ly:make-duration 2 0) instead.

OK, great, this version is going in my jazz \include and will tighten up my 
code considerably:

triplet = #(define-music-function (parser location tuplet-span music)
                                                                  
((ly:duration? (ly:make-duration 2 0)) ly:music?)
        #{
                \tuplet 3/2 $tuplet-span { $music }
        #})

Thanks all.

Alec


reply via email to

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