]> 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 023fc9b2fe146f43aaddaaac67a9191fba30e489..5aa6f4c814d9119ba69e8b46efeac00087e2c810 100644 (file)
@@ -1,9 +1,11 @@
-\version "1.7.18"
+
+\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 }
@@ -11,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}
 }