]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/separate-staccato.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / test / separate-staccato.ly
index bf1fa05e1b22797b276210193dfdc894f61d3792..31a4db73d7e691ad67471b4ddcabc01410cc599e 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.2.0"
+\version "2.3.4"
 % possible rename.  -gp
 
 \header { texidoc="@cindex Seperate Staccato
@@ -8,9 +8,9 @@ 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 }
+staccatos =  { s4-. s-. s-. s s }
 
-music = \notes\relative c' { c4 d e f g  a b c d e }
+music = \relative c' { c4 d e f g  a b c d e }
 
 \score {
    \context Voice <<