]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/script-collision.ly
*** empty log message ***
[lilypond.git] / input / regression / script-collision.ly
index 79c920f83759f95467311a264b7140507cee2f4f..ef5f32f6bee11c548ed62c80a393d83c3c885f60 100644 (file)
@@ -2,17 +2,17 @@
 
 \header {
 
-    texidoc = "Scripts are put on the utmost head, so they are
+  texidoc = "Scripts are put on the utmost head, so they are
       positioned correctly when there are collisions."
 }
 
-\score  {
- \relative c'' {
+
+\relative c'' {
   c4
   <c d c'>\marcato
   <<  { c4^^ }\\
-     { d4_^ } >>
-    }
+      { d4_^ } >>
+}
 \layout { raggedright = ##t}
-    }
+