]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/ancient-time.ly
*** empty log message ***
[lilypond.git] / input / test / ancient-time.ly
index a805f9ac757bea473a234392d94846b568111239..798de99feeeb0c88b4e7ea857163b0738b7d3517 100644 (file)
@@ -1,17 +1,17 @@
-\version "1.9.2"
+\version "2.7.39"
 % TODO: move stuff from ancient-font into here?  See comment
 % for ancient-font.ly
 \header {
 texidoc="@cindex Ancient Time Signatures
-Should use old style.
+Time signatures may also be engraved in an old style.
 "
 }
 
 \score {
-  \notes { 
-    \property Staff.TimeSignature \override #'style = #'neo_mensural
+   { 
+    \override Staff.TimeSignature  #'style = #'neomensural
     s1 
   }
-       \paper {raggedright = ##t}
+       \layout {ragged-right = ##t}
 }