X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fchord-tremolo-short.ly;h=d8b4524630696dbfa736c1e3b9917da20ecc3576;hb=ca072998aad5b2d4ffea2b371d0a382082f330e5;hp=9a852e6f4418e0d7668cde39f652177bf8d6f880;hpb=06b1da466f99f6c4a01ee6a3e611d25bd5359d4c;p=lilypond.git diff --git a/input/regression/chord-tremolo-short.ly b/input/regression/chord-tremolo-short.ly index 9a852e6f44..d8b4524630 100644 --- a/input/regression/chord-tremolo-short.ly +++ b/input/regression/chord-tremolo-short.ly @@ -1,16 +1,16 @@ -\version "2.3.17" +\version "2.10.0" \header { texidoc = " Tremolo repeats can be constructed for short tremolos (total duration smaller than 1/4) too. Only some of the beams are connected to the stems. " } +\layout { ragged-right = ##t } -\score { - \context Staff \relative c' { - \repeat "tremolo" 2 { c32 e32 } - \stemDown - \repeat "tremolo" 2 { c32 e32 } - } - \paper { raggedright = ##t } + +\context Staff \relative c' { + \repeat "tremolo" 2 { c32 e32 } + \stemDown + \repeat "tremolo" 2 { c32 e32 } } +