On Apr 20, 2011, at 3:04 PM, Marc Mouries wrote:

> 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 {}
> }
> <PastedGraphic-2.png>
> 
> 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
> 
> 


I changed the direction of the TupletBracket but now it collides with the slur!
Shouldn't lilypond adapt the length of the bracket and the starting point of 
the slur?

<<inline: PastedGraphic-3.png>>


\version "2.13.60"
\language "english"

Violin = \relative d' {
  \key d \major
  \once \override TupletBracket #'direction = #DOWN
  \times 2/3 {d'4\flageolet a8-4(} \times 2/3{fs d a)} 
}
\score {
   \new Staff {\Violin  }
   \layout {}
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to