]> git.donarmstrong.com Git - lilypond.git/blob - input/sleur.ly
release: 0.1.44
[lilypond.git] / input / sleur.ly
1 \header{
2 enteredby =      "jcn";
3 copyright =      "PD";
4 TestedFeatures =         "This file tests Feta embedded slurs"
5          "(Feta definitively is not an abbreviation of Font-En-TjA)";
6 }
7
8 \version "0.1.9";
9
10 shortlong = \melodic{
11         c4()c( c c  |
12         c c c c |
13         c c c c |
14         c c c )c |
15 }
16
17 dirs = \melodic {
18         \octave c';
19         c'1() g' () c () g () c |
20 }
21
22 complex = \melodic{
23         \octave c';
24         'c16( 'e( 'g( 'b( d( f( a( c'~ )))))))c4 c4 |
25         \octave c''';
26         'c16( a( f( d( 'b( 'g( 'e( 'c~ )))))))c4 c4 |
27 }
28
29 beum = \melodic{
30         [c8 c] c4 c4 c4 |
31 }
32
33 \score{
34         \melodic{ 
35                 \shortlong
36                 \dirs
37                 \complex
38                 \beum
39         }
40         \paper{ }
41 }
42