X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Ftest%2Fbeam-slope.ly;h=a31582b76afd26048431df2bdb8113ff61a04451;hb=4eb6f42fc6ca20d65c788a73eb78dfcc22ea0453;hp=95860f14771ea7e76d67a39f34587b9181c68321;hpb=166b618065caa177005063b838f452ed801f20fe;p=lilypond.git diff --git a/input/test/beam-slope.ly b/input/test/beam-slope.ly index 95860f1477..a31582b76a 100644 --- a/input/test/beam-slope.ly +++ b/input/test/beam-slope.ly @@ -1,9 +1,14 @@ -\score { - \context Voice \notes\relative c { - [c''16 b] [a b] - - } + +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 { } }