From ac470c8e7abe1129b2565442d9a27af409d1cda5 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 22:14:56 +0000 Subject: [PATCH] lilypond-1.1.56 --- tex/lilyponddefs.tex | 36 +++++++++++++++++++++++++++++++----- 1 file changed, 31 insertions(+), 5 deletions(-) diff --git a/tex/lilyponddefs.tex b/tex/lilyponddefs.tex index 77b02d7f7a..696bf389a3 100644 --- a/tex/lilyponddefs.tex +++ b/tex/lilyponddefs.tex @@ -15,9 +15,24 @@ \def\SkipLilydefs{} \fi \SkipLilydefs + +% need to do some stuff to turn pagenumbering off +\ifundefined{documentclass} + \input lilypond-plaintex +\else + \input lilypond-latex +\fi + + % \def\botalign#1{\vbox to 0pt{\vss #1}} \def\leftalign#1{\hbox to 0pt{#1\hss}} +\font\textmusic=cmmi10 +\def\textsharp{\raise.4ex\hbox{\textmusic\char"5D}} +\def\textnatural{\raise.4ex\hbox{\textmusic\char"5C}} +\def\textflat{\raise.2ex\hbox{\textmusic\char"5B}} + + % stacked horizontal lines @@ -27,9 +42,20 @@ \input lily-ps-defs \def\EndLilyPondOutput{% \csname bye\endcsname - } - - %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - +} \def\postheader{} -\noindent + +% need to do some stuff to turn pagenumbering off +% they seriously mess up your fragments. + +\ifx\csname nolilyfooter\endcsname\relax + \message{[footer defined]}% + \csname lilyfooter\texsuffix\endcsname% +\else + \message{[footer empty]} + \csname% + nolilyfooter\texsuffix\endcsname +\fi + + +\endinput -- 2.39.5