]> 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 908f27934bc2466d2151d623aa4d326267ab6298..97f6424baf5312581e680b586ef537f99edd1a3b 100644 (file)
@@ -1,23 +1,25 @@
 
-\version "2.3.16"
+\version "2.7.13"
 
 \header{
 
-    texidoc=" The staccato dot (and all scripts with follow-into-staff
+  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 \relative c' {
-       e'4-. f-. g-. d-. c-. b-.
-       \stemDown
-       e,-. d-. c-. b-. a-. g-.    
-    }
-    \paper {
-       raggedright = ##t
-    }  
+\layout {
+  raggedright = ##t
 }
 
+
+\context Voice \relative c' {
+  e'4-. f-. g-. d-. c-. b-.
+  \stemDown
+  e,-. d-. c-. b-. a-. g-.    
+}
+  
+
+