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