]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.1.56
authorfred <fred>
Tue, 26 Mar 2002 22:14:56 +0000 (22:14 +0000)
committerfred <fred>
Tue, 26 Mar 2002 22:14:56 +0000 (22:14 +0000)
tex/lilyponddefs.tex

index 77b02d7f7a9a49c71209008c070a870c2377b576..696bf389a3ad28485da66e0f7993d0faf624beaa 100644 (file)
         \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
 \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