X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeam-damp.ly;h=aaf200c62c92cc0367e83f67a7e6cf2df0268871;hb=38ca8905ad17945008b3516be0034a0fa7f4ff24;hp=07976170ac9376220c04b8a6954dfdee7cbfac13;hpb=51159f8679de00e6cd526ca2a16e1ea4d4294f81;p=lilypond.git diff --git a/input/regression/beam-damp.ly b/input/regression/beam-damp.ly index 07976170ac..aaf200c62c 100644 --- a/input/regression/beam-damp.ly +++ b/input/regression/beam-damp.ly @@ -1,26 +1,24 @@ -\version "2.3.4" +\version "2.16.0" \header { texidoc = "@cindex Beam Damp Beams are less steep than the notes they encompass. " } +\layout{ + ragged-right = ##t +} -\score{ - \relative c''{ -% \stemUp -% a16[ b b c] -% c[ b b a] -% \stemDown -% c[ b b a] -% a[ b b c] - \stemUp - g16[ a b c] - c[ b a g] - \stemDown - d'[ c b a] - a[ b c d] - } - \paper{ - raggedright = ##t - } +\relative c''{ + %% \stemUp + %% a16[ b b c] + %% c[ b b a] + %% \stemDown + %% c[ b b a] + %% a[ b b c] + \stemUp + g16[ a b c] + c[ b a g] + \stemDown + d'[ c b a] + a[ b c d] }