lilypond-1.5.14
[lilypond.git] / input / bugs / broken-tuplet.ly
blob5008c4aff2bd722ba78bf39086f784b76a516dcd
1 \version "1.3.148"
3 \header {
5 texidoc = "tuplet bracket doesn't behave properly at line break. Not a real problem."
8 \score{
9 \notes\relative c''<
10 { % broken cresc dumps core
11 c2 c4*2/3 \times 2/3 { c( c c }
12 c4 c c c
13 } >
14 \paper{
15 indent = 0.
16 linewidth=30.\mm