X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fchord-tremolo-short.ly;h=883dbbea2033709e8271bd5ba60cfeadc6a13dc0;hb=2655db10c3bca1a7ee49505a8287a72a95aecc64;hp=2c10fb62d5b10c91efc64d099b93bc935d9bd1ab;hpb=5320f6d196dd67186178adcb6e5debdbbec8aee8;p=lilypond.git diff --git a/input/regression/chord-tremolo-short.ly b/input/regression/chord-tremolo-short.ly index 2c10fb62d5..883dbbea20 100644 --- a/input/regression/chord-tremolo-short.ly +++ b/input/regression/chord-tremolo-short.ly @@ -1,18 +1,16 @@ -\version "1.9.8" +\version "2.12.0" \header { texidoc = " - Tremolo repeats can be constructed for short tremolos (total duration smaller than 1/8) too. Only some of the beams are connected to the stems. + 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 \notes \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 } } -%% new-chords-done %%