]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/sleur.ly
release: 0.1.41
[lilypond.git] / input / sleur.ly
index c712abda2cdc3883f083674af9b2730260d27e8a..bcb6e45846f080e25b3db265ab5d156d379a3560 100644 (file)
@@ -5,16 +5,37 @@ TestedFeatures =       "This file tests Feta embedded slurs"
         "(Feta definitively is not an abbreviation of Font-En-TjA)";
 }
 
-%{ remember to:
-rm `find /var/lib/texmf -name "feta-sleur-*"`
-%}
-
 \version "0.1.7";
 
+shortlong = \melodic{
+       c4()c( c c  |
+       c c c c |
+       c c c c |
+       c c c )c |
+}
+
+dirs = \melodic {
+       \octave c';
+       c'1() g' () c () g () c |
+}
+
+complex = \melodic{
+       \octave c';
+       'c16( 'e( 'g( 'b( d( f( a( c'~ )))))))c4 c4 |
+       \octave c''';
+       'c16( a( f( d( 'b( 'g( 'e( 'c~ )))))))c4 c4 |
+}
+
+beum = \melodic{
+       [c8 c] c4 c4 c4 |
+}
+
 \score{
        \melodic{ 
-               \octave c'
-               ;c'1() g' () c () g () c 
+               \shortlong
+               \dirs
+               \complex
+               \beum
        }
        \paper{ }
 }