Dear LilyPond users,

How can I avoid the tuplet bracket colliding with fingerings in case the
tuplet has a slur?

Example of tuplet without and with slur, illustrating the problem:


% BEGIN
\version "2.16.1"

\score {

  \new Staff {
    \relative c, {
      \key g \major
      \time 2/4
      \clef "bass"
      \times 2/3 { c16->-\f e'-3 c'-4  c e, c,  }
      \times 2/3 { c16->-\f ( e'-3 c'-4 )  c ( e, c, ) }
    }
  }

  \layout {
    \context {
      \Staff
      \override Fingering #'add-stem-support = ##t
      \override Fingering #'avoid-slur = #'outside
      \override TupletBracket #'bracket-visibility = ##t
      \override TupletBracket #'avoid-slur = ##t
      \override TupletNumber #'avoid-slur = ##t
    }
  }
}
% END

Is this related to the following issue?
http://code.google.com/p/lilypond/issues/detail?id=2397

Best regards,

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

Reply via email to