]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/slur-broken-trend.ly
patch::: 1.3.125.jcn2
[lilypond.git] / input / regression / slur-broken-trend.ly
1 \header{
2 texidoc="
3 Across line breaks, slurs behave nicely.  On the left, they extend to
4 just after the preferatory matter, and on the right to the end of the
5 staff.  A slur should follow the same vertical direction it would have
6 in unbroken state.
7 ";
8 }
9 \score{
10         \notes \relative c''{
11                 e1( \break) a,
12                 \time 2/4;
13                 e'2( \break) a,(\break
14                 a2\break
15                 )e'2
16         }
17         \paper {
18                 linewidth=40.\mm;
19                 indent=0.;
20         }
21 }