]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/separate-staccato.ly
* input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mozart died in 1791
[lilypond.git] / input / test / separate-staccato.ly
index e4b4245bf5c2e492b5ef4b9ab9a6bd1acb13808c..5aa6f4c814d9119ba69e8b46efeac00087e2c810 100644 (file)
@@ -1,10 +1,11 @@
 
-\version "1.9.4"
+\version "2.1.30"
 % 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,7 +13,7 @@ staccatos = \notes { s4-. s-. s-. s s }
 music = \notes\relative c' { c4 d e f g  a b c d e }
 
 \score {
-   \new Thread <<
+   \context Voice <<
      \music
      \repeat unfold 2 \staccatos
    >>