]> git.donarmstrong.com Git - lilypond.git/blobdiff - tex/lilyponddefs.tex
release: 0.1.48
[lilypond.git] / tex / lilyponddefs.tex
index 8a03396e189ab912022e661a179eeeefa159fc40..67cfd2e3bfdb8245d043d642e6e1ed83bb3ac6c5 100644 (file)
@@ -2,10 +2,12 @@
 %% include file for LilyPond
 %%
 %% this file defines various macros to accomodate lilypond output
-
+%% 
+%% let's not make par before endinput
+%
 % TeXbook ex 7.7
 \def\ifundefined#1{\expandafter\ifx\csname#1\endcsname\relax}
-
+%
 % skip if included already
 \def\SkipLilydefs{\endinput}
 \ifundefined{EndLilyPondOutput}
@@ -13,7 +15,7 @@
         \def\SkipLilydefs{}
 \fi
 \SkipLilydefs
-
+%
 \ifundefined{mudelacopyright}
         \def\mudelacopyright{\copyright\ \number\year}
 \fi
@@ -70,7 +72,7 @@
 
 \def\cmrtwenty{
         \font\meterfont=cmbx15
-        \font\italicfont=cmti10
+        \font\italicfont=cmti10 scaled \magstep1
         \font\musicmathfont=cmsy10
         \font\normaltextfont=cmr10 %\textfont is a primitive
         \font\smalltextfont=cmr8
@@ -81,7 +83,7 @@
         \font\smalltextfont=cmr6
         \font\normaltextfont=cmr8 %\textfont is a primitive
         \font\meterfont=cmbx12
-        \font\italicfont=cmti8
+        \font\italicfont=cmti9
         \font\textmusic=cmmi10
         \font\boldfont=cmbx8
 }