]> 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 4b9469e03718d954d3381a08a8a5c4c5c340235a..226e307f6112d892eb0226584aa1d8067ba74d5b 100644 (file)
@@ -1,16 +1,19 @@
-\version "2.1.30"
+\version "2.14.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 { \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  }
 }
+
+