X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fchord-tremolo-short.ly;h=578a7d31f868838726b94f42a4cb6d6e07caac0f;hb=dc8ac6bd295ba39fbd94165f719c937201abca2b;hp=348ea1477442e4bee4a56c072c1eaabea8db42ba;hpb=8d69fdeb275b3c2852be4b18e323cae9fbe24d3e;p=lilypond.git diff --git a/input/regression/chord-tremolo-short.ly b/input/regression/chord-tremolo-short.ly index 348ea14774..578a7d31f8 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.16.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 \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 %%