lilypond-user
[Top][All Lists]
Advanced

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

Re: Spacing problems with triplets


From: Mike Solomon
Subject: Re: Spacing problems with triplets
Date: Thu, 20 Jun 2013 09:03:57 +0300

On 19 juin 2013, at 16:24, Tim McNamara <address@hidden> wrote:

> Occasionally LilyPond will render triplets in an ungraceful manner:
> 
> <PastedGraphic-2.pdf>
> 
> 
> And
> 
> <PastedGraphic-3.pdf>
> 
> All the quarter note triplets in the piece which are not under a volta 
> bracket are rendered with nice, attractive spacing.  I have seen this before 
> and cannot recall if the problem always occurs under a volta bracket.  Is 
> this a bug?  This is with 2.16.2, FWIW.

This is not a problem in 2.17.21 with the following input :

\relative c'' {
  \times 2/3 { a b c }
  \times 2/3 { a b c } \break
  \repeat volta 2 {
    \times 2/3 { a b c }
    \times 2/3 { a b c }
  }
  \alternative {{  
    \times 2/3 { a b c }  
    \times 2/3 { a b c }  
  }{  
    \times 2/3 { a b c }  
    \times 2/3 { a b c }  
  }}  
}

Cheers,
MS


reply via email to

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