From 79ddf8b8e3b57e33f9bf3adfb129369254ff1a2d Mon Sep 17 00:00:00 2001 From: fred <fred> Date: Tue, 26 Mar 2002 21:48:15 +0000 Subject: [PATCH] lilypond-1.1.36 --- lily/performance.cc | 2 +- tex/headers.tex | 2 +- tex/lilypond-latex.tex | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lily/performance.cc b/lily/performance.cc index 130cd4a2ec..f25b63eea1 100644 --- a/lily/performance.cc +++ b/lily/performance.cc @@ -55,7 +55,7 @@ Performance::output (Midi_stream& midi_stream) MIDI players tend to ignore instrument settings on channel 10, the percussion channel by default. */ - if (channel == 10) + if (channel == 9) channel++; s->output (midi_stream, channel++); } diff --git a/tex/headers.tex b/tex/headers.tex index 81dd884c8c..cd4bc70c60 100644 --- a/tex/headers.tex +++ b/tex/headers.tex @@ -9,7 +9,7 @@ \rhead{} \chead{} \lfoot{} -\cfoot{\ifnum\thepage=1{\hfill\LilyIdString}\fi} +\cfoot{\ifnum\thepage=1{\hfill\mudelatagline}\fi} \rfoot{\ifnum\thepage>1{\hfill\thepage\hfill}\fi} \headrulewidth0mm \pagestyle{fancy} diff --git a/tex/lilypond-latex.tex b/tex/lilypond-latex.tex index 97b6f320ac..143a4c28c5 100644 --- a/tex/lilypond-latex.tex +++ b/tex/lilypond-latex.tex @@ -54,7 +54,7 @@ \renewcommand{\@evenfoot}{}% \renewcommand{\@evenhead}{}% \renewcommand{\@oddfoot}{% - \ifnum\thepage=1{\hfil \LilyIdString}% + \ifnum\thepage=1{\hfil \mudelatagline}% \else{% foo\hfil\the\pageno\hfil}% \fi}} @@ -63,7 +63,7 @@ \renewcommand{\@evenfoot}{}% \renewcommand{\@evenhead}{}% \renewcommand{\@oddfoot}{% - \ifnum\thepage=1{\hfil \LilyIdString}% + \ifnum\thepage=1{\hfil \mudelatagline}% \else{foo\hfil\the\pageno\hfil}% \fi}}% \nopagenumbers -- 2.39.5