]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/staccato-pos.ly
(change_to): formatting.
[lilypond.git] / input / regression / staccato-pos.ly
index b61334085f30186cbdad852f872e4fbed70ee392..322b8a0886ca89594e88abf8a74c8f725da446cd 100644 (file)
@@ -1,18 +1,25 @@
 
-\version "1.9.4"
+\version "2.7.32"
 
 \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 {
+  ragged-right = ##t
 }
 
+
+\context Voice \relative c' {
+  e'4-. f-. g-. d-. c-. b-.
+  \stemDown
+  e,-. d-. c-. b-. a-. g-.    
+}
+  
+
+