]> git.donarmstrong.com Git - lilypond.git/blob - input/test/new-slur.ly
8b674c76d05058c35829cb485c0232d57121d662
[lilypond.git] / input / test / new-slur.ly
1 \paper {
2     raggedright = ##t
3 }
4
5 \relative {
6
7     \override Slur #'after-line-breaking-callback = #New_slur::after_line_breaking
8     \override Slur #'print-function = #New_slur::print     
9     \override Slur #'height = ##f
10
11     f'=''16( e)    d( c)
12     c'=''2(~c8 d16 c b8 a)
13     f='4
14     <c g>4 ( f <g b>)
15      f
16     <c g>^( f <g b>)
17     f
18     <c g>_( f <g b>)
19     <g b>_( g  <b d>)
20     <g b>_( \stemDown g \stemBoth  <b d>)
21     c,^( c'' c) 
22     c,,^( c'')
23     c,,^( c')
24     
25 }