]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/staccato-pos.ly
* scripts/convert-ly.py (conv): fixed \context Foo = mixedCaps
[lilypond.git] / input / regression / staccato-pos.ly
index 38ff46b086c71f68651a5c5d74c77f608422ea9a..d817c45e52548aad7afae27c6f53cb8c582f0990 100644 (file)
@@ -1,20 +1,23 @@
-\version "1.3.146"
+
+\version "2.4.0"
 
 \header{
-texidoc="
-The staccato dot (and all scripts with follow-into-staff set), must
-not be on staff lines.
-"
+
+    texidoc=" The staccato dot (and all scripts with follow-into-staff
+set) must not be on staff lines. The staccato dot is close to the
+notehead. If the head is in a space, then the dot is in the space next
+to it.  "
+
 }
+
 \score { 
-  \context Voice \notes\relative c {
-    
-       e''4-. f-. d-.
-       c,-. b-. c'''-. d-.
-       
-  }
-  \paper {
-    linewidth=-1.0
-  }  
-  \midi { }
+    \context Voice \relative c' {
+       e'4-. f-. g-. d-. c-. b-.
+       \stemDown
+       e,-. d-. c-. b-. a-. g-.    
+    }
+    \layout {
+       raggedright = ##t
+    }  
 }
+