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