]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/beam-position.ly
release: 1.3.146
[lilypond.git] / input / test / beam-position.ly
index a8f63a9de28ecda60cca4eb272a27ae5983d96f1..33726b736c88e1f4e1f8b38c2c57275571fccffd 100644 (file)
@@ -1,12 +1,15 @@
-\score { 
-  \context Voice \notes\relative c {
-    [f8 f]  [f64 f] \grace { [f8 e8] }
-       \property Grace.Stem \push #'no-stem-extend = ##t
-       [f8 f]
-       
-  }
-  \paper {
-    linewidth=-1.0;
-  }  
-  \midi { }
+\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 { }  
 }