]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/beamed-slur-endings.ly
* scripts/lilypond-book.py: make URL for printfilename option.
[lilypond.git] / input / test / beamed-slur-endings.ly
index df91eec6a40dad5d66860685269cfc13fb328614..604f663e7a31bc5dec29ce5625511cefe7b5c51c 100644 (file)
@@ -1,24 +1,26 @@
+\version "1.5.68"
+
 \score{
        \notes \relative c''{
-               \property Voice.slurVerticalDirection = #1 c8(()c())c4
-               \property Voice.slurVerticalDirection = #-1 a8(()a)a4
+               \slurUp c8(()c())c4
+               \slurDown a8(()a)a4
                \break
 
-               \property Voice.slurVerticalDirection = #-1 a8(()a())a4
-               \property Voice.slurVerticalDirection = #1 c8(()c)c4
+               \slurDown a8(()a())a4
+               \slurUp c8(()c)c4
                \break
 
-               \property Voice.slurVerticalDirection = #-1 e8(()e())e4
-               \property Voice.slurVerticalDirection = #1 f,8(()f)f4
+               \slurDown e8(()e())e4
+               \slurUp f,8(()f)f4
                \break
 
-               \property Voice.slurVerticalDirection = #1 e8(()e())e4
-               \property Voice.slurVerticalDirection = #-1 f'8(()f)f4
+               \slurUp e8(()e())e4
+               \slurDown f'8(()f)f4
                \break
 
        }
        \paper{
-               indent = 0.0;
-               linewidth = 60.0\mm;
+               indent = 0.0
+               linewidth = 60.0\mm
        }
 }