From 1fe22e9cb970300dec2ddbcf8975653f8b0106dc Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 20:12:21 +0000 Subject: [PATCH] lilypond-1.0.1 --- input/test/updown.fly | 9 +++++++++ tex/lily-ps-defs.tex | 4 +++- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 input/test/updown.fly 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 -- 2.39.5