]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/staccato-pos.ly
The grand \paper -> \layout, \bookpaper -> \paper renaming.
[lilypond.git] / input / regression / staccato-pos.ly
index 9a10e4b3f80b1dcbaaa72b0dae435ebf3c57f9a9..4dc1a9687daa0dbe2f843150bb7613b53fd2161e 100644 (file)
@@ -1,20 +1,23 @@
 
-\version "2.1.28"
+\version "2.3.22"
 
 \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
+    }  
 }