]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/repeat-slash.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / repeat-slash.ly
index 922fdeb73ba75cd7fe99d0f2575e5b4019a55276..3e7924b15253dfdc0d96ec98cc07b3e3db433e7a 100644 (file)
@@ -1,16 +1,19 @@
-#(ly:set-option 'old-relative)
-\version "2.1.7"
+\version "2.16.0"
 \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  }
 }
+
+