From: fred Date: Sun, 18 Feb 2001 21:13:27 +0000 (+0000) Subject: lilypond-1.3.130 X-Git-Tag: release/1.5.59~5709 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1fc98788c9ad6b8969b53a1a7922a50e408460f8;p=lilypond.git lilypond-1.3.130 --- diff --git a/input/bugs/ss.ly b/input/bugs/ss.ly new file mode 100644 index 0000000000..f0585ae086 --- /dev/null +++ b/input/bugs/ss.ly @@ -0,0 +1,14 @@ +\version "1.3.129" +\include "paper16.ly" +\score{ + \notes \context Staff = pr { + \context Voice < a b c' e'> + } + \paper{ + \translator { + \StaffContext + StaffSymbol \override #'staff-space = #1.3 + } + } +} +