X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeams.ly;h=d49f4153b5dd9014db8cf1cc44a9cd2f641ec601;hb=175a579bf90f938533d3bc18648fad01ba287804;hp=2994281c457ca1e32fa2eec8f235b69acdf94904;hpb=70048d99398924e7ca0eb481925145ec243700c5;p=lilypond.git diff --git a/input/regression/beams.ly b/input/regression/beams.ly index 2994281c45..d49f4153b5 100644 --- a/input/regression/beams.ly +++ b/input/regression/beams.ly @@ -1,17 +1,16 @@ -\version "1.9.4" +\version "2.12.0" \header { - texidoc = "Beams (simple)." + texidoc = "Beaming can be also given explicitly." } - \paper { raggedright= ##t } +\layout { ragged-right= ##t } -\score { \notes \relative c' - { - c16[ c8.] - c8.[ c16] - c8[ c16 c16 c8] - c8[ c16 e16 g8] +{ + c16[ c8.] + c8.[ c16] + c8[ c16 c16 c8] + c8[ c16 e16 g8] - }} +}