]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/separate-staccato.ly
*** empty log message ***
[lilypond.git] / input / test / separate-staccato.ly
index 40617448ca8edaa48c843aa92d66b8aa76839aa8..bf1fa05e1b22797b276210193dfdc894f61d3792 100644 (file)
@@ -1,9 +1,11 @@
-\version "1.5.68"
-\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.2.0"
+% 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 }
@@ -11,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}
 }
+