]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/broken-tuplet.ly
patch::: 1.3.134.jcn1
[lilypond.git] / input / bugs / broken-tuplet.ly
1
2 \header {
3
4 texidoc ="tuplet bracket doesn't behave properly at line break. Not a real problem.";
5 }
6
7 \score{
8         \notes\relative c''< 
9         {       % broken cresc dumps core
10                 c2 c4*2/3 \times 2/3 { c( c c }
11                 c4 c c c
12         } >
13         \paper{
14         indent = 0.;
15                 linewidth=30.\mm;
16         }
17 }