]> 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 5fc2f6ef159caf0420870a41617964b63d76f031..5aa6f4c814d9119ba69e8b46efeac00087e2c810 100644 (file)
@@ -1,8 +1,11 @@
-\header {
 
-texidoc="You can enter notes and articulations separately, and merge
-them into one thread.  Here is an example to add repeated staccato dots."
+\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.  In this example, a repead series of staccato dots 
+is attached to the notes."
 } 
 
 staccatos = \notes { s4-. s-. s-. s s }
@@ -10,8 +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}
 }
+