]> git.donarmstrong.com Git - lilypond.git/blob - input/test/ancient-time.ly
Merge branch 'origin' into master-hanwen
[lilypond.git] / input / test / ancient-time.ly
1 \version "2.10.0"
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 Time signatures may also be engraved in an old style.
7 "
8 }
9
10 \score {
11    { 
12     \override Staff.TimeSignature  #'style = #'neomensural
13     s1 
14   }
15         \layout {ragged-right = ##t}
16 }
17