]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/repeat-slash.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / regression / repeat-slash.ly
index 29cd8298398df7e92e252513f221d61fb6f33a18..e212d45384b6fd697f1614ea527a1b613e5ffcc1 100644 (file)
@@ -1,10 +1,10 @@
-#(ly:set-option 'old-relative)
-\version "1.9.2"
+\version "2.3.4"
 \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'
+\score {  \relative c'
         \context Voice { \time 4/4
    \repeat "percent" 2 { c2 }