]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-accidental.ly
*** empty log message ***
[lilypond.git] / input / regression / spacing-accidental.ly
index 3ede19f40779072af26810dc195f8711b3618a8c..6d8973800127a2042f01ad448161bf86a3540e1f 100644 (file)
@@ -2,17 +2,17 @@
 \version "2.6.0"
 
 \header {
-texidoc = "Accidentals sticking out to the left
+  texidoc = "Accidentals sticking out to the left
 of a note will take a little more space, but only if the spacing is tight." 
 }
 
-\score {  \relative c'' {
-    \time 8/4
-    c2 c2 cis2 cis2 |
-    c8 c8 cis8 cis8 cis c c c]
+\relative c'' {
+  \time 8/4
+  c2 c2 cis2 cis2 |
+  c8 c8 cis8 cis8 cis c c c]
 }
 \layout { raggedright = ##t}
 
-}
+