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