]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-quarter.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / accidental-quarter.ly
index 8b572ab498deb1d9448ffdbe86b77466359b5e47..93406f9c3ac45b4c9b1111e03aa266b116129e38 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.22"
+}
+\version "2.14.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
 }