From: fred Date: Wed, 27 Mar 2002 02:00:13 +0000 (+0000) Subject: lilypond-1.5.8 X-Git-Tag: release/1.5.59~496 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=50ad067f1049e367fd910b3e99e6828a6e344f08;p=lilypond.git lilypond-1.5.8 --- diff --git a/input/bugs/time.ly b/input/bugs/time.ly new file mode 100644 index 0000000000..3ffea816de --- /dev/null +++ b/input/bugs/time.ly @@ -0,0 +1,11 @@ +\version "1.3.148" +\header { +texidoc="Should use old style." +} + +\score { + \notes { + \property Staff.TimeSignature \override #'style = #'oldC4/4 + s1 + } +}