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