lilypond-user
[Top][All Lists]
Advanced

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

bug triplet line collides with fingering


From: Marc Mouries
Subject: bug triplet line collides with fingering
Date: Wed, 20 Apr 2011 15:04:15 -0400

In this snippet the triplet line collides with the fingering.

\version "2.13.60"
\language "english"

Violin = \relative d'' {
  \times 2/3{d4 a8-4}
}
\score {
   \new Staff { \Violin  }
   \layout {}
}

PNG image


I know i could use "\once \override TupletBracket #'direction = #DOWN" but 
there are already many situations where lilypond detects collisions and adapt 
the music elements accordingly so i am wondering if that's a situation that is 
not correctly handled or a limitation.

-Marc



reply via email to

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