From: fred Date: Wed, 27 Mar 2002 02:00:12 +0000 (+0000) Subject: lilypond-1.5.8 X-Git-Tag: release/1.5.59~497 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4c8b5640ffadc128c2d084e9ecc37baee8e9ea34;p=lilypond.git lilypond-1.5.8 --- diff --git a/input/bugs/staff-size.ly b/input/bugs/staff-size.ly new file mode 100644 index 0000000000..e87807b7ca --- /dev/null +++ b/input/bugs/staff-size.ly @@ -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 index 0000000000..275b0555c3 --- /dev/null +++ b/input/bugs/standchen-space.ly @@ -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. } +}