From 5e627ec3705bc685ec3134d89dff363707ae5d50 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 10 Dec 1996 14:56:20 +0000 Subject: [PATCH] lilypond-0.0.15 --- dimen.tex | 2 +- lilyponddefs.tex | 23 +++++++++++++++++------ pavane.ly | 1 + 3 files changed, 19 insertions(+), 7 deletions(-) diff --git a/dimen.tex b/dimen.tex index f1c9bad686..962ec5d5b7 100644 --- a/dimen.tex +++ b/dimen.tex @@ -1,4 +1,4 @@ -\font\musicfnt=musix20 +\font\musicfnt=musix16 \font\slurfont=xslhu20 \def\thefont{\musicfnt} diff --git a/lilyponddefs.tex b/lilyponddefs.tex index 152d461d64..fe056efa23 100644 --- a/lilyponddefs.tex +++ b/lilyponddefs.tex @@ -4,8 +4,8 @@ \def\mdef#1#2{\def#1{{\musicfnt\char#2}}} %% musix defs - \parindent=0pt - \newdimen\interlinedist +\parindent=0pt +\newdimen\interlinedist \newcount\n \newdimen\balkhoog \newdimen\staffrulethickness @@ -21,6 +21,21 @@ \font\musicfnt=musix20 \balkhoog=20pt \staffrulethickness=0.4pt + + \musixcalc +} +\def\musixsixteendefs{ + \font\slurufont=xslu16 + \font\slurdfont=xsld16 + \font\slurhfont=xslz20 % sigh + \font\hslurufont=xslhu16 + \font\hslurdfont=xslhd16 + \font\hslurhfont=xslhz20 + \font\musicfnt=musix16 + \balkhoog=16pt + \staffrulethickness=0.4pt + + \musixcalc } \def\musixcalc{ @@ -31,8 +46,6 @@ } -\musixtwentydefs -\musixcalc \def\slurcharh#1{{\slurhfont\char#1}} \def\slurcharu#1{{\slurufont\char#1}} \def\slurchard#1{{\slurdfont\char#1}} @@ -87,8 +100,6 @@ \def\interstaffline{% \vskip 10pt -% \nointerlineskip -% \vbox{\hbox to 0pt{\vrule width20pt height1pt\hss}} } \def\ugly{\nointerlineskip\par \vskip 40pt\par\vbox{\hbox to 0pt{\vrule width30pt height1pt\hss}}\par\vskip 40pt diff --git a/pavane.ly b/pavane.ly index 529ffce943..c8fb84fcb1 100644 --- a/pavane.ly +++ b/pavane.ly @@ -49,6 +49,7 @@ score { horn } paper { + symboltables { table_sixteen} unitspace 1.5 cm geometric 1.4 } -- 2.39.5