X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeams.ly;h=59e5eac256912b6b0032fc91e9f7a3f5a76ed8da;hb=873d2b387adca96f4a484fe58702758dc415e96d;hp=fe2c270729dda14dd38b0b45807c87a54d508cd6;hpb=0eeb762ef648edae9e9abde3d078cf3d814a8f36;p=lilypond.git diff --git a/input/regression/beams.ly b/input/regression/beams.ly index fe2c270729..59e5eac256 100644 --- a/input/regression/beams.ly +++ b/input/regression/beams.ly @@ -1,14 +1,16 @@ -\version "1.5.68" + +\version "2.19.21" \header { - texidoc = "beams (simple)" + texidoc = "Beaming can be also given explicitly." +} + +\layout { ragged-right= ##t } + +\relative +{ + c'16[ c8.] + c8.[ c16] + c8[ c16 c16 c8] + c8[ c16 e16 g8] + } -\score { \notes -\relative c' - { - [c16 c8.] - [c8. c16] - [c8 c16 c16 c8] - [c8 c16 e16 g8] - - }} -%% new-chords-done %% \ No newline at end of file