From: fred Date: Fri, 2 Feb 2001 11:56:42 +0000 (+0000) Subject: lilypond-1.3.129 X-Git-Tag: release/1.5.59~5711 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a31e4d297c83177f540929d40311a83e69ce87fa;p=lilypond.git lilypond-1.3.129 --- diff --git a/input/tricks/beam-position.ly b/input/tricks/beam-position.ly new file mode 100644 index 0000000000..b581904761 --- /dev/null +++ b/input/tricks/beam-position.ly @@ -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 { } +}