]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/time.ly
patch::: 1.5.7.jcn1
[lilypond.git] / input / bugs / time.ly
1 \version "1.3.148"
2 \header {
3 texidoc="Should use old style."
4 }
5
6 \score {
7   \notes { 
8     \property Staff.TimeSignature \override #'style = #'oldC4/4
9     s1 
10   }
11 }