]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/beam-position.ly
patch::: 1.5.2.jcn2
[lilypond.git] / input / test / beam-position.ly
index 19c49223533577329c72bfc1eaf025fc0ca38b88..59d792200479d9312ba531b28255ea50cc991dd3 100644 (file)
@@ -1,12 +1,13 @@
+\version "1.3.146"
 
 
 fragment = \notes {
-  \property Voice.Beam \set #'staff-position = #2
-  \property Voice.Beam \set #'height = #-2
+  \property Voice.Beam \set #'staff-position = #4
+  \property Voice.Beam \set #'height = #-4
   [c'8 c]
 }
 
-\paper { linewidth = -1.; } 
+\paper { linewidth = -1. } 
 
 \score {
   \notes\relative c \fragment