]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/beam-position.ly
release: 1.3.147
[lilypond.git] / input / test / beam-position.ly
index 33726b736c88e1f4e1f8b38c2c57275571fccffd..59d792200479d9312ba531b28255ea50cc991dd3 100644 (file)
@@ -2,8 +2,8 @@
 
 
 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]
 }