From 50ad067f1049e367fd910b3e99e6828a6e344f08 Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 27 Mar 2002 02:00:13 +0000 Subject: [PATCH] lilypond-1.5.8 --- input/bugs/time.ly | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 input/bugs/time.ly 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 + } +} -- 2.39.5