]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/ancient-time.ly
bump .ly \version to 2.10.0
[lilypond.git] / input / test / ancient-time.ly
index c531fd033eaac797ae1f39e881d65d3bc679b059..31eae534563e76bc49278985ebf84251242ae4de 100644 (file)
@@ -1,12 +1,17 @@
-\version "1.7.6"
+\version "2.10.0"
+% TODO: move stuff from ancient-font into here?  See comment
+% for ancient-font.ly
 \header {
-texidoc="Should use old style."
+texidoc="@cindex Ancient Time Signatures
+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 
   }
+       \layout {ragged-right = ##t}
 }
-%% new-chords-done %%
+