]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/beam-slope.ly
* lily/lily-guile.cc (type_check_assignment): if
[lilypond.git] / input / test / beam-slope.ly
index 83aa3895ca6be018baff7d62f9848fc26b747bcb..8b137891791fe96927ad78e64b0aad7bded08bdc 100644 (file)
@@ -1,15 +1 @@
-\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 { }  
-}