On 19 juin 2013, at 16:24, Tim McNamara <tim...@bitstream.net> 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
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to