]> git.donarmstrong.com Git - lilypond.git/blob - input/test/slurs.ly
release: 1.0.1
[lilypond.git] / input / test / slurs.ly
1
2 \version "1.0.0";
3
4 \score{
5         \melodic\transpose c'{
6
7                 c,4 ~ c, c'' ~ c'' ~ g ~ c ~
8                 d ~ e ~ f ~ g ~
9                 a ~ b ~ c, ~ c
10
11                 < c e ( > <)d f> 
12                 \transpose c''
13                 < c e ( > <)d f>
14                 \transpose c'
15                 < c e ( > <)d' f'>
16                 < { c ~ d }
17                   { e ~ f }
18                 >
19 %       \type Staff <
20 %       { \stemup c'8 ~g ~e( ~c~ [c'~ g' e' )c'] c'' ~ c'' c~c }
21 %       { \stemdown c (e g )c'~( [b a g )d]     r2 } 
22 %       >
23
24         {
25
26                 c4()c( c c  |
27                 c c c c |
28                 c c c c |
29                 c c c )c |
30         }
31         }
32         }
33 }