]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-quarter.ly
news: fix typo in date
[lilypond.git] / input / regression / accidental-quarter.ly
index 3d62800ec5a8885bad3209cc2f15e7eba8c15660..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.36"
+}
+\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
 }