]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/separate-staccato.ly
*** empty log message ***
[lilypond.git] / input / test / separate-staccato.ly
index feb6e2048868f236b097b761a8b8d60202b75248..bf1fa05e1b22797b276210193dfdc894f61d3792 100644 (file)
@@ -1,10 +1,11 @@
-#(ly:set-option 'old-relative)
-\version "1.9.1"
+
+\version "2.2.0"
 % possible rename.  -gp
 
 \header { texidoc="@cindex Seperate Staccato
 You can enter notes and articulations separately, and merge
-them into one thread.  Here is an example to add repeated staccato dots."
+them into one thread.  In this example, a repead series of staccato dots 
+is attached to the notes."
 } 
 
 staccatos = \notes { s4-. s-. s-. s s }
@@ -12,10 +13,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}
 }