]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/slur-broken-trend.ly
* lily/beam-engraver.cc (acknowledge_grob): set melismata for new
[lilypond.git] / input / regression / slur-broken-trend.ly
1 \version "1.7.16"
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 }
24 %% new-chords-done %%