]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/beam-position.ly
release: 1.3.146
[lilypond.git] / input / test / beam-position.ly
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..33726b736c88e1f4e1f8b38c2c57275571fccffd 100644 (file)
@@ -0,0 +1,15 @@
+\version "1.3.146"
+
+
+fragment = \notes {
+  \property Voice.Beam \set #'staff-position = #2
+  \property Voice.Beam \set #'height = #-2
+  [c'8 c]
+}
+
+\paper { linewidth = -1. } 
+
+\score {
+  \notes\relative c \fragment
+  \paper { }  
+}