lilypond-user
[Top][All Lists]
Advanced

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

tupletspanner duration


From: Stefan Thomas
Subject: tupletspanner duration
Date: Tue, 1 Jan 2008 15:32:40 +0100

Dear Lilypond-users,
in the below qoted file I have a problem with the tuplet spanner,
wich is to short in the 5th measure.
I think it has to Do with the
" \set tupletSpannerDuration = #(ly:make-moment 1 4) ". Is there a
possibility to revert this?
Thanks for Your support.
Stefan
Here the short example:
t = #(define-music-function (parser location music) (ly:music?)
 #{ \times 2/3 $music #} )

\relative c' {  #(set-accidental-style 'forget)
\time 3/4 <c f des'>8  <cis bes'>16 <dis a'> <bes e c'> <es ges> <c
f>8~
\set tupletSpannerDuration = #(ly:make-moment 1 4)
\times 2/3 { <c f>8   <cis e> <es bes'>~ |
\time 4/4 <es bes'> <e a> <a, es' b'>~ <a es' b'>~  <f' aes> <d g>~
<d g>   <es ges> <es bes'>~ <es bes'>4 <e a>8~ |
 <a, es'~ b'>8  <es' ges> <c f>~ <c f> <cis e> <cis e bes'>~} <cis e
bes'>8 <c es>~ <c es>16 <a d>8 <bes cis>16 |
 <c es a>4. des~ \t{ des8 <des aes'> <bes g'>} |
 <bes g'>8 <c es a>4 des8~  \times 2/3 { des4 <des aes'> <bes g'>~} |
 <bes g'>8 <c es a>2.. |
 des16 r16 r8 r4
}

\version "2.11.34"





reply via email to

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