]> 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 e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..59d792200479d9312ba531b28255ea50cc991dd3 100644 (file)
@@ -0,0 +1,15 @@
+\version "1.3.146"
+
+
+fragment = \notes {
+  \property Voice.Beam \set #'staff-position = #4
+  \property Voice.Beam \set #'height = #-4
+  [c'8 c]
+}
+
+\paper { linewidth = -1. } 
+
+\score {
+  \notes\relative c \fragment
+  \paper { }  
+}