]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-quarter.ly
Issue 5167/1: Reorganize markup commands to use object properties
[lilypond.git] / input / regression / accidental-quarter.ly
index f36131401b8271b9491f0db8da3aa3e1fad3ebf3..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.6.0"
+}
+\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
 }