]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/sleur.ly
release: 0.1.54
[lilypond.git] / input / sleur.ly
index d6e30d3b2ff7a67d678ae74423018abfd99c6bd1..0f53a82adca8923e543f5f237109fcaefe8a94ea 100644 (file)
@@ -5,7 +5,7 @@ TestedFeatures =         "This file tests Feta embedded slurs"
         "(Feta definitively is not an abbreviation of Font-En-TjA)";
 }
 
-\version "0.1.8";
+\version "0.1.9";
 
 shortlong = \melodic{
        c4()c( c c  |
@@ -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{ }
 }