]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/ancient-time.ly
use glyph indexing for glyph name .notdef
[lilypond.git] / input / test / ancient-time.ly
index 2c83288fc327c3b8bbfbab4df78f4febab690ae5..798de99feeeb0c88b4e7ea857163b0738b7d3517 100644 (file)
@@ -1,11 +1,17 @@
-\version "1.5.68"
+\version "2.7.39"
+% 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}
 }
+