bug-lilypond
[Top][All Lists]
Advanced

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

Re: Tuplet line collides with fingering


From: Marc Mouries
Subject: Re: Tuplet line collides with fingering
Date: Wed, 20 Apr 2011 17:01:48 -0400

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?



\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 {}
}
On Apr 20, 2011, at 4:59 PM, Ralph Palmer wrote:

> 
> 
> On Wed, Apr 20, 2011 at 4:53 PM, Ralph Palmer <address@hidden> 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 {}
> }
> 
> 
> I had trouble getting this to the bug list; I'm not a member under my 
> "normal" account, so I can't forward emails from the user-list.
> 
> Marc, the correct address for  the bug list is : address@hidden
> 
> This has been submitted as issue 1629 : 
> http://code.google.com/p/lilypond/issues/detail?id=1629
> 
> Ralph 



reply via email to

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