diff options
Diffstat (limited to 'lilyponddefs.tex')
-rw-r--r-- | lilyponddefs.tex | 11 |
1 files 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 |