]> 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 25a90a9b649fe2b44d6fc48e8665097265e4bf5e..d817c45e52548aad7afae27c6f53cb8c582f0990 100644 (file)
@@ -1,18 +1,23 @@
 
-\version "2.1.22"
+\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-. 
-  }
-  \paper {
-    raggedright = ##t
-  }  
+    \context Voice \relative c' {
+       e'4-. f-. g-. d-. c-. b-.
+       \stemDown
+       e,-. d-. c-. b-. a-. g-.    
+    }
+    \layout {
+       raggedright = ##t
+    }  
 }