X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeams.ly;h=cc9705e04a5899bc0746dc83008690384aae63b0;hb=f70f949ada045f29480bdfde1e855fa5367dc639;hp=89cf7c9292749d81a8308cb46b647b627534c29c;hpb=34881554afeaf03a55a3a983caf9cfeaaf3ea060;p=lilypond.git diff --git a/input/regression/beams.ly b/input/regression/beams.ly index 89cf7c9292..cc9705e04a 100644 --- a/input/regression/beams.ly +++ b/input/regression/beams.ly @@ -1,17 +1,16 @@ -\version "2.3.22" +\version "2.10.0" \header { texidoc = "Beaming can be also given explicitly." } - \layout { raggedright= ##t } +\layout { ragged-right= ##t } -\score { \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] - }} +}