]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/staccato-pos.ly
(start_translation_timestep): split
[lilypond.git] / input / regression / staccato-pos.ly
index f4fbedc00d993afb2de91226223007b154964faf..d817c45e52548aad7afae27c6f53cb8c582f0990 100644 (file)
@@ -1,20 +1,23 @@
 
-\version "2.1.30"
+\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-.
+    \context Voice \relative c' {
+       e'4-. f-. g-. d-. c-. b-.
        \stemDown
        e,-. d-. c-. b-. a-. g-.    
-  }
-  \paper {
-    raggedright = ##t
-  }  
+    }
+    \layout {
+       raggedright = ##t
+    }  
 }