]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-quarter.ly
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / regression / accidental-quarter.ly
index 4cb95def7f402652b81baea1ab3adb352b3009f8..165e4c15a36f92b1473a033068f6defdbb6ef9ad 100644 (file)
@@ -1,23 +1,21 @@
 \header {
 
-    texidoc = "Quarter tone notation is supported, including
+  texidoc = "Quarter tone notation is supported, including
     threequarters flat."
-    }
-\version "2.1.25"
+}
+\version "2.12.0"
+\layout { ragged-right = ##t }
 
-\score {
-    \notes \relative c'' {
-       \time 12/4 
-       ceses4
-       ceseh
-       ces
-       ceh
-       c
-       c
-       cih
-       cis 
-       cisih
-       cisis
-    }
-    \paper { raggedright = ##t }
+\relative c'' {
+  \time 12/4 
+  ceses4
+  ceseh
+  ces
+  ceh
+  c
+  c
+  cih
+  cis 
+  cisih
+  cisis
 }