]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/staccato-pos.ly
*** empty log message ***
[lilypond.git] / input / regression / staccato-pos.ly
index 38ff46b086c71f68651a5c5d74c77f608422ea9a..20a1c34f0ea03591b2342a1efb1b80087be56f41 100644 (file)
@@ -1,4 +1,4 @@
-\version "1.3.146"
+\version "1.5.68"
 
 \header{
 texidoc="
@@ -7,14 +7,10 @@ not be on staff lines.
 "
 }
 \score { 
-  \context Voice \notes\relative c {
-    
-       e''4-. f-. d-.
-       c,-. b-. c'''-. d-.
-       
+  \context Voice \notes\relative c' {
+       e'4-. f-. d-. c-. b-. 
   }
   \paper {
     linewidth=-1.0
   }  
-  \midi { }
 }