]> git.donarmstrong.com Git - lilypond.git/blobdiff - tex/lilyponddefs.tex
(Running LilyPond): Separate
[lilypond.git] / tex / lilyponddefs.tex
index 78efb4bc8b39421a5abdbffa08b1109a57d6532d..1b16819e35d496ab7569b4c92fac4ca3bdf6d681 100644 (file)
@@ -9,11 +9,11 @@
 \def\ifundefined#1{\expandafter\ifx\csname#1\endcsname\relax}
 
 % The feta characters
-\input feta20.tex
+%\input feta20.tex
 
-\font\fetasixteen=feta16
-\def\fetafont{\fetasixteen}
-\def\fetachar#1{\hbox{\fetasixteen#1}}
+%\font\fetasixteen=feta16
+%\def\fetafont{\fetasixteen}
+%\def\fetachar#1{\hbox{\fetasixteen#1}}
 
 % If we must make titles, do so, before we're Skipped.
 \ifx\mustmakelilypondtitle\undefined\else\makelilypondtitle\fi
 \def\leftalign#1{\hbox to 0pt{#1\hss}}
 
 % Attempt to keep lilypiecetitle together with the piece:
-\def\myfilbreak{\par\vfil\penalty200\vfilneg}
 
-% stacked horizontal lines
-\ifundefined{lilypondpaperinterscoreline}
-        \def\lilypondpaperinterscoreline{16}
-\fi
+%
+% TODO: figure this out.
+%
+
+\def\myfilbreak{} %\par\vfil\penalty200\vfilneg}
+
+
 \ifundefined{lilypondpaperinterscorelinefill}
         \def\lilypondpaperinterscorelinefill{0}
+\else
+        \def\lilypondpaperinterscorelinefill{1}
 \fi
 
-\def\interscoreline{\vskip\lilypondpaperinterscoreline pt plus %
-  \lilypondpaperinterscorelinefill fill}
+\def\interscoreline{\vskip \lilypondpaperinterscoreline \lilypondpaperunit plus \lilypondpaperinterscorelinefill fill}
 
 \def\placebox#1#2#3{%
         \botalign{\hbox{\raise #1\leftalign{\kern #2{}#3}}}}%
 
 % Are we using PDFTeX?  If so, use pdf definitions.
+% MiKTeX checks \pdfoutput the wrong way, makes our
+% check more complicated.
 \ifx\pdfoutput\undefined  
   \input lily-ps-defs
 \else
-  \pdfoutput=1
-  \input lily-pdf-defs
+  \ifx\pdfoutput\relax
+    \input lily-ps-defs
+  \else
+    \pdfoutput=1
+    \input lily-pdf-defs
+  \fi
 \fi
 
 \def\EndLilyPondOutput{%
@@ -78,5 +87,5 @@
         \csname%
         nolilyfooter\texsuffix\endcsname
 \fi
-
+\newdimen\outputscale
 \endinput