lilypond-user
[Top][All Lists]
Advanced

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

Tuplet bracket collides with fingering when slurred


From: Olivier Biot
Subject: Tuplet bracket collides with fingering when slurred
Date: Fri, 23 Nov 2012 22:58:03 +0100

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

reply via email to

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