]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.129
authorfred <fred>
Fri, 2 Feb 2001 11:56:42 +0000 (11:56 +0000)
committerfred <fred>
Fri, 2 Feb 2001 11:56:42 +0000 (11:56 +0000)
input/tricks/beam-position.ly [new file with mode: 0644]

diff --git a/input/tricks/beam-position.ly b/input/tricks/beam-position.ly
new file mode 100644 (file)
index 0000000..b581904
--- /dev/null
@@ -0,0 +1,13 @@
+
+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 { }  
+}