]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-quarter.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / accidental-quarter.ly
index 18fbe4db27e3abd85ef6dbf333eac65d0caa1c82..46100c7ae4ebf5a2fa96c9ad1a583a220b046e99 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.22"
+}
+\version "2.19.21"
+\layout { ragged-right = ##t }
 
-\score {
-     \relative c'' {
-       \time 12/4 
-       ceses4
-       ceseh
-       ces
-       ceh
-       c
-       c
-       cih
-       cis 
-       cisih
-       cisis
-    }
-    \layout { raggedright = ##t }
+\relative {
+  \time 12/4 
+  ceses''4
+  ceseh
+  ces
+  ceh
+  c
+  c
+  cih
+  cis 
+  cisih
+  cisis
 }