]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/slur-area.ly
''
[lilypond.git] / input / test / slur-area.ly
index f16bb4383834917bd3046e5a32855c4adc1c65f0..8f8b926dc45f53ee50067d6032bb30a49564aee6 100644 (file)
@@ -1,8 +1,10 @@
+\version "1.5.49"
+
 \score{
 \notes\relative c''{
 
-\property Voice.slurVerticalDirection = #1
-\property Voice.stemVerticalDirection = #-1
+\slurUp
+\stemDown
 a(a' a,)a
 a(a a')a,
 a(d a)a
@@ -15,12 +17,12 @@ a(a a a a a d)a
 c,(g' c e f d b)g 
 c,(g' c e f d b)g 
 
-\property Voice.noAutoBeaming = ##t
-\property Voice.stemVerticalDirection = #1
+\property Voice.autoBeaming = ##f
+\stemUp
 a8(a a a a a a)a
 
 }
 \paper{
-indent=0.0\mm;
+indent=0.0\mm
 }
 }