lilypond-user
[Top][All Lists]
Advanced

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

Re: lilypond-user Digest, Vol 112, Issue 47


From: Patrick Karl
Subject: Re: lilypond-user Digest, Vol 112, Issue 47
Date: Sat, 10 Mar 2012 14:55:55 -0600

On Mar 10, 2012, at 1:35 PM, James <address@hidden> wrote:

> Message: 6
> Date: Sat, 10 Mar 2012 19:34:40 +0000
> From: James <address@hidden>
> To: "Peter O'Doherty" <address@hidden>
> Cc: address@hidden
> Subject: Re: tupletFullLength clashes with barline
> Message-ID:
>       <address@hidden>
> Content-Type: text/plain; charset=ISO-8859-1
> 
> Hello,
> 
> On 10 March 2012 08:18, Peter O'Doherty <address@hidden> wrote:
>> Hi list,
>> 
>> tupletFullLength = ##t
>> 
>> causes the right hand part of the tuplet bracket to clash with the barline.
>> This only happens with a barline at the end of a line.
>> 
>> Is there a way to avoid this?
>> 
> 
> Tiny example and the version you are using might help us.

Here's one that illustrates what he's talking about:

\version "2.14.2"
music = \relative g' {
        \repeat unfold 3 { \times 2/3 { f8 g a f g a f g a f g a} } 
        \break
        \set tupletFullLength = ##t
        \repeat unfold 3 { \times 2/3 { g8 a b g a b g a b g a b} } 
}
\score { \new Staff { \music } }

Note that in the 1st two measures of the 2nd system the tuple bracket extends 
slightly past the last note, but in the last measure in the 2nd system the 
tuple bracket extends all the way to the bar line.

Regards,
Pat Karl



reply via email to

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