]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/repeat.ly
release: 1.3.147
[lilypond.git] / input / test / repeat.ly
index 96a82264ea026ccf45a5239c59d4422284eea9ea..40adf5991b4399828383ad48b51de7cfded498a5 100644 (file)
@@ -1,8 +1,10 @@
+\version "1.3.146"
+
 \score{
        <
                  \context Staff \notes\relative c'{ 
                          c d e f
-                         \repeat semi 2 { g a b c }
+                         \repeat "volta" 2 { g a b c }
                          \alternative { { c b a g } { f e d c } }
                  }
                  \context Lyrics \lyrics {
@@ -16,5 +18,3 @@
                  }
        >
 }
-
-\version "1.0.16";