]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.5.8
authorfred <fred>
Wed, 27 Mar 2002 02:00:13 +0000 (02:00 +0000)
committerfred <fred>
Wed, 27 Mar 2002 02:00:13 +0000 (02:00 +0000)
input/bugs/time.ly [new file with mode: 0644]

diff --git a/input/bugs/time.ly b/input/bugs/time.ly
new file mode 100644 (file)
index 0000000..3ffea81
--- /dev/null
@@ -0,0 +1,11 @@
+\version "1.3.148"
+\header {
+texidoc="Should use old style."
+}
+
+\score {
+  \notes { 
+    \property Staff.TimeSignature \override #'style = #'oldC4/4
+    s1 
+  }
+}