]> 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 053307faa7fcc8ddb242c2ca9ff54515e6d7f61b..4dc1a9687daa0dbe2f843150bb7613b53fd2161e 100644 (file)
@@ -1,16 +1,23 @@
-\version "1.3.146"
+
+\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-. 
-  }
-  \paper {
-    linewidth=-1.0
-  }  
+    \context Voice \relative c' {
+       e'4-. f-. g-. d-. c-. b-.
+       \stemDown
+       e,-. d-. c-. b-. a-. g-.    
+    }
+    \layout {
+       raggedright = ##t
+    }  
 }
+