]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/time.ly
400bc6cdec51b71a77cd2cbf4e91e40847e09426
[lilypond.git] / input / bugs / time.ly
1 \version "1.3.148"
2
3 % Uses old style
4
5 \score {
6   \notes { 
7     \property Staff.TimeSignature \override #'style = #'oldC4/4
8     s1 
9   }
10 }