]> git.donarmstrong.com Git - lilypond.git/blob - input/test/ancient-time.ly
3a867e63b7a270761f361199359f6f27d5d59b91
[lilypond.git] / input / test / ancient-time.ly
1 \version "1.5.68"
2 \header {
3 texidoc="Should use old style."
4 }
5
6 \score {
7   \notes { 
8     \property Staff.TimeSignature \override #'style = #'oldC4/4
9     \property Staff.TimeSignature \override #'font-family = #'ancient
10     s1 
11   }
12 }