]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/staccato-pos.ly
* input/regression/override-nest.ly: new file.
[lilypond.git] / input / regression / staccato-pos.ly
index 25a90a9b649fe2b44d6fc48e8665097265e4bf5e..97f6424baf5312581e680b586ef537f99edd1a3b 100644 (file)
@@ -1,18 +1,25 @@
 
-\version "2.1.22"
+\version "2.7.13"
 
 \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
-  }  
+
+\layout {
+  raggedright = ##t
 }
 
+
+\context Voice \relative c' {
+  e'4-. f-. g-. d-. c-. b-.
+  \stemDown
+  e,-. d-. c-. b-. a-. g-.    
+}
+  
+
+