]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/repeat.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / test / repeat.ly
index eb8c18aff8a271589eb5512d9211e123bf83d667..7d0de5dc5d616db467a2a1ee4f28371214b92c96 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.2.0"
+\version "2.3.4"
 
 % possible rename to lyric-repeat or repeat-lyric.
 
@@ -11,7 +11,7 @@ Alternate lyrics can be used, as well as alternate notes for repeats. "
 
 \score{
        <<
-                 \context Staff \notes\relative c'{ 
+                 \context Staff \relative c'{ 
                          c d e f
                          \repeat "volta" 2 { g a b c }
                          \alternative { { c b a g } { f e d c } }