]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/slur-broken-trend.ly
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[lilypond.git] / input / regression / slur-broken-trend.ly
1
2 \version "2.3.22"
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 \layout {
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>) s2..\break
35     \stemNeutral
36     \relative  { c'8[( c c c] g2 ~ | \break
37                 g1) | \break
38                 \slurDown c8[( c] g4 ~ g2 ~ | \break
39                 g2 ~ g2) }
40 }
41