]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/repeat.ly
release: 1.1.41
[lilypond.git] / input / test / repeat.ly
index 914b665f96b10e62094228e048525e15e57ec660..cb1c8616be059ff10ad907155860198db0023141 100644 (file)
@@ -1,11 +1,11 @@
 \score{
        <
-                 \type Staff \notes\relative c'{ 
+                 \context Staff \notes\relative c'{ 
                          c d e f
                          \repeat 2 { g a b c }
                          \alternative { { c b a g } { f e d c } }
                  }
-                 \type Lyrics \lyrics {
+                 \context Lyrics \lyrics {
                          De eer- ste < { maat } { moet } >
                          \repeat 2 { }
                          \alternative < 
@@ -16,3 +16,5 @@
                  }
        >
 }
+
+\version "1.0.16";