]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/repeat-slash.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / repeat-slash.ly
index a0ac87b6a3cd70ce81c60047b90afde3d8475746..226e307f6112d892eb0226584aa1d8067ba74d5b 100644 (file)
@@ -1,16 +1,19 @@
-#(ly:set-option 'old-relative)
-\version "1.9.1"
+\version "2.14.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  }
 }
+
+