]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/ancient-time.ly
* scripts/lilypond.py (escape_path): revise.
[lilypond.git] / input / test / ancient-time.ly
index 544aeda2a8a2aed5962ebbceb569b45c6794a7ec..c994b53cd0e713700d05858be5ee6e7f5c8572b7 100644 (file)
@@ -1,12 +1,17 @@
-\version "1.3.148"
+\version "1.9.8"
+% 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
+Should use old style.
+"
 }
 
 \score {
   \notes { 
-    \property Staff.TimeSignature \override #'style = #'oldC4/4
-    \property Staff.TimeSignature \override #'font-family = #'ancient
+    \property Staff.TimeSignature \override #'style = #'neo_mensural
     s1 
   }
+       \paper {raggedright = ##t}
 }
+