]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/separate-staccato.ly
*** empty log message ***
[lilypond.git] / input / test / separate-staccato.ly
index 3da0c28fc6e369077dfdbcaab2bb44ac95e71ff5..6934a0496fd2c5c9ffe2c7d907ef594c9eb60e64 100644 (file)
@@ -1,4 +1,5 @@
-\version "1.7.18"
+
+\version "2.1.22"
 % possible rename.  -gp
 
 \header { texidoc="@cindex Seperate Staccato
@@ -11,10 +12,10 @@ staccatos = \notes { s4-. s-. s-. s s }
 music = \notes\relative c' { c4 d e f g  a b c d e }
 
 \score {
-   \context Thread=one <
+   \context Voice <<
      \music
      \repeat unfold 2 \staccatos
-   >
+   >>
        \paper{raggedright=##t}
 }
-%% new-chords-done %%
+