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