lilypond-user
[Top][All Lists]
Advanced

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

Re: Abbreviations


From: Pierre Perol-Schneider
Subject: Re: Abbreviations
Date: Fri, 3 Apr 2015 12:58:15 +0200

Hi Harm,

2015-04-03 12:32 GMT+02:00 Thomas Morley <address@hidden>:
 
%% or:

t =
#(define-music-function (parser location ratio tuplet-span music)
   (fraction? (ly:duration? '()) ly:music?)
#{ \tuplet $frac $tuplet-span $mus #})


Copy/paste typos?

t =
#(define-music-function (parser location ratio tuplet-span music)
   (fraction? (ly:duration? '()) ly:music?)
#{ \tuplet $ratio $tuplet-span $music #})

\relative c'' {
  \t 3/2 { c c c }
}


Cheers,
Pierre



reply via email to

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