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