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

diff --git a/input/bugs/staff-size.ly b/input/bugs/staff-size.ly
new file mode 100644 (file)
index 0000000..e87807b
--- /dev/null
@@ -0,0 +1,23 @@
+\version "1.3.148"
+\header{
+texidoc="separate staff-size is clumsy with \override.
+Also, it doesn't seem to work anymore."
+}
+
+\score {
+  \notes \relative c' < \context Voice {
+       \property Staff.staffSpace = #10
+       \property Staff.fontSize = #-1
+       \property Voice.fontSize = #-1
+       
+       \property Voice . dynamicDirection = \up \stemDown
+%\key gis \major
+       c8 d [e f g a] b c \ff
+  }
+
+\context Staff = VB {  \property Voice . dynamicDirection = \down c,,4 \ff c c c  }
+
+>
+\paper { linewidth = -1. }
+}
+
diff --git a/input/bugs/standchen-space.ly b/input/bugs/standchen-space.ly
new file mode 100644 (file)
index 0000000..275b055
--- /dev/null
@@ -0,0 +1,12 @@
+\version "1.3.148"
+\header{
+texidoc="what about this.    -> regression?"
+}
+\score {
+\notes \relative c' <
+\context Staff = SA  { c4. c8 \times 2/3 { [c8 c c] } }
+\context Staff = SB  { c8 c c c c c }
+>
+
+\paper { linewidth = -1. }
+}