]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/beam-slope.ly
release: 1.3.145
[lilypond.git] / input / test / beam-slope.ly
index 95860f14771ea7e76d67a39f34587b9181c68321..a31582b76afd26048431df2bdb8113ff61a04451 100644 (file)
@@ -1,9 +1,14 @@
 
-\score { 
-  \context Voice \notes\relative c {
-    [c''16 b] [a b]
-       
-  }
+
+fragment = \notes {
+  \property Voice.Beam \set #'direction = #1
+  \property Voice.Beam \set #'height-hs = #0
+  [a''8 e' d c]
+}
+
+\paper { linewidth = -1.; } 
+
+\score {
+  \notes\relative c \fragment
   \paper { }  
-  \midi { }
 }