]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/sleur.ly
release: 0.1.54
[lilypond.git] / input / sleur.ly
index 1226a9b7c05e1dbfeec74874c94d8a8ac6bd09b1..0f53a82adca8923e543f5f237109fcaefe8a94ea 100644 (file)
@@ -27,16 +27,47 @@ complex = \melodic{
 }
 
 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{ 
                \shortlong
                \dirs
                \complex
                \beum
+               \octave c'; 
+               \stemup; 
+               \extend
+               \octave c''; 
+               \stemdown; 
+               \extend
+               \stemboth;
+               \extendbug
+       }
+       \paper{ 
+%              castingalgorithm = \Wordwrap;
        }
-       \paper{ }
 }