]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/repeat-slash.ly
Merge branch 'master' into lilypond/translation
[lilypond.git] / input / regression / repeat-slash.ly
index 9a6b8886fec44d8f77e69e810ff2e753dabda82d..2434b16254f91bee613b7bbd300b1bb156cf26f0 100644 (file)
@@ -1,16 +1,19 @@
-\version "2.4.0"
+\version "2.12.0"
 \header {
-texidoc = "Within a bar, beat repeats denote that a music snippet should be
+  texidoc = "Within a bar, beat repeats denote that a music snippet should be
 played again."
 }
 
-\score {  \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  }
-  }
-        \layout { 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  }
 }
+
+