X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Frepeat-slash.ly;h=731b8eec0281b5dc148d69d24f48d0c81db5e2a7;hb=c757ccd4d0faa164099c2929a8d9d37b80baa320;hp=9f6e2c96c1b575c5fa4f28e1795ca74b95af4d5a;hpb=197f00037dc4c9e7bd17368f50d11dd8cde7a994;p=lilypond.git diff --git a/input/regression/repeat-slash.ly b/input/regression/repeat-slash.ly index 9f6e2c96c1..731b8eec02 100644 --- a/input/regression/repeat-slash.ly +++ b/input/regression/repeat-slash.ly @@ -1,15 +1,19 @@ -\version "2.1.22" +\version "2.11.51" \header { -texidoc = "Beat repeats are supported." + texidoc = "Within a bar, beat repeats denote that a music snippet should be +played again." } -\score { \notes \relative c' - \context Voice { \time 4/4 - \repeat "percent" 2 { c2 } +\layout { ragged-right = ##t } - % the chairman dances - \repeat "percent" 2 { g'8 g c, c } - \repeat "percent" 4 { b8 b8 } - } - \paper { raggedright = ##t } +\relative c' +\context Voice { + \time 4/4 + \repeat "percent" 2 { c2 } + + %% the chairman dances + \repeat "percent" 2 { g'8 g c, c } + \repeat "percent" 4 { b8 b8 } } + +