]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/repeat.ly
Renamed file.
[lilypond.git] / input / test / repeat.ly
index 2c1d01c95157b5d950a64428d484575c4a19df04..cb6366e2986ae5c30dabd45735cc1e4699e2fc6e 100644 (file)
@@ -1,8 +1,10 @@
+\version "1.7.18"
+
 \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,3 +18,4 @@
                  }
        >
 }
+%% new-chords-done %%