]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/beam-slope.ly
*** empty log message ***
[lilypond.git] / input / test / beam-slope.ly
index 47eb49c3b530cc879f169bff9ff3ccd4a0bcbae0..83aa3895ca6be018baff7d62f9848fc26b747bcb 100644 (file)
@@ -1,8 +1,15 @@
-\score { 
-  \context Voice \notes\relative c {
-    [c''16 b] [a b]
-       
-  }
+\version "1.5.68"
+
+
+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 { }
 }