opensubscriber
   Find in this group all groups
 
Unknown more information…

l : lilypond-user@gnu.org 28 May 2012 • 4:16PM -0400

Re: tuplet bracket starts too late after shorter-rest
by mike@apollinemike.com

REPLY TO AUTHOR
 
REPLY TO GROUP





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
> lilypond-user@gnu....
> https://lists.gnu.org/mailman/listinfo/lilypond-user

Try:

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

Cheers,
MS
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu....
https://lists.gnu.org/mailman/listinfo/lilypond-user

Bookmark with:

Delicious   Digg   reddit   Facebook   StumbleUpon

Related Messages

opensubscriber is not affiliated with the authors of this message nor responsible for its content.