From: fred Date: Sun, 24 Mar 2002 20:12:21 +0000 (+0000) Subject: lilypond-1.0.1 X-Git-Tag: release/1.5.59~3065 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1fe22e9cb970300dec2ddbcf8975653f8b0106dc;p=lilypond.git lilypond-1.0.1 --- diff --git a/input/test/updown.fly b/input/test/updown.fly new file mode 100644 index 0000000000..dfac8a1cf6 --- /dev/null +++ b/input/test/updown.fly @@ -0,0 +1,9 @@ +% this used to work: +% <{\voiceone e} +% {\voicetwo c}> + +% now we need: +\type Staff +<{\voiceone e} +{\voicetwo c}> + diff --git a/tex/lily-ps-defs.tex b/tex/lily-ps-defs.tex index 074eb7d1ce..7740d62496 100644 --- a/tex/lily-ps-defs.tex +++ b/tex/lily-ps-defs.tex @@ -157,7 +157,9 @@ staffheight 4 div /interline exch def exch } bind def % -interline 2 div /bracket_b exch def +% too fat for 20pt +% interline 2 div /bracket_b exch def +interline 3 div /bracket_b exch def interline 2 mul /bracket_w exch def staffrulethickness /stafflinethickness exch def stafflinethickness 2 mul /bracket_t exch def