opensubscriber
   Find in this group all groups
 
Unknown more information…

l : lilypond-user@gnu.org 28 May 2012 • 3:52PM -0400

tuplet bracket starts too late after shorter-rest
by Stefan Thomas

REPLY TO AUTHOR
 
REPLY TO GROUP




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 %%%%%%%%%%%%

Bookmark with:

Delicious   Digg   reddit   Facebook   StumbleUpon

Related Messages

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