]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/slur-broken-trend.ly
(stop_translation_timestep): new
[lilypond.git] / input / regression / slur-broken-trend.ly
1
2 \version "2.3.4"
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 \paper {
13     linewidth=40.\mm
14     indent=0.
15 }
16
17 \relative c''{
18     e1( \break a,)
19     \time 2/4
20     e'2( \break a,)(\break
21     a2\break
22     e'2)
23     \time 4/4
24     << d1_(\trill
25        { s2 \grace {
26            c16[ d] 
27        } }
28      >>
29     \break 
30     c4) f='2.(\break
31     a2.)
32     \stemUp
33     <d='' d'>8( <c c'> \break
34     <bis f' b>)
35     
36 }
37