From aff266291650e3be7fc7194f90c39fc9e00e1dde Mon Sep 17 00:00:00 2001 From: fred Date: Fri, 25 Oct 1996 11:51:49 +0000 Subject: [PATCH] lilypond-0.0.5 --- lilyponddefs.tex | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/lilyponddefs.tex b/lilyponddefs.tex index 242a17d5f4..9b18faf880 100644 --- a/lilyponddefs.tex +++ b/lilyponddefs.tex @@ -26,6 +26,9 @@ \mdef\singledot{'00} \mdef\doubledot{'01} \mdef\tripledot{'02} + + + \def\maatstreep{\vrule height8pt depth8pt } \def\finishbar{\vrule height8pt width 1pt depth8pt} \parindent0pt @@ -42,7 +45,7 @@ \newcount\n \def\linestafsym#1#2{\hbox to 0pt{\vbox to 0pt{\n=0% - \loop\ifnum\n<#1\advance\n by1 + \loop\ifnum\n<#1\advance\n by1% \ifnum\n>1\vskip2pt\fi \hrule width#2\repeat\vss}\hss}} \def\vcenter#1{\vbox to 0pt{\vss #1\vss}} @@ -50,4 +53,8 @@ \def\cquartrest{\vcenter\quartrest} \def\ceighthrest{\vcenter\eighthrest} \def\csixteenthrest{\vcenter\sixteenthrest} -\def\cthirtysecondrest{\vcenter\thirtysecondrest} \ No newline at end of file +\def\cthirtysecondrest{\vcenter\thirtysecondrest} + +\def\lsingledot{\kern-6pt\singledot} +\def\ldoubledot{\kern-6pt\doubledot} +\def\ltripledot{\kern-6pt\tripledot} \ No newline at end of file -- 2.39.5