]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-quarter.ly
Make relative-includes configurable with a -d option.
[lilypond.git] / input / regression / accidental-quarter.ly
index de1e84278634dc47b6a4e0da74b90f12e2f7144b..82857bdb0b1d4a95bffff27f493223d12d6b3db7 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.3.4"
+}
+\version "2.11.51"
+\layout { ragged-right = ##t }
 
-\score {
-     \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
 }