]> git.donarmstrong.com Git - lilypond.git/blob - input/test/ancient-time.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[lilypond.git] / input / test / ancient-time.ly
1 \version "2.1.26"
2 % TODO: move stuff from ancient-font into here?  See comment
3 % for ancient-font.ly
4 \header {
5 texidoc="@cindex Ancient Time Signatures
6 Should use old style.
7 "
8 }
9
10 \score {
11   \notes { 
12     \override Staff.TimeSignature  #'style = #'neo_mensural
13     s1 
14   }
15         \paper {raggedright = ##t}
16 }
17