]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/ancient-time.ly
More (final) docs for music expressions.
[lilypond.git] / input / test / ancient-time.ly
index b55d50cd21fdcc864d94a87ef119afa63ec26f0c..6165de7e561885ea42987d00cb702a6d37118a68 100644 (file)
@@ -1,12 +1,17 @@
-\version "1.7.18"
+\version "2.7.32"
+% 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 %%
+