]> git.donarmstrong.com Git - lilypond.git/blob - input/test/ancient-time.ly
* VERSION (MY_PATCH_LEVEL): make 1.7.0
[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 = #'neo_mensural
9     s1 
10   }
11 }