lilypond-user
[Top][All Lists]
Advanced

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

Re: tuplet bracket starts too late after shorter-rest


From: address@hidden
Subject: Re: tuplet bracket starts too late after shorter-rest
Date: Mon, 28 May 2012 10:16:28 +0200

On 28 mai 2012, at 09:52, Stefan Thomas wrote:

> Dear community,
> I have a problem within the below quoted snippet.
> The Tupletbracket starts to late, I think because of the shorter-rest. What 
> do I have to do to get the full-length?
> Here is the snippet:
> %%%%%%%%%%%%%%%%%%
> \version "2.14.2"
> le = { \change Staff="left" }
> ri = { \change Staff="right" }
> 
> RIGHT = {
>  \time 1/4
>  \scaleDurations #'(4 . 5) { d'' 16 \le cis' \ri r16 <bes'  f'' a'' b'' >8-> }
> }
> LEFT = { \clef bass 
>  \once \override TupletBracket #'X-extent = #'( -33 . 33 ) % has no effect
>  \times 4/5 {s8 r16 <fis c' es' f'  >8 } }
> 
> \score {
>  \new PianoStaff
>  << \new Staff="right"  \RIGHT
>    \new Staff="left" \LEFT >>
> }
> %%%%%%% END %%%%%%%%%%%%
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/lilypond-user

Try:

\set tupletFullLength = ##t
\set tupletFullLengthNote = ##t

Cheers,
MS


reply via email to

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