X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Ftest%2Fbeam-position.ly;h=59d792200479d9312ba531b28255ea50cc991dd3;hb=85e1c5282cac31ca773de72f4c430e9f1bbbe862;hp=003639f3808d3c60134b8b6f8bd0a21627db1d66;hpb=9d57f53d36a3d7ea280355086a0df9a16dc50992;p=lilypond.git diff --git a/input/test/beam-position.ly b/input/test/beam-position.ly index 003639f380..59d7922004 100644 --- a/input/test/beam-position.ly +++ b/input/test/beam-position.ly @@ -1,22 +1,15 @@ -\header{ -texidoc=" -Beams should always reach the middle staff line. The second beam -counting from the note head side, should never be lower than the -second staff line. This does not hold for grace note beams. -Override with @code{noStemExtend}. -"; +\version "1.3.146" + + +fragment = \notes { + \property Voice.Beam \set #'staff-position = #4 + \property Voice.Beam \set #'height = #-4 + [c'8 c] } -\version "1.3.110"; -\score { - \context Voice \notes\relative c { - [f8 f] [f64 f] \grace { [f8 e8] } - \property Grace.Stem \override #'no-stem-extend = ##t - [f8 f] - - } - \paper { - linewidth=-1.0; - } - \midi { } +\paper { linewidth = -1. } + +\score { + \notes\relative c \fragment + \paper { } }