]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/sleur.ly
release: 0.1.54
[lilypond.git] / input / sleur.ly
index c712abda2cdc3883f083674af9b2730260d27e8a..0f53a82adca8923e543f5f237109fcaefe8a94ea 100644 (file)
@@ -5,17 +5,69 @@ 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.9";
 
-\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{
+       \octave c'; 
+       [c8 c] c4 c4 c4 |
+}
+
+extend = \melodic{
+         c8(( c c )c c c c )c |
+         \[4/5c8( c c' c )c\]1/1 c c c c |
+         \[4/5c8( c c c c'\]1/1 c c c )c |
+         \[4/5c8( c c c c''\]1/1 c c c )c' |
+         \[4/5c8( c c c c'\]1/1 c c c )'c |
+         \[4/5c8( c c' c c\]1/1 c c c )c |
+         \[4/5c8( c c c ''c\]1/1 c c c )c |
+         \[4/5c8( c ''c c c\]1/1 c c c )c |
+}
+
+extendbug = \melodic{
+       \octave c'; 
+       c4( c' c' )c
+       \stemup c'4( \stemdown e e \stemboth )c'
+       [c'8( b g a] [c' d' e' c'] [c' d' e' )c']
+       c( c' c' )c
+       e( g' g' )e
+}
 
 \score{
        \melodic{ 
-               \octave c'
-               ;c'1() g' () c () g () c 
+               \shortlong
+               \dirs
+               \complex
+               \beum
+               \octave c'; 
+               \stemup; 
+               \extend
+               \octave c''; 
+               \stemdown; 
+               \extend
+               \stemboth;
+               \extendbug
+       }
+       \paper{ 
+%              castingalgorithm = \Wordwrap;
        }
-       \paper{ }
 }