From: fred Date: Sun, 24 Mar 2002 20:01:33 +0000 (+0000) Subject: lilypond-0.1.29 X-Git-Tag: release/1.5.59~3659 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b42eb18b6d37c21008effb5fce5440d8105ecbf3;p=lilypond.git lilypond-0.1.29 --- diff --git a/tex/lilyponddefs.tex b/tex/lilyponddefs.tex index 71c7001f76..d7b9be267a 100644 --- a/tex/lilyponddefs.tex +++ b/tex/lilyponddefs.tex @@ -188,7 +188,8 @@ \def\brace#1{\count0=148\advance\count0 by #1\musicdraw\char\count0} \def\crescendosym#1{\count0=84\advance\count0 by #1\musicdraw\char\count0} \def\decrescendosym#1{\count0=116\advance\count0 by #1\musicdraw\char\count0} -\def\rulesym#1#2{\vrule height #1 width #2} +\def\rulesym#1#2{\dimen0=#1% + \vrule height .5\dimen0 depth .5\dimen0 width #2} \def\settext#1{\normaltextfont #1} \def\setitalic#1{\italicfont #1} \def\setdynamic#1{\dynfont #1}