lilypond-user
[Top][All Lists]
Advanced

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

Re: Sibelius user looking for the easiest way to learn LilyPond


From: Nick Payne
Subject: Re: Sibelius user looking for the easiest way to learn LilyPond
Date: Thu, 03 Jan 2013 16:14:42 +1100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0

On 03/01/13 12:46, Antonio Gervasoni wrote:
Take for example a tuplet. It requires this expression: \times 2/3 { c8 d e }.
It's easy if there are just a few tuplets in the piece, but it gets much more
difficult if these occur quite often, even worse if a whole passage,
say 10 bars, is comprised only of tuplets!
If you have a whole passage of tuplets, then...

\set tupletSpannerDuration = #(ly:make-moment 1 4)
\times 2/3 { <your passage of tuplets> }

no need to repeat the \times 2/3 {} for each tuplet.




reply via email to

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