This commit is contained in:
Josia Pietsch 2022-03-27 12:09:14 +02:00
parent c1d3b34851
commit 200080fe9d
241 changed files with 62140 additions and 10 deletions

View File

@ -1,4 +1,7 @@
pdf: init
cd build/lilypond
find . -name '*.ly' -exec lilypond '{}' \;
cd ../..
latexmk
clean:

Binary file not shown.

226
abc/abc.sty Normal file
View File

@ -0,0 +1,226 @@
%%
%% This is file `abc.sty',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% abc.dtx (with options: `package')
%%
%% Copyright 2006-2016 Enrico Gregorio
%%
%% This program is provided under the terms of the
%% LaTeX Project Public License distributed from CTAN
%% archives in directory macros/latex/base/lppl.txt.
%%
%% Author: Enrico Gregorio
%% Enrico dot Gregorio at univr dot it
%%
%% This work has the LPPL maintenance status "author-maintained".
%%
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesPackage{abc}
[2016/05/15 v2.0b Enrico Gregorio]
\RequirePackage{ifluatex}
\newif\ifabc@shellescape
\newif\ifabc@generate
\newif\ifabc@warning
\newif\ifabc@saveall
\newif\ifabc@mup
\DeclareOption{mup}{\abc@muptrue}
\DeclareOption{noshellescape}{\abc@shellescapefalse\abc@warningtrue
\abc@savealltrue}
\DeclareOption{shellescape}{\abc@shellescapetrue}
\DeclareOption{nogenerate}{\abc@generatefalse}
\DeclareOption{generate}{\abc@generatetrue}
\DeclareOption{nosaveall}{\abc@saveallfalse}
\DeclareOption{saveall}{\abc@savealltrue}
\def\abc@epsext{eps}
\DeclareOption{ps2eps}{\def\abc@pscmd{ps2eps -f}}
\DeclareOption{ps2epsi}{\def\abc@pscmd{ps2epsi}\def\abc@epsext{epsi}}
\DeclareOption{ps2epsidos}{\def\abc@pscmd{ps2epsi}\def\abc@epsext{epi}}
\ExecuteOptions{generate,shellescape,nosaveall,ps2eps}
\ifluatex
\ExecuteOptions{saveall}
\fi
\ProcessOptions\relax
\RequirePackage{verbatim}
\RequirePackage{keyval}
\RequirePackage{graphicx}
\RequirePackage{ifpdf}
\newif\ifabc@unprocessedfiles
\newcounter{abc@count}
\ifabc@mup
\newcommand{\abc@cmd}{mup} % virtually no choice
\newcommand{\abc@parm}{-F} % -F MUST stay
\newcommand{\abc@epstopdfcmd}{epstopdf}
\newcommand{\abc@pdfext}{pdf}
\def\normalabcoutputfile{out-mup}
\def\normalmupoutputfile{\normalabcoutputfile}
\def\mup{\abc}
\def\endmup{\endabc}
\def\mupinput{\abcinput}
\def\abc@ext{.mup}
\def\abc@packagename{mup}
\else
\newcommand{\abc@cmd}{abcm2ps} % virtually no choice
\newcommand{\abc@parm}{-O= -c} % -O= MUST stay
\newcommand{\abc@epstopdfcmd}{epstopdf}
\newcommand{\abc@pdfext}{pdf}
\def\normalabcoutputfile{out-abc}
\def\abc@ext{.abc}
\def\abc@packagename{abc}
\fi
\def\abc@tempfile{\normalabcoutputfile}
\def\abc@opt{}
\let\abc@postopt\@empty
\ifpdf
\let\abc@finalext\abc@pdfext
\else
\let\abc@finalext\abc@epsext
\fi
\newif\ifabc@center
\abc@centertrue
\newcommand{\abcwidth}{\linewidth} % only fractions of \linewidth
\let\mupwidth\abcwidth
\newwrite\abc@out
\def\abc@startgen{%
\@bsphack
\immediate\openout\abc@out\abc@tempfile\abc@ext
\let\do\@makeother\dospecials
\catcode`\^^M\active \catcode`\^^I=12
\def\verbatim@processline{%
\immediate\write\abc@out
{\the\verbatim@line}}%
\verbatim@start}
\def\abc@finishgen{%
\immediate\closeout\abc@out
\@esphack
\abc@process
}
\ifluatex
\IfFileExists{shellesc.sty}
{\RequirePackage{shellesc}\let\abc@shell\ShellEscape}
{\def\abc@shell{\immediate\write18}}
\else
\def\abc@shell{\immediate\write18}
\fi
\def\abc@doshellcommand{%
\abc@shell{%
\ifabc@mup
\abc@cmd\space
\abc@opt\space
\abc@parm\space
\abc@tempfile\abc@ext\space
\else
\abc@cmd\space
\abc@parm\space
\abc@opt\space
\abc@tempfile\abc@ext\space
\fi
\ifx\abc@postopt\@empty
\else\space\abc@postopt\fi
}%
\abc@shell{%
\abc@pscmd\space\abc@tempfile.ps
}%
\ifpdf
\abc@shell{%
\abc@epstopdfcmd\space\abc@tempfile.\abc@epsext
}%
\fi
}
\def\abc@nodoshellcommand{%
\immediate\write\abc@outsh{%
\abc@cmd\space
\abc@parm\space
\abc@opt\space
\abc@tempfile\abc@ext\space
\ifx\abc@postopt\@empty
\else\space\abc@postopt\fi}%
\immediate\write\abc@outsh{%
\abc@pscmd\space\abc@tempfile.ps}%
\ifpdf
\immediate\write\abc@outsh{%
\abc@epstopdfcmd\space\abc@tempfile.\abc@epsext}%
\fi
}
\AtEndDocument{%
\ifabc@warning\ifabc@unprocessedfiles
\PackageWarningNoLine{\abc@packagename}{%
\ifabc@shellescape
You have set the `shellescape' option, but you ran%
\MessageBreak
(pdf)latex without the `-shell-escape' command line%
\MessageBreak
option. Fix it either with the `noshellescape' option%
\MessageBreak
in your document or the correct call of (pdf)latex%
\else
Remember to generate the [eps,pdf] files before compiling%
\MessageBreak
again. Use the file \abc@tempfile.sh for a list or as a script%
\fi}%
\fi\fi}
\ifabc@shellescape
\let\abc@process\abc@doshellcommand
\else
\newwrite\abc@outsh
\immediate\openout\abc@outsh\abc@tempfile.sh
\AtEndDocument{\closeout\abc@outsh}
\let\abc@process\abc@nodoshellcommand
\fi
\ifabc@generate
\let\abc@start\abc@startgen
\let\abc@finish\abc@finishgen
\else
\let\abc@start\comment
\let\abc@finish\endcomment
\fi
\def\abc{\@makeother\%\@ifnextchar[\abc@grab{\abc@grab[]}}
\define@key{abc}{name}[]{%
\if!#1!\stepcounter{abc@count}%
\edef\abc@tempfile{\normalabcoutputfile-\@arabic\c@abc@count}%
\else
\def\abc@tempfile{#1}%
\fi
}
\define@key{abc}{options}{\def\abc@opt{#1}}
\define@key{abc}{postoptions}{\def\abc@postopt{#1}}
\define@key{abc}{program}{\def\abc@cmd{#1}\let\abc@parm\@empty}
\define@key{abc}{width}{\def\abc@width{#1}}
\define@key{abc}{center}[true]{\csname abc@center#1\endcsname}
\define@key{abc}{extension}{\def\abc@ext{.#1}}
\def\abc@grab[#1]{\let\abc@width=\abcwidth
\ifabc@saveall
\setkeys{abc}{name,#1}%
\else
\setkeys{abc}{#1}%
\fi\abc@start}
\def\endabc{%
\abc@finish
\trivlist\item[]\ifabc@center\centering\fi
\IfFileExists{\abc@tempfile.\abc@finalext}
{\includegraphics[width=\abc@width]{\abc@tempfile.\abc@finalext}}%
{\global\abc@warningtrue\fbox{\abc@tempfile}%
\global\abc@unprocessedfilestrue}%
\endtrivlist
}
\def\abcinput{\@ifnextchar[\abc@grabinput{\abc@grabinput[]}}
\def\abc@grabinput[#1]#2{\let\abc@width=\abcwidth\setkeys{abc}{#1}%
\begingroup\def\abc@tempfile{#2}%
\IfFileExists{\abc@tempfile\abc@ext}
{%
\abc@process
\begin{center}
\IfFileExists{\abc@tempfile.\abc@finalext}
{\includegraphics[width=\abc@width]{\abc@tempfile.\abc@finalext}}%
{\fbox{\abc@tempfile}}%
\end{center}%
\endgroup
}
{\PackageWarning{\abc@packagename}{No file \abc@tempfile\abc@ext\space found}}%
}
\endinput
%%
%% End of file `abc.sty'.

81
abc/example.tex Normal file
View File

@ -0,0 +1,81 @@
%%
%% This is file `example.tex',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% abc.dtx (with options: `example')
%%
%% Copyright 2006-2016 Enrico Gregorio
%%
%% This program is provided under the terms of the
%% LaTeX Project Public License distributed from CTAN
%% archives in directory macros/latex/base/lppl.txt.
%%
%% Author: Enrico Gregorio
%% Enrico dot Gregorio at univr dot it
%%
%% This work has the LPPL maintenance status "author-maintained".
%%
\documentclass[a4paper,12pt]{article}
\usepackage[generate,ps2eps]{abc}
\usepackage{mathptmx}
\begin{document}
\title{Example of ABC Plus in \LaTeX{}}
\author{Guido Gonzato}
\date{}
\maketitle
This is a short piece.
\medskip
\begin{abc}
X:4
T:Cronin's Hornpipe
R:hornpipe
S:Keenan and Glackin
E:7
M:C|
L:1/8
K:G
BA|GABc dBde|gage dega|bage dBGB|cABG A2BA|!
GABc dBde|gage dega|bage dBAB|G2G2 G2:|!
fg|afd^c d2ga|bged e2ga|(3bag (3agf gedB|(3cBA AG AcBA|!
GABc dBde|~g3e dega|bage dBAB|G2G2 G2:|!
\end{abc}
\medskip
This is another short piece, but we would like to keep the
ABC source in our directory.
\begin{abc}[name=jacky]
X:9
T:Jacky Tar
R:hornpipe
M:4/4
L:1/8
K:Edor
(Bd) | "Em" e2 ed efge | "G" d2 B2 B2 (dB) | "D" ABde faef | d2 A2 A2 (Bd) |
"Em" e2 ef g2 fe | "G" dB GB d2 (cB) | "D" AGFE DEFA | "Em" G2 E2 E2 :|
(GA) | "Em" BGEG BGEG | BAGF E2 (FG) | "D" BGEG BGEG | AGFE D2 (EF) |
"G" GFGB g2 (fe) | dBGB d2 (cB) | "D" AGFE DEFA | "Em" G2 E2 E2 :|
\end{abc}
\clearpage
And, finally, we want to set also the last piece; its ABC code
is already in our directory.
\medskip
\abcinput{poll}
\end{document}
\endinput
%%
%% End of file `example.tex'.

27
abc/mup.sty Normal file
View File

@ -0,0 +1,27 @@
%%
%% This is file `mup.sty',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% abc.dtx (with options: `package-mup')
%%
%% Copyright 2006-2016 Enrico Gregorio
%%
%% This program is provided under the terms of the
%% LaTeX Project Public License distributed from CTAN
%% archives in directory macros/latex/base/lppl.txt.
%%
%% Author: Enrico Gregorio
%% Enrico dot Gregorio at univr dot it
%%
%% This work has the LPPL maintenance status "author-maintained".
%%
\ProvidesPackage{mup}
\DeclareOption*{\PassOptionsToPackage{\CurrentOption}{abc}}
\ProcessOptions\relax
\RequirePackage[mup]{abc}
\endinput
%%
%% End of file `mup.sty'.

76
abc/mupexa.tex Normal file
View File

@ -0,0 +1,76 @@
%%
%% This is file `mupexa.tex',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% abc.dtx (with options: `example-mup')
%%
%% Copyright 2006-2016 Enrico Gregorio
%%
%% This program is provided under the terms of the
%% LaTeX Project Public License distributed from CTAN
%% archives in directory macros/latex/base/lppl.txt.
%%
%% Author: Enrico Gregorio
%% Enrico dot Gregorio at univr dot it
%%
%% This work has the LPPL maintenance status "author-maintained".
%%
\documentclass[a4paper,12pt]{article}
\usepackage[generate,ps2eps]{mup}
\usepackage{mathptmx}
\begin{document}
\title{Example of MUP in \LaTeX{}}
\author{Martin Tarenskeen}
\date{}
\maketitle
This is a short piece.
\medskip
\begin{mup}
1: a-;b-;c;d;
bar
1: e;f;g;a;
endbar
\end{mup}
\medskip
This is another short piece, but we would like to keep the
MUP source in our directory.
\begin{mup}[name=mymup]
score
staffs=2
time=6/8
beamstyle=4.,4.
staff 2
clef=bass
music
1: 8c;d;e;f;g;a;
2: 4.ceg;cfa;
repeatend
\end{mup}
\clearpage
And finally, we want to set also the last piece; its MUP code
is already in our directory.
\medskip
\mupinput{simple}
\end{document}
\endinput
%%
%% End of file `mupexa.tex'.

16
abc/poll.abc Normal file
View File

@ -0,0 +1,16 @@
X:12
T:Poll Ha'penny
T:Garra\'i na bhF\'eile\'og
R:hornpipe
H:The Irish title means "The Garden of Honeysuckles"
D:Mary Bergin: Feadoga Stain
D:Noel Hill agus Tony McMahon: I gCnoc na Grai
Z:id:hn-hornpipe-26
M:C|
L:1/8
K:Amix
(3GAB | =cAAG A2 (3AB=c | (3d=cB (3AGF G2 (3B^cd | ed^cA d^cAG | ~A3 G A2 de |
~f3 d ~e3 c | d2 (3Bcd efge | aged (3=cBA GB | ~A3 G A2:|
|: ef | ~g3 f gfef | g2 ga gedg | eaag a3 g | eaag a2 ag |
~f3 d ~e3 c | d2 (3Bcd efge | aged (3=cBA GB | ~A3 G A2 :|

13
abc/simple.mup Normal file
View File

@ -0,0 +1,13 @@
score
staffs=2
time=6/8
beamstyle=4.,4.
staff 2
clef=bass
music
1: 8c;d;e;f;g;a;
2: 4.ceg;cfa;
repeatend

BIN
cdc.pdf Normal file

Binary file not shown.

BIN
cdur.pdf Normal file

Binary file not shown.

BIN
example.pdf Normal file

Binary file not shown.

View File

@ -19,6 +19,8 @@
Verglichen mit der Quinte (\autoref{quinte}) kommen einige Kombinationstöne mehrfach, d.h.~lauter, vor.
TODO: Noten cgc
\includegraphics{lilypond/cgc.pdf}
\end{example}
\begin{example}[Dur-Akkord]
@ -91,7 +93,7 @@
\end{example}
\begin{example}
$5:6:8$
$5:6:8 $ wird als \vocab{Neapolitaner} bezeichnet.
TODO: Noten acf
@ -127,8 +129,7 @@
\end{example}
\begin{example}[Neopolitaner, Sixte ajout\'ee]
\begin{example}
$4:5:6:7:9$
TODO: Noten f a c es? g
@ -140,3 +141,90 @@
``Wenn wir Jazz machen, packen wir einfach noch ein paar Terzen drauf.''
\end{quote}
\begin{example}[Sixte ajout\'ee]
$10 : 12 : 15 : 17$ heißt \vocab{Sixte ajout\'ee}.
TODO: Noten e g h cis
$C\!\!\!\!/\,\,\,^{\text{maj}7,>8}$
$12 : 17$ ist ein Tritonus (etwas größer als $\sqrt{2} $).
Mit Oktavreduktion\footnote{Es handelt sich nicht wirklich um Oktavreduktion, das Verhältnis ändert sich. ($10 : 12 : 15 : 17 \neq 6: 7 : 9 : 10 (A\!\!\!/\,\,^{7,9}/E$)} lässt sich der Akkord umschreiben zu
TODO: Noten cis e g h
($5:6:7:9$, $A\!\!\!/^{7,9}$, kein Sixte ajout\'ee)
\end{example}
\begin{question}
Ist Oktavreduktion überhaupt sinnvoll?
\end{question}
\todo{Jupyter Notebook (Appendix?)}
\paragraph{Exkurs: Kirchenglocken}
Es ist Sonntag, daher läuten gerade Kirchenglocken. Hier kann man den \vocab{Dopplereffekt} hören.
\begin{remark}
Diese Sichtweise ist stark geprägt von Akkorden. Wenn man Melodien intoniert, so kommt man teilweise zu gegensätzlichen Ergebnissen. Auf der Geige ist beispielsweise ein $g\sharp$ höher als $a\flat$.
Siehe auch ``How equal temperament ruined harmony'' S. 47 und 78.
\end{remark}
\begin{remark}
Nach Leopold Mozart teilt sich der Ganzton in eine großen und einen kleinen Halbton, welche im Verhältnis $5 : 4$ stehen. Im Wesentlichen beschreibt das EDO53.
\end{remark}
TODO: c-Dur Tonleiter mit reinen Dur-Akkorden
\begin{table}[htpb]
\centering
\caption{C-Dur Tonleiter mit reinen Dur-Akkorden}
\begin{tabular}{c|cccccccccccccccc}
Ton&c && d && e && f && g && a && h && c \\
Verhältnis & $\frac{1}{1}$ && $\frac{9}{8}$ && $\frac{5}{4}$ && $ \frac{4}{3}$ && $ \frac{3}{2}$ && $\frac{5}{3}$ && $\frac{15}{8}$ && $\frac{2}{1}$\\
Schritt & & $\frac{9}{8}$& & $\frac{10}{9}$& & $\frac{16}{15}$& & $\frac{9}{8}$& & $\frac{10}{9}$& & $\frac{9}{8}$& & $\frac{16}{15}$& \\
\end{tabular}
\label{cdurrein}
\end{table}
Bei Einteilung eines Ganztones ist großen und kleinen Halbton ergeben sich als Schritte $9+8+5+9+8+9+5= 53$.
\todo{EDO12 Tonleiter vs Tonleiter mit reinen Akkorden ausprobieren}
\begin{notation}[Notation für 5-limit-tuning]
Töne werden immer pythagoräisch notiert. Mit einem $,$ oder ${}^,$ wird eine Verschiebung nach unten oder oben notiert.
\autoref{cdurrein} wird so als $c~ d~ e,~f~ g~ a,~ h,~ c$ notiert.
\end{notation}
\begin{table}[htpb]
\centering
\caption{Intervalle in EDO53}
\label{tab:intervalleedo53}
\begin{tabular}{c|cc}
Intervall & EDO53 & rein \\
\hline
kl. Sekunde & $3$, $4$, $5$ & $\frac{25}{24}$, $?$, $\frac{16}{15}$ \\
große Sekunde & $8$, $9$ & $\frac{10}{9}$, $\frac{9}{8}$ \\
kleine Terz & $13$, $14$ & $\frac{32}{17}$, $\frac{6}{5}$ \\
große Terz & $17$, $18$ & $\frac{5}{4}$, $\frac{81}{64}$ \\
Quarte & $22$ & $\frac{4}{3}$ \\
Tritonus & $26$, $27$ & $\sqrt{2} \approx \frac{7}{5}, \frac{10}{7}, \frac{17}{2}$ \\
Quinte & $31$ & $\frac{3}{2}$ \\
kl. Sexte & $35$, $36$ & $\frac{128}{81}, \frac{8}{5}$\\
gr. Sexte & $39$, $40$ & $\frac{5}{3}, \frac{27}{16}$\\
kl. Septime & $43$, $44$, $45$ & $\frac{7}{4}$, $\frac{16}{9}$, $\frac{9}{5}$\\
\end{tabular}
\end{table}

3
inputs/appendix.tex Normal file
View File

@ -0,0 +1,3 @@
\begin{listing}
TODO: Code einfügen
\end{listing}

View File

@ -243,7 +243,7 @@ In EDO53 entspricht ein Tonschritt ($22,6ct.$ ) in etwa dem syntonischen Komma.
\end{question}
\paragraph{Erinnerung: Lineares Modell}
\begin{figure} %[H]
\begin{figure}[H]
\centering
\begin{tikzcd}
\text{Klang} \arrow{r}{}& \arrow{l}{} \text{Überlagerung von Frequenzen}

View File

@ -18,15 +18,15 @@
%\begin{figure}
% \centering
\begin{figure}[H]
\centering
\begin{tikzcd}
\text{Noten} \arrow{r}{}& \text{Instrumente}\arrow{d}{}\\
& \text{Schall}\arrow{d}{} \\
\text{Empfindung} \arrow{uu}{\text{komponieren}} & \text{Ohr}\arrow{l}{}
\end{tikzcd}
\label{musikkomdiag}
%\end{figure}
\end{figure}
\paragraph{Theorie}

4
lilypond/cdur.ly Normal file
View File

@ -0,0 +1,4 @@
\version "2.22.2"
\relative{
<c' e g>2
}

BIN
lilypond/cdur.pdf Normal file

Binary file not shown.

4
lilypond/cgc.ly Normal file
View File

@ -0,0 +1,4 @@
\version "2.22.2"
\relative{
<c' g' c>2
}

BIN
lilypond/cgc.pdf Normal file

Binary file not shown.

4
lilypond/example.ly Normal file
View File

@ -0,0 +1,4 @@
\version "2.22.2"
{
c' e' g' e'
}

BIN
lilypond/example.pdf Normal file

Binary file not shown.

View File

@ -4,8 +4,9 @@
\RequirePackage{fancythm}
\RequirePackage{tikz-cd}
\RequirePackage{mkessler-math}
%\RequirePackage{float}
\RequirePackage{float}
\RequirePackage{mkessler-hypersetup}
\RequirePackage{mkessler-vocab}
\RequirePackage{mkessler-mathalias}
\RequirePackage{todonotes}
\RequirePackage{listing}

View File

@ -2,7 +2,7 @@
\course{Musiktheorietheorie}
\lecturer{Georg Schröter}
\author{}
\author{Josia Pietsch}
\usepackage{musiktheorie}
%\usepackage{abc/abc}
@ -21,4 +21,8 @@
\input{inputs/intervalle.tex}
\input{inputs/akkorde.tex}
\section{Appendix}
\input{inputs/appendix.tex}
\end{document}

436
musiktheorietheorie.ipynb Normal file

File diff suppressed because one or more lines are too long

90
musixtex/README Normal file
View File

@ -0,0 +1,90 @@
This is MusiXTeX, version 1.35 (2021-08-30).
MusiXTeX is a TeX-based system for typesetting music.
The main author was Daniel Taupin, who died in a climbing
accident in 2003; other authors credited in the MusiXTeX
manual are Andreas Egler and Ross Mitchell. MusiXTeX is now
being maintained by
Don Simons dsimons(at)roadrunner(dot)com
Hiroaki Morimoto CQX05646(at)nifty(dot)com
Bob Tennent rdt(at)cs(dot)queensu(dot)ca
The package includes
+ Postscript slur support, due to Stanislav Kneifl
+ musixlyr support for lyrics, due to Rainer Dunker
+ musixcrd support for chord symbols, due to Robert Hennig
+ support for music text in Palatino, Helvetica, Times
and EC fonts
+ several other extension packages
+ a script musixflx.lua for the 2nd-pass processing
+ a script musixtex.lua that uses pre-processors prepmx,
pmxab or autosp, as necessary, and automates the 3-pass
etex -> musixflx -> [pdf]etex process, possibly
followed by calls to dvips and ps2pdf (or dvipdfm) to
convert the output to Portable Document Format (PDF)
+ wrapper scripts musixflx.bat and musixtex.bat for use on Windows
MusiXTeX fonts, including both the original metafont sources
and Type 1 versions by Takanori Uchiyama, and specialized
fonts frenchtab and MuseJazzText have been moved to a
separate musixtex-fonts package, which must be installed
before using the MusiXTeX macros.
musixtex-install.{pdf,tex} is a more-detailed version of the
following instructions:
To install (on TDS-compliant TeX systems):
+ unzip mirror.ctan.org/install/macros/musixtex.tds.zip at the root of a
texmf tree and, if necessary, update the filename database;
e.g., texhash texmf.
+ on Windows: move the scripts in Windows to a folder
on the executable PATH (or add that folder to the PATH)
+ on any Unix-like system: install symbolic links musixflx
and musixtex in a directory on the executable PATH to
scripts/musixtex/musixflx.lua and scripts/musixtex/musixtex.lua,
respectively.
Documentation for MusiXTeX and friends is installed under
doc/generic/musixtex
Documentation for the musixflx and musixtex scripts are in
doc/generic/musixtex/scripts
Many users, especially beginners, will find it easier to
use the PMX and M-Tx pre-processors, which accept a simpler
input language than MusiXTeX itself. Another pre-processor,
autosp, simplifies input to MusiXTeX by automatically
generating note-spacing commands. These pre-processor
packages may be found at CTAN under support. Additional
documentation, additional add-on packages, and many examples
of MusiXTeX typesetting may be found at the Werner Icking
Music Archive at
http://icking-music-archive.org/
Support for users of MusiXTeX and related software may be
obtained via the MusiXTeX mail list at
http://tug.org/mailman/listinfo/tex-music
MusiXTeX may be freely copied, duplicated and used in
conformance to the GNU General Public License (Version 2,
1991, see included file gpl.txt) or (at your option) any
later version.
This distribution is maintained by Bob Tennent
rdt(at)cs(dot)queensu(dot)ca.

View File

@ -0,0 +1,98 @@
<<< Changelog of MusiXTeX since T.113 >>>
-------------------------------------------------------------------------
Version T.114 [official release: 26 Dec 2009]
(1) \cclp, \zccup, \zcclp are moved from musixpoi.tex to musixtex.tex.
[14 June 2008, Hiroaki. T114-beta1]
(2) musixpoi.tex does not work since T.111.
[14 June 2008, Hiroaki. T114-beta1]
(3) musixmad.tex is inessential for typesetting musixdoc.tex, thus excluded from musixdoc.sty (see the next item)
[14 June 2008, Hiroaki. T114-beta1]
(4) the stem length of \metron (at T.113 manual section 2.17.3: Metronomic indications) is too short when musixadd.tex/musixmad.tex is excluded.
[14 June 2008, Hiroaki. T114-beta1]
(5) spacing problem when you change the music size. (\clef@skip\z@)
[16 June 2008, known bug pointed out by Daniel Taupin on 3 June 2003 before his accident. T114-beta2]
(6) in \ttie and \tleg definition, #1 isn't braced in the expansion which causes a problem at ID>9.
* \def\ttie#1{\let\T@i\@c \t@slur{-\p@ne}{#1}\@ne}
* \def\tleg#1{\let\T@i\@c \tslur{#1}\@ne}
[1 Feb 2009, reported by David Allsopp. T114-beta4]
(7) Create readme1st.txt
[16 Oct 2009, Don Simons and Andre Van Ryckeghem. T114 official]
(8) Create changelog.txt (this file)
[16 Oct 2009, Hiroaki Morimoto. T114 official]
(9) Updated musixdoc.pdf and its source code.
[16 Oct 2009, Don Simons and Andre Van Ryckeghem. T114 official]
(10) Included the repository of music-notation mistakes, contributed by Jean-Pierre Coulon.
[16 Oct 2009, T114 official]
(11) Create an install manual for MiKTeX on Win32: mxinsuse.{pdf|tex}.
[16 Oct 2009, Andre Van Ryckeghem and Don Simons. T114 official]
(12) Create install batchfiles for MiKTeX on Win32.
[16 Oct 2009, Don Simons and Andre Van Ryckeghem. T114 official]
(13) Create some MS-Win/DOS batch files for easy use: musixtex.bat, mudvi.bat, mudviall.bat, lapsview.bat, lapdfview.bat.
[16 Oct 2009, Don Simons and Andre Van Ryckeghem. T114 official]
(14) utility: add flip.exe, flip.txt to musixtexadd folder instead of former utod.exe and dtou.exe (they don't work in XP). Run flip.exe on musixtex.bat.
[16 Oct 2009, Don Simons and Andre Van Ryckeghem. T114 official]
(15) Changing directory structure. Add-in tex files are located in musixtexadd directory.
* musixlyr (by Rainer Dunker)
* musixps (by Stanislav Kneifl)
[16 Oct 2009, Don Simons and Andre Van Ryckeghem. T114 official]
(16) Added some well-known add-ins to musixtexadd directory.
* curly.tex (by Mthimkhulu Molekwa,19 May 1999)
* musixdbr.tex (by Rainer Dunker, 23 February 2002)
* musixtmr.tex & musixesf.tex (by Hiroaki Morimoto, updated 2009-10-15)
* tuplet.tex. (by Col. G. L. Sicherman. 2003-05-17)... under GNU GPL
[16 Oct 2009, Don Simons, Andre Van Ryckeghem. T114 official]
-------------------------------------------------------------------------
Version T.113 [19-Apr-2006]
no funtional change from 30 July 2005; just a maintenance of archive file and recompiling musicdoc.
-------------------------------------------------------------------------
Version T.113 [28 June 2005, (rev.1)17 July 2005, (rev.2)30 July 2005]
(1) Include the contents of following packages.
* PostScript Type1 fonts. (by Uchiyama)... under LPPL.
* musixlyr ver.2.1c. (by Rainer Dunker)... under GNU GPL v.2.
* musixps ver.0.92a. (by Stanislav Kneifl)... under a unique license; see the file.
Note that some of these package have different license than GNU GPL v.2.
(2) \Ioctfin[up | down] do not work when \sepbarrules is assigned.
musixtex.tex line 2259, \def\rul@sep#1
(3) Correction of a bug in the definition of choir bracket (l.1688-1698)
(4) Added following macros.
* \lwp
* \rwp
* \lwpp
* \rwpp
* \lhp
* \rhp
* \lhpp
* \rhpp
(5) bug: \catcode`\@=11 at external level in case using musixmad.tex without prior specifying of musixadd.tex.
[30 July 2005, T113-rev.2]
(6) bug: \immediate\write10{...} in many files are corrected into \immediate\write16{...}.
[30 July 2005, T113-rev.2]
-------------------------------------------------------------------------
Version T.112 [dated on 3 Jan. 2003, published on 9 Jan. 2003]
The final milestone by Daniel Taupin himself.
-------------------------------------------------------------------------

View File

@ -0,0 +1,270 @@
Changes from MusiXTeX 114 to 115:
replace the changed tex files to T.115. Includes musixbbm.tex, version from Hiroaki's beta3, dtd 11/19/210
replace musixper.tex to the fixed one, posted by David Fritzsche on 19 Oct. (version number may be T.60a, is this ok?) Used file emailed to DAS by J-P Coulon, 1/26/11,
MusiXTeX T.115
Hiroaki MORIMOTO <CQX05646(at)nifty.com>
<<<new features>>>
(1) all-new registers allocation routines, ready for
12<n<100 instruments
6<n<100 128th beams
6<n<100 256th beams
4<n<100 groups
12<n<100 font-based slurs (independent of the number of instruments)
6<n<100 octlines
6<n<100 trills (MusiXTeX trills only. MusicTeX's legacy "trilles" are
out of scope.)
with e-TeX.
Syntax-level 100% compatible with T.111-T.114.
Original (non e-) TeX can be used in case of partial extension.
All The default settings are exactly equal to T.111-T.114, with and without
musix[add|mad|bm|bbm].tex, individually.
default (musixtex.tex)
6 voices/128th beams/slurs(font-based)/trills/octave lines
3 chor groups
0 256th beams
(musixadd.tex)
9 voices/slurs(font-based)
4 chor groups
6 128th beams/trills/octave lines
0 256th beams
(musixmad.tex)
12 voices/slurs(font-based)
4 chor groups
6 128th beams/trills/octave lines
0 256th beams
(musixbm.tex)
No function since T.111; just for compatibility with old source files.
(musixbbm.tex)
6 256th beams
(2) \smalltrebleoct, \smalltreclelowoct, \smallbassoct, \smallbasslowoct
<<<changed features>>>
(1) In case of use with M-Tx, users can change the font format of
instrument names dinamically by redefining \mtxInstrfont in filename.mod.
(for example, writing \def\mtxInstrfont{\relax} in foo.mod.)
<<<bug fixes>>>
(1) If you load musixper.tex and musixdia.tex is not yet loaded then
the catcode of @ will not be reset correctly, because musixdia will
overwrite the definition of \catcodeat. (reported by David Fritzsche)
(2) Other internal macros.
-------------------------------------------------------------------------------
<<<change lists>>>
<<<changes of public macros>>>
\maxinstruments
Separate from the number of slurs.
It is defined with \chardef and now a kind of internal values.
Read-accecible anywhere; but it should not be set directly by a user.
See below for the number of other items.
\mxversion
The expanded string of version string elements.
See also \mxvernumber and \mxversuffix.
\setname
Using \def instead of \edef. This allows users to change the font
format of instrument names dynamically by redefining \mtxInstrfont
in filename.mod in case of use with M-Tx.
\resetlayout
\resetclefsymbols
Let them compatible to >12 instruments.
<<<new public macros>>>
\mxvernumber
Major version number of the MusiXTeX kernel. (make it possible to use
\ifnum)
\mxversuffix
Suffix of the version. "-beta1", etc. Optional; it must be empty
in case of completed version.
\setmaxinstruments#1
\setmaxcxxviiibeams#1
\setmaxcclvibeams#1
\setmaxgroups#1
\setmaxslurs#1
\setmaxtrills#1
\setmaxoctlines#1
set the available numbers of the elements to #1 and allocate
corresponding registers required.
\maxcxxviiibeams
\maxcclvibeams
\maxgroups
\maxslurs
\maxtrilles
\maxtrills
\maxoctlines
They are now dynamically defined by \chardef and now a kind of internal
values.
Read-accecible anywhere; but they should not be set directly by a user.
\smalltrebleoct
\smalltreclelowoct
\smallbassoct
\smallbasslowoct
Reqested by Hermann Hinsch. (beta4)
<<<changes of internal macros>>>
\test@num@slur
\test@num@beam
\s@l@ctslur
\s@l@ctbeam
Let them be independent from each other.
\z@suspend
The change in cutslur section; to make the number of slurs independent
from the number of instruments.
Note: some other extension packages which overrides this macro will
confuse the internal status of linen-breaking font-based slurs.
<<<new internal macros>>>
\noexpand@newcount
\noexpand@newdimen
\noexpand@newskip
\noexpand@newtoks
\new... for usage inside the loop, for plain TeX.
\roman@c@
A shortcut.
\@oldmaxinstruments
\@oldmaxcxxviiibeams
\@oldmaxcclvibeams
\@oldmaxgroups
\@oldmaxslurs
\@oldmaxtrills
\@oldmaxoctlines
Individual element numbers in previous allocation; set by \chardef.
-------------------------------------------------------------------------------
<<<basic usage>>>
Completely the same of ver T.114-T.103. It goes on original TeX.
\input musixtex
\input musixmad
...
\input musixlyr
\input musixps <- this is optional
...
Note that you can use musixps.tex (by Stanislav Kneifl) at your option,
without any problem. You can get the benefit of the increase of voices,
beams, groups, octave lines, trills.
<<<advanced usages (sometimes requires e-TeX, dependent on the numbers)>>>
(a) without using musixadd/musixmad (recommended)
----
\input musixtex
\setmaxinstruments{12}
\setmaxgroups{4}
\setmaxslurs{12}
...
----
This example is equivalent to musixmad.tex.
(b) with musixadd/musixmad
----
\input musixtex
\input musixmad
\setmaxgroups{6}
\setmaxslurs{24}
...
----
From this version T.115, the maximum number of slurs becomes independent
of the maximum number of instruments.
(c) with musixps.tex by S. Kneifl, efficient usage for TeX's main memory
----
\input musixtex
\setmaxinstruments{12}
\setmaxgroups{4}
\input musixlyr
\input musixps
...
----
Note that there is no need to write \setmaxslurs{12}, because musixps.tex
0.92a requires pre-allocated registers for font-based slur ID 0-5
(internally i-vi) only.
-------------------------------------------------------------------------------
<<<History of T.115-beta from T.114>>>
[beta1: 2010/05/05] private test version, not published.
Drastic change from T.114.
_readme_T115-beta1.txt : this file
musixtex.tex : T.115 kernel
musixadd.tex : changed version for T.115
musixmad.tex : changed version for T.115
musixbm.tex : changed version for T.115
musixbbm.tex : changed version for T.115
musixper.tex : changed version for T.115
[beta2: 2010/06/24]
musixtex.tex
Additions:
* error message for n>maxinstruments to \s@l@ctinstr, to avoid
the strange error message invoked at \startpiece.
* error message for n>100 to \setmax...{n}.
Fixes:
* \C@acc: adding \expandafter before \@Ti.
\@Ti (dynamically let to other instances) can't take any arguments
since T.109 due to \check@staff.
This is not a bug, however, it is more appropriate to close
\check@staff-\fi conditional clause before encountering \@Ti.
This fix make it compatible with T.107 and T.108, and MusixExp (need to
modify), without any harm.
Others:
Some old codes are deleted.
_readme_T115-beta2.txt
Others:
* Typo corrections.
[beta3: 2010/06/27]
musixbbm.tex
Fixes:
* musixbbm does not work.
[beta4: 2011/01/01]
musixper.tex
Fixes:
* If you load musixper.tex and musixdia.tex is not yet loaded then
the catcode of @ will not be reset correctly, because musixdia will
overwrite the definition of \catcodeat. (reported by David Fritzsche)
musixtex.tex
Additions:
\smalltrebleoct, \smalltreblelowoct, \smallbassoct, \smallbasslowoct
(requested by Hermann Hinsch)
-------------------------------------------------------------------------------
[End of File]

View File

@ -0,0 +1,35 @@
Changes from MusiXTeX 115 to 116:
(2015-04-21) RDT corrected the definitions of \nnotes and \nnnotes
HM corrected the definitions for cautionary small accidentals
RDT added \check@staff ... \fi to \@qa h, \@mca, \hs, \qqs
so that \qa, \ca, \ha, etc. can be "hidden" using \setstaffs{n}{0}
RDT incorporated tuplet.tex (approved by George Sicherman)
and introduced \txtfont to allow changing size or style
RDT introduced
\qqsk, a one-quarter notehead skip
\tqu and \tql, synonyms for \tqh and \tqb
\ztqu and \ztql, synonyms for \ztqh and \ztqb
\hpp, \qpp, \dsp, \qsp, \hsp, \qqsp for pointed rests
\nnotes, \nnnotes: abbreviations with \multnoteskip\smallvalue
and \multnoteskip\tinyvalue spacing
RDT incorporated curly.tex (approved by Mthimkhulu Molekwa)
RDT modernized the treatment of text fonts
meterfonts must be bf, even if titling fonts are rm or sc
added dynamic-mark macros \sfz \sfzp
Added to the extension library: musixppff.tex (HM), musixadf (HM),
musixplt (RDT), musixec (RDT), musixhv (RDT)
RDT extended musixtmr
Stanislav Kneifl fixed a bug in musixps.

View File

@ -0,0 +1,12 @@
Changes from MusiXTeX 116 to 117:
2015-05-25
re-defined \txtfont for non-normal staff sizes
defined \tinyppff and \ppfftwelve, and re-defined \ppff to be staffsize dependent
introduced abbreviations \tqqb \tqqh \tqqqb \tqqqh
and synonyms \tqql \tqqu \tqqql \tqqqu
introduced ornaments \tr, \trt
re-defined \triolet to be consistent with musixdoc (prints \txt, not nec. 3)
introduced \cpause etc. and corrected definitions of \centerpause etc.
introduced double-dotted rests \qppp, \dspp, \qspp, etc.

View File

@ -0,0 +1,11 @@
Changes from MusiXTeX 117 to 118:
2015-07-25
moved definitions of \raggedstoppiece and \slide
from musixtext.tex to musixtex.tex.
\xppff musicsize-dependent as well as staffsize-dependent
revised musixtmr.tex, musixplt.tex and musixhv.tex to allow
traditional accented characters for etex
increased the length of beam stems

View File

@ -0,0 +1,7 @@
Changes from MusiXTeX 118 to 119:
2015-11-29
definitions for tremolo commands \trml, \trmu, etc.
corrected typos in the definition of \comput@fonts affecting ppff fonts for
\Largemusicsize

View File

@ -0,0 +1,6 @@
Changes from MusiXTeX 119 to 120:
2015-12-13
re-defined tremolo commands \trml, \trmu, etc. to allow for numerical
pitches

View File

@ -0,0 +1,16 @@
Changes from MusiXTeX 120 to 121:
+ adjusted the offsets and/or vertical positions for some tremolos
+ moved \lastbarpos\lin@pos after calls to \Writ@meters
to correct \centerbar positioning
+ copied the definition of \Hpause from musixlit.tex
+ introduced \Changeclefs, \cHpause and \centerHpause
+ replaced \smalltype\it by \txtfont in octave clef commands
+ moved definitions of \txtfont into \comput@fonts
+ added support for piano-pedal bracket notation

View File

@ -0,0 +1,8 @@
Changes from MusiXTeX 121 to 122:
+ bi and sc font definitions added; sl and tt definitions for musixsty moved
+ explicit font choices for \txtfont replaced by generic commands
\smalltype\it etc.
+ \pdlud \halfwidthbigwedge and \raise height font-dependent
+ \zbreath and \cbreath use BIGtype rather than BIGfont

View File

@ -0,0 +1,6 @@
Changes from MusiXTeX 122 to 123:
+ added \xtr and \ptr ornaments
+ adjusted spacing of \tr
+ corrected definition of \C@Inter for \nblines > 6

View File

@ -0,0 +1,10 @@
Changes from MusiXTeX 123 to 124:
+ preserve changes to \transpose in an hboxed tremolo command
+ test that musixtex.tex has already been loaded in some extensions:
+ musixps, musixec, musixhv, musixplt, musixtmr, musixppff
+ changed from \it to \ppff in several places
+ support new command \setinterstaff{n}{m}
+ define \largenotesize, \Largenotesize
+ corrected typos \twtybf[g] \svtbf[g]

View File

@ -0,0 +1,6 @@
Changes from MusiXTeX 124 to 125:
* included a "dummy" tuplet.tex in the distribution
* added \ignorespaces in musixltx.tex
* defined \qap, \qapp, \tqsk

View File

@ -0,0 +1,5 @@
Changes from MusiXTeX 125 to 126:
* Corrected minor bugs in the implementation of
\setinterstaff that were causing Overfull hboxes.

View File

@ -0,0 +1,15 @@
Changes from MusiXTeX 126 to 127:
* introduced \meterN, \xxtuplet
* introduced \nqqb \nqqh \nqqqb \nqqqh abbreviations and
synonyms \nqql \nqqu \nqqql \nqqqu
* introduced \hap, \happ analogous to \qap, \qapp
* introduced \hbsk analogous to \hsk
* introduced \bqsk, \bhsk, \btsk analogous to \qsk, \hqsk, \tqsk
* eliminated \ds@oup

View File

@ -0,0 +1,7 @@
Changes from MusiXTeX 127 to 128:
* introduced \z[left|right|leftright]repeat, for use *within* a bar
and \zz...repeat, to force to the end of a system
* corrected definition of \C@Inter for \nblines < 4

View File

@ -0,0 +1,6 @@
Changes from MusiXTeX 128 to 129:
* introduced support for tablature notation: \tabfnt,
\tabcleffnt, \tabstringfnt, \tabstylespace, \tab, \ztab,
etc.

View File

@ -0,0 +1,5 @@
Changes from MusiXTeX 129 to 130:
* defined \zdoublebar for use within a bar
* defined \hbp and \hbpp

View File

@ -0,0 +1,4 @@
Changes from MusiXTeX 130 to 131:
* defined \zzdoublebar, \zzbar, \zendpiece

View File

@ -0,0 +1,6 @@
Changes from MusiXTeX 131 to 132:
* commented out spurious \let\doublebar\doublebar@II
* forbid line-breaking at \zdoublebar
* new add-on musixvbm.tex to support vectorized beams

View File

@ -0,0 +1,8 @@
Changes from MusiXTeX 132 to 133a:
* \tabfnt etc. now uses (Helvetica) bold for tablature notes
* replace ledger lines by slashes (/) or numbers for tablature notes below the staff
* new commands \tzqu, \tzcup, etc. for tiny notes to indicate duration, for use in
tablature

View File

@ -0,0 +1,9 @@
Changes from MusiXTeX 133 to 134:
* new extension library musixftab.tex to support traditional French
tablature using script letters instead of numerals
* \tabfnt ... commands re-defined to allow re-definition in
musixftab.tex

View File

@ -0,0 +1,8 @@
Changes from MusiXTeX 134 to 135:
* new extension library musixjt.tex to support using the handwriting
font MuseJazzText for all textual elements of a MusiXTeX score.
* Aug. 30, 2021: moved frenchtab and MuseJazzText fonts and
associated support files to the musixtex-fonts package

View File

@ -0,0 +1,30 @@
2016-11-12 RDT
Expanded treatment of big cautionary accidentals
2016-06-06 RDT
Revised the material on page layout.
2015-02-20 RDT
Clean up title page and preface(s).
Three-pass system material revised.
Link to WIMA for installation instructions.
Extracting-parts material (DT) restored from T114.
Chapter 3 (Acquiring, Installing, and Using MusiXTeX) deleted.
musixdoc.sty revamped to allow use of Times or Palatino fonts.
musixdoc.tex broken up into separate chapter files for use with includeonly.
Many corrections and improvements, too numerous to list.
2011-04
Musixdoc: Update links to CTAN in 3.1.
Musixdoc: Set link for musixtex.zip once we decide if it should be 1.15
Musixdoc: Edit 128th beam stuff.
Musixdoc: Add smalltreblelowoct etc.
Musixdoc: Explain where musixflx source and binaries are.

View File

@ -0,0 +1,446 @@
\ifx\mxversion\undefined
\input musixtex
\input musixcpt
\input musixsty
\fi
\title{Adagio}
\subtitle{(pour orgue)}
\headtitle{I. Adagio}
\csname titremorceautoc\endcsname
\shortauthor{D. Taupin}
\fullauthor{Daniel TAUPIN\\organiste \`{a} Gif-sur-Yvette}
\othermention{Compos\'{e} en 1989}
%
%
\maketitle
\parindent 18mm
%
% calcul de \elemskip en fonction de la largeur de page pour eviter les glues
%
\def\znotes{\vnotes 0\elemskip}%
\tracingstats=1\relax
%
\nbporteesii=2\relax
\def\nbinstruments{2}
\global\cleftoksii={{6}{0}{0}{0}}%
\global\cleftoksi={{6}{0}{0}{0}}%
%
\signaturegenerale{-1}\relax % un bemol a la clef
\def\quatretemps{\generalmeter{\meterfrac{4}{4}}}%
\def\troistemps{\generalmeter{\meterfrac{3}{4}}}%
%\check
\def\instrumenti{16', 8'}
\def\instrumentii{\vbox{\hsize=\parindent\centerline{cornet}\vskip \interportee
\vskip -10pt\centerline{fl\^ute 8'}}}%
%\check
%\elemskip=10pt\relax
%\normal
\def\gluemaxskip{7pt}%
%
% formes frequentes
% deux croches hautes
\def\dqb#1#2#3{\ibl0{#2}{#1}\qb0{#2}\tbl0\qb0{#3}}%
\def\dqh#1#2#3{\ibu0{#2}{#1}\qh0{#2}\tbu0\qu0{#3}}%
\def\doubler{\multiply\noteskip by 2\relax}%
%
\noautolines
\quatretemps
%
\debutmorceau
\hyphenpenalty -50\relax
\global\cleftoksii={{0}{0}{0}{0}}%
\changeclefs\zglu
\notes&|\uptext{\raise 1.5\Interligne\hbox{\kern -14mm\moyen Adagio \bf \metron{\qu}{60}}}\enotes
% mesure 1
\zglu\notes\itenl1K\wh K&\zq f\zqu h\itenl2d\wh d|\ibbu0h0\qh0h\tbbu0\qh0g\enotes
\Notes&|\tbu0\itenu0h\qh0h\enotes
\NOTes&\zq f\qu h|\tten0\hu h\enotes
\temps\NOTes&\zq f\qu h\enotes
\temps\NOTes&\zq f\qu h|\qu i\enotes
% mesure 2
\barre\NOTes\tten1\hu K&\zq e\zqu g\qsk\tten2\wh d|\hu g\enotes
\temps\NOTes&\zq e\qu g\enotes
\temps\NOTes\soupir&\zq e\qu g|\soupir\enotes
\temps\Notes\qu K&\zq e\qu g|\ibu0h3\qh0g\enotes
\notes&|\nbbu0\qh0h\enotes
\notes&|\tbu0\qh0i\enotes
% mesure 3
\barre\Notes\wh{^J}&\rlap{\wh{^c}}\zq e\qu g|\ibu0i{-3}\qh0i\tbu0\qh0h\enotes
\temps\Notes &\zq e\qu g|\ibu0h{-3}\qh0h\tbu0\qh0g\enotes
\temps\Notes &\zq e\qu g|\ibu0g{-3}\qh0g\tbu0\qh0f\enotes
\temps\Notes &\zq e\qu h|\ibu0f{-3}\qh0f\tbu0\qh0e\enotes
% mesure 4
%\etroit
\barre\NOTes\hup K&\zw d\zq f\zqu h|\qup f\enotes
\temps\Notes&\zq f\qu h|\sk\cu e\enotes
\temps\NOTes&\zq f\qu h|\qup d\enotes
\temps\Notes\soupir&\zq f\qu h|\sk\demisoupir\enotes
% mesure 5
\barre\notes\wh K&\itenl1d\zq f\zqu h\wh d|\ibbu0h0\qh0h\tbbu0\qh0g\enotes
\Notes&|\tbu0\itenl0h\qh0h\enotes
\NOTes&\zq f\qu h|\tten0\hu h\enotes
\temps\NOTes&\zq f\qu h\enotes
\temps\NOTes&\zq f\qu h|\qu j\enotes
% mesure 6
\barre\nspace\NOTes\wh{=I}&\tten1\lsh g\zw d\zq f\rq g\qu{=i}|\itenl2i\hu{=i}\enotes
\temps\NOTes&\zq f\rq g\qu i\enotes
\temps\Notes&\zq f\rq g\qu i|\tten2\ibl0i3\qb0i\enotes
\notes&|\nbbl0\qb0j\tbl0\qb0k\enotes
\temps\NOTes&\zq{eg}\qu i|\qu{^g}\enotes
% mesure 7
\barre\NOTes\wh{^J}&\itenl1c\zq e\zqu h\wh{^c}|\itenl0h\hu h\enotes
\temps\NOTes&\zq e\qu h|\enotes
\temps\Notes&\zq e\qu h|\tten0\ibu0h{-3}\qh0h\tbu0\qh0{=g}\enotes
\temps\Notes&\zq e\qu h|\ibu0h{-4}\qh0h\tbu0\qh0f\enotes
% mesure 8
\barre\NOTes\wh H&\tten1\zq e\zqu g\wh{^c}|\itenl0g\hu g\enotes
\temps\NOTes&\zq e\qu g|\enotes
\temps\Notes&\zq e\qu g|\tten0\ibu0g{-3}\qh0g\tbu0\qh0f\enotes
\temps\Notes&\zq e\qu g|\ibu0g{-4}\qh0g\tbu0\qh0e\enotes
% mesure 9
\barre\NOTes\hup K&\rlap{\wh a}\zq d\qu f|\qup f\enotes
\temps\Notes&\zq d\qu f|\sk\cu e\enotes
\temps\NOTes&\zq d\qu f|\qup d\enotes
\temps\Notes\soupir&\zq d\qu f|\sk\demisoupir\enotes
% mesure 10
\barre\notes\wh K&\rlap{\wh d}\zq f\qu h|\ibbu0h0\qh0h\tbbu0\qh0g\enotes
\Notes&|\tbu0\itenl0h\qh0h\enotes
\NOTes&\zq f\qu h|\tten0\hu h\enotes
\temps\NOTes&\zq f\qu h\enotes
\temps\NOTes&\zq f\qu h|\qu i\enotes
%\check
% mesure 11
\barre\NOTes \wh J&\zw c\zq{^f}\qu h|\hu j\enotes
\temps\NOTes&\zq f\qu h\enotes
\temps\NOTes&\zq f\qu h|\soupir\enotes
\temps\Notes&\zq f\qu h|\ibl0i3\qb0j\enotes
\notes &|\nbbl0\qb0k\tbl0\qb0{_l}\enotes
%\check
% mesure 12
\barre\Notes\wh K&\itenl0d\zq{^f}\zqu h\wh d|\ibl0l{-3}\qb0{_l}\tbl0\qb0k\enotes
\temps\Notes &\zq f\qu h|\ibl0k{-3}\qb0k\tbl0\qb0j\enotes
\temps\Notes &\zq f\qu h|\ibl0j{-3}\qb0j\tbl0\qb0i\enotes
\temps\Notes&\zq f\qu h|\ibl0i{-3}\qb0i\tbl0\qb0h\enotes
%\check
% mesure 13
\barre\NOTes\wh N&\tten0\zw d\zq g\qu i|\qlp i\enotes
\temps\Notes&\zq g\qu i|\sk\cu h\enotes
\temps\NOTes&\zq g\qu i|\qup g\enotes
\temps\Notes&\zq g\qu i|\sk\ds \enotes
%\check
% mesure 14
\barre\nspace\NOTes\wh L&\lna e\zw{^c}\zq e\qu h|\rlap{\hl{^j}}\zcharnote
n{\Trille{2\noteskip}}\relax
\zcharnote q{\ \ (*)}\enotes
\footnote{}{(*) Trilles commenc\'es sur la note et finissant sans
terminaison sur la note suivante.}\relax
\temps\NOTes&\zq e\qu h\enotes
\temps\NOTes&\zq e\qu h|\ql j\enotes
\temps\Notes&\zq e\qu h|\ibl0i3\qb0{=i}\tbl0\qb0j\enotes
%\check
% mesure 15
\barre\NOTes\wh K&\rlap{\wh d}\zq f\qu h|\rlap{\hl k}\zcharnote n{\Trille{2\noteskip}}\enotes
\temps\NOTes&\zq f\qu h\enotes
\temps\NOTes&\zq f\qu h|\ql k\enotes
\temps\Notes&\zq f\qu h|\ibl0j3\qb0{^j}\tbl0\qb0k\enotes
%\check
% mesure 16
\barre\NOTes\wh{^J}&\rlap{\wh e}\zq g\qu i|\rlap{\hl l}\zcharnote n{\Trille{2\noteskip}}\enotes
\temps\NOTes&\zq g\qu i\enotes
\temps\Notes&\zq g\qu i|\ibl0l0\qb0l\enotes
\notes&|\nbbl0\qb0m\tbl0\qb0l\enotes
\temps\Notes&\zq g\qu i|\ibl0k3\qb0k\tbl0\qb0l\enotes
%\check
% mesure 17
\barre\NOTes\wh K&\zw d\zq f\qu h|\hlp m\enotes
\temps\NOTes&\zq f\qu h\enotes
\temps\NOTes&\zq f\qu h\enotes
\temps\NOTes&\zq f\qu h|\soupir\enotes
%\check
% mesure 18
\barre\NOTes\wh J&\zw{=c}\zq{^f}\qu h|\rlap{\hl{^m}}%
\zcharnote p{\Trille{2\noteskip}}\enotes
\temps\NOTes&\zq f\qu h\enotes
\temps\NOTes&\zq f\qu h|\ql m\enotes
\temps\Notes&\zq f\qu h|\ibl0l3\qb0l\tbl0\qb0m\enotes
%\check
% mesure 19
\barre\NOTes\wh I&\rlap{\wh d}\zq g\qu i|\rlap{\hl n}\zcharnote p{\Trille{2\noteskip}}\enotes
\temps\NOTes&\zq g\qu i\enotes
\temps\NOTes&\zq g\qu i|\ql n\enotes
\temps\Notes&\zq g\qu i|\ibl0m3\qb0{^m}\tbl0\qb0n\enotes
%\check
% mesure 20
\barre\NOTes\wh H&\rlap{\wh c}\zq{^f}\qu h|\rlap{\hl o}\zcharnote q{\Trille{2\noteskip}}\enotes
\temps\NOTes&\zq f\qu h\enotes
\temps\Notes&\zq f\qu h|\ibl0o0\qb0o\enotes
\notes&|\nbbl0\qb0p\tbl0\qb0o\enotes
\temps\Notes&\zq f\qu h|\ibl0n3\qb0n\tbl0\qb0o\enotes
%\check
% mesure 21
\barre\NOTes\wh G&\zw d\zq g\qu i|\qlp p\enotes
\temps\Notes&\zq g\qu i|\sk\cl o\enotes
\temps\Notes&\zq g\qu i|\ibl0n{-3}\qb0n\tbl0\qb0m\enotes
\temps\Notes&\zq g\qu i|\ibl0l{-3}\qb0l\tbl0\qb0k\enotes
%\check
% mesure 22
\barre\Notes\hup H&\zw{^c}\zq e\qu g|\ibl0j{-4}\qb0{^j}\tbl0\qb0h\enotes
\temps\Notes&\zq e\qu g|\ibl0i3\qb0{=i}\tbl0\qb0 j\enotes
\temps\Notes&\zq e\qu g|\ibl0k3\qb0k\tbl0\qb0l\enotes
\temps\Notes\qu G&\zq e\qu g|\ibl0m3\qb0m\tbl0\qb0n\enotes
%\check
% mesure 23
\barre\NOTes\hu F&\zw d\zq f\qu h|\qlp o\enotes
\temps\Notes&\zq f\qu h|\sk\cl k\enotes
\temps\Notes\qu G&\zq b\qu g|\ibl0n{-3}\qb0n\tbl0\qb0m\enotes
\temps\NOTes\itenl0H\qu H&\zq a\qu f|\ql m\enotes
%\check
% mesure 24
\barre\NOTes\tten0\wh H&\zw a\zq{^c}\qu e|\zcharnote o{\Trille{3\noteskip}}\wh l\enotes
\temps\NOTes&\zq c\qu e|\enotes
\temps\NOTes&\zq c\qu e|\enotes
\temps\Notes&\zq {ce}\qu g|\ibl0l{-3}\qb0l\tbl0\qb0k\enotes
%\check
% mesure 25
\barre\NOTes\hup K&\zw d\zq f\qu h|\hlp k\enotes
\temps\NOTes&\zq f\qu h|\enotes
\temps\NOTes&\zq f\qu h|\enotes
\temps\NOtes\soupir&\zq f\qu h|\soupir\enotes
% mesure 26
\barre\notes\hup K&\rlap{\hlp d}\zq f\qu h|\ibbl0k0\qb0k\tbbl0\qb0{=j}\enotes
\Notes&|\tbl0\itenl0k\qb0k\enotes
\NOTes&\zq f\qu h|\tten0\hl k\enotes
\temps\NOTes&\zq f\qu h\enotes
\temps\NOtes\qu J&\rlap{\ql c}\zq{_e}\qu h|\ql{_l}\enotes
% mesure 27
\barre\NOtes\wh{=I}&\rlap{\zw d}\rq g\qu f|\hl m\enotes
\temps\NOtes&\rq g\qu f\enotes
\temps\NOtes&\rq g\qu f|\soupir\enotes
\temps\Notes&\rq g\qu f|\ibl0m3\qb0m\enotes
\notes&|\nbbl0\qb0n\tbl0\qb0{_o}\enotes
% mesure 28
\barre\nspace\Notes\wh G&\rlap{\wh{=b}}\zq d\qu f|\ibl0o{-3}\qb0{_o}\tbl0\qb0n\enotes
\temps\Notes &\zq d\qu f|\ibl0n{-3}\qb0n\tbl0\qb0m\enotes
\temps\Notes &\zq d\qu f|\ibl0m{-3}\qb0m\tbl0\qb0{_l}\enotes
\temps\Notes &\zq d\zq f\qu{=i}|\ibl0l{-3}\qb0l\tbl0\qb0k\enotes
% mesure 29
\barre\NOTes\wh J&\zw c\zq{_e}\qu g|\qlp{_l}\enotes
\temps\Notes&\zq e\qu g|\sk\cl k\enotes
\temps\NOTes&\zq e\qu g|\qlp j\enotes
\temps\Notes&\zq e\qu g|\sk\ds \enotes
%\check
% mesure 30
\barre\NOTes\wh H&\zw c\zq{^f}\qu h|\itenu0o\hl o\enotes
\temps\NOTes&\zq f\qu h&\enotes
\temps\Notes&\zq f\qu h|\tten0\ibl0o3\qb0o\enotes
\notes&|\nbbl0\qb0p\tbl0\qb0q\enotes
\NOTes&\zq f\qu h|\ql{^m}\enotes
% mesure 31
\barre\NOTes\wh I&\zw b\zq d\qu g|\itenu0n\hl n\enotes
\temps\NOTes&\zq d\qu g|\enotes
\temps\Notes&\zq d\qu g|\tten0\ibl0n{-3}\qb0n\tbl0\qb0{=m}\enotes
\Notes&\zq d\qu g|\ibl0n{-4}\qb0n\tbl0\qb0{_l}\enotes
%\check
% mesure 32
\barre\NOTes\wh{=I}&\zw d\zq f\qu{=i}|\itenu0m\hl m\enotes
\temps\NOTes&\zq f\qu i|\enotes
\temps\Notes&\zq f\qu i|\tten0\ibl0m{-3}\qb0m\tbl0\qb0{_l}\enotes
\temps\Notes&\zq f\qu{_h}|\ibl0m{-4}\qb0m\tbl0\qb0k\enotes
%\check
% mesure 33
\barre\NOTes\wh J&\zw c\zq{_e}\qu g|\fl l\qlp l\enotes
\temps\Notes&\zq e\qu g|\sk\cl k\enotes
\temps\NOTes&\zq e\qu g|\qlp j\enotes
\temps\Notes&\zq e\qu g|\sk\ds \enotes
%\check
% mesure 34
\barre\nspace
\NOTes\wh K&\zw d\lsh f\zq f\qu{=h}|\itenu0k\hl k\enotes
\temps\NOTes&\zq f\qu h|\enotes
\temps\Notes&\zq f\qu h|\tten0\dqb3k{_l}\enotes
\temps\Notes&\zq f\qu h|\dqb{-3}kj\enotes
% mesure 35
\barre
\Notes\wh J&\zw c\sh f\zq f\qu h|\dqb3k{=l}\enotes
\temps\Notes&\zq f\qu h|\dqb3{^m}n\enotes
\temps\Notes&\zq f\qu h|\dqb3op\enotes
\temps\Notes&\zq f\qu h|\dqb{-4}qo\enotes
% mesure 36
\barre%
\Notes\wh I&\zw b\zq d\qu g|\dqb{-3}rq\enotes
\temps\Notes&\zq d\qu g|\dqb{-3}po\enotes
\temps\Notes&\zq d\qu g|\dqb{-3}nm\enotes
\temps\Notes&\zq d\qu g|\dqb{-4}nl\enotes
% mesure 37
\barre
\Notes\wh H&\zw c\zq{^f}\qu h|\sh m\dqb{-3}ml\enotes
\temps\Notes&\zq f\qu h|\dqb3mn\enotes
\temps\Notes&\zq f\qu h|\dqb3op\enotes
\temps\Notes&\zq f\qu h|\dqb{-4}qo\enotes
% mesure 38
\barre
\Notes\wh G&\itenl0d\zw d\zq g\qu i|\dqb{-3}po\enotes
\temps\Notes&\zq g\qu i|\dqb{-3}n{=m}\enotes
\temps\Notes&\zq g\qu i|\fl l\dqb{-3}lk\enotes
\temps\Notes&\zq g\qu i|\dqb{-3}ji\enotes
% mesure 39
%\check
\barre
\NOTes\wh F&\tten0\zw d\na i\zq f\qu i|\rlap{\hl{=i}}\zcharnote n{\Trille{2\noteskip}}\enotes
\temps\NOTes&\zq f\qu i|\enotes
\temps\Notes&\zq f\qu i|\ibl0i0\qb0i\enotes
\notes&|\nbbl0\qb0j\tbl0\qb0i\enotes
\temps\Notes&\zq f\qu i|\dqb3hi\enotes
%\check
% mesure 40
\barre\NOTes\wh E&\zw c\zq e\qu g|\zcharnote o{\Trille{2\noteskip}}\hl j\enotes
\temps\NOTes&\zq e\qu g|\enotes
\temps\Notes&\zq e\qu g|\ibl0j0\qb0j\enotes
\notes&|\nbbl0\qb0k\tbl0\qb0j\enotes
\temps\Notes&\zq e\qu g|\dqb3{=i}j\enotes
% mesure 41
\barre\NOTes\wh H&\zw{^c}\zq e\qu g|\zcharnote o{\Trille{2\noteskip}}\hl{^j}\enotes
\temps\NOTes&\zq e\qu g|\enotes
\temps\Notes&\rlap{\midtwotext{\it rit.}}\zq e\qu g|\ibl0j0\qb0j\enotes
\notes&|\nbbl0\qb0k\tbl0\qb0j\enotes
\temps\Notes&\zq e\qu g|\dqb3{=i}j\enotes
% mesure 42
\barre\NOTes\hup D&\rlap{\midtwotext{\it a tempo}}\zw d\zq{^f}\qu h|\hlp k\enotes
\temps\NOTes&\zq f\qu h\enotes
\temps\NOTes&\zq f\qu h\enotes
\temps\NOTes\soupir&\zq f\qu h|\soupir\enotes
%\check
% mesure 43
\barre\notes\wh K&\rlap{\wh d}\zq{=f}\qu h|\ibbu0h0\qh0h\tbbu0\qh0g\enotes
\Notes&|\tbu0\itenl0h\qh0h\enotes
\NOTes&\zq f\qu h|\tten0\hu h\enotes
\temps\NOTes&\zq f\qu h\enotes
\temps\NOTes&\zq f\qu h|\qu i\enotes
%\check
% mesure 44
\barre\NOTes\wh G&\zw b\zq d\qu g|\hu g\enotes
\temps\NOTes&\zq d\qu g\enotes
\temps\NOTes&\zq d\qu g|\soupir\enotes
\temps\Notes&\zq d\qu g|\ibu0h3\qh0g\enotes
\notes&|\nbbu0\qh0h\tbu0\qh0i\enotes
% mesure 45
\barre\Notes\wh J&\rlap{\rhl b}\zq c\qu e|\ibu0i{-3}\qh0i\tbu0\qh0h\enotes
\temps\Notes &\zq c\qu e|\ibu0h{-3}\qh0h\tbu0\qh0g\enotes
\temps\Notes &\rlap{\hl c}\zq e\qu i|\ibu0g{-3}\qh0g\tbu0\qh0f\enotes
\temps\Notes &\zq e\qu i|\ibu0f{-3}\qh0f\tbu0\qh0e\enotes
%\check
% mesure 46
\barre \NOTes\wh F&\zw a\zq c\qu f|\qup f\enotes
\temps\Notes&\zq c\qu f|\sk\cu g\enotes
\temps\NOTes&\zq c\qu f|\qup h\enotes
\temps\Notes&\zq c\qu f|\sk\ds\enotes
% mesure 47
%\check
\large
\barre\notes\hl K&\rlap{\hl d}\zq g\qu i|\ibbu0i0\qh0{iji}\tbu0\qh0h\enotes
\temps\notes&\zq g\qu i|\ibbu0i0\qh0{igh}\tbu0\qh0{=i}\enotes
\temps\notes\hl L&\rlap{\hl{^c}}\zq e\qu g|\ibbl0j3\qb0{^jkl}\tbl0\qb0m\enotes
\temps\notes&\zq e\qu g|\ibbl0n3\qb0{no=p}\tbl0\qb0{^q}\enotes
% mesure 48
%\check
\barre\notes\hl M&\rlap{\hl a}\zq d\qu f|\ibbl0r{-3}\qb0{r=q_p}\tbl0\qb0o\enotes
\temps\notes&\zq d\qu f|\ibbl0n{-3}\qb0{nml}\tbl0\qb0 k\enotes
\temps\notes\hl G&\rlap{\hl b}\zq e\qu g|\ibbl0n{-3}\qb0{nml}\tbl0\qb0k\enotes
\temps\notes&\zq e\qu g|\ibbl0j{-3}\qb0{^j=ih}\tbl0\qb0g\enotes
% mesure 49
%\check
\barre\notes\hu H&\rlap{\hl a}\zq d\qu f|\ibbl0f3\qb0{fhk}\tbl0\qb0h\enotes
\temps\notes&\zq d\qu f|\ibbl0k3\qb0{mko}\tbl0\qb0m\enotes
\temps\notes\hu I&\rlap{\hl b}\zq d\qu g|\ibbl0g3\qb0{g_il}\tbl0\qb0i\enotes
\temps\notes&\zq d\qu g|\ibbl0l3\qb0{nl_p}\tbl0\qb0n\enotes
% mesure 50
%\check
\barre\notes\hu H&\rlap{\hl d}\zq f\qu h|\ibbl0h3\qb0{hkm}\tbl0\qb0k\enotes
\temps\notes&\zq f\qu h|\ibbl0m3\qb0{omr}\tbl0\qb0o\enotes
\temps\notes\hu G&\rlap{\hl d}\zq g\qu i|\ibbl0i3\qb0{ikn}\tbl0\qb0k\enotes
\temps\notes&\zq g\qu i|\ibbl0m3\qb0{pnr}\tbl0\qb0 p\enotes
% mesure 51
%\check
\normal
\barre\NOTes\hup F&\rlap{\hlp d}\zq f\qu h|\qlp o\enotes
\temps\Notes&\zq f\qu h|\sk\cl n\enotes
\temps\notes&\zq f\qu h|\ibl0m{-3}\qb0m\zcharnote o{\sl 3}\qb0l\tbl0\qb0k\enotes
\temps\Notes\qu G&\rlap{\ql b}\zq e\qu g|\ibl0n{-3}\qb0n\tbl0\qb0m\enotes
% mesure 52
%\check
\barre\NOTes\wh H&\itenl0a\zw a\zq d\qu f|\ql m\enotes
\temps\NOTes&\zq{^c}\qu e|\zcharnote n{\Trille{2\noteskip}}\hl l\enotes
\temps\NOTes&\zq c\qu e|\enotes
\temps\NOtes&\zq c\qu e|\ibl0l{-3}\pt l\qb0l\enotes
\notes&|\tbbl0\tbl0\qb0k\enotes
% mesure 53
%\check
\barre\NOTes\hup D&\tten0\zw a\zq d\qu f|\hlp k\enotes
\temps\NOTes&\zq d\qu f|\enotes
\temps\NOTes&\zq d\qu f|\enotes
\temps\NOTes\soupir&\zq d\qu f|\soupir\enotes
% mesure 54
%\cleftoksii={{3}{0}{0}{0}}\changeclefs
\barre\notes\itenu1K\wh K&\itenl2d\zw d\zq f\qu h|\ibbu0h0\qh0h\tbbu0\qh0g\enotes
\Notes&|\tbu0\itenl0h\qh0h\enotes
\NOTes&\zq f\qu h|\tten0\hu h\enotes
\temps\NOTes&\zq f\qu h\enotes
\temps\NOTes&\zq f\qu h|\qu i\enotes
% mesure 55
\barre\NOTes\tten1\hu K&\zq e\zqu g\qsk\tten2\wh d|\hu g\enotes
\temps\NOTes&\zq e\qu g\enotes
\temps\NOTes\soupir&\zq e\qu g|\soupir\enotes
\temps\Notes\qu K&\zq e\qu g|\ibu0h3\qh0g\enotes
\notes&|\nbbu0\qh0h\enotes
\notes&|\tbu0\qh0i\enotes
% mesure 56
\barre\Notes\wh{^J}&\rlap{\wh{^c}}\zq e\qu g|\ibu0i{-3}\qh0i\tbu0\qh0h\enotes
\temps\Notes &\zq e\qu g|\ibu0h{-3}\qh0h\tbu0\qh0g\enotes
\temps\Notes &\zq e\qu g|\ibu0g{-3}\qh0g\tbu0\qh0{^f}\enotes
\temps\Notes &\zq e\qu h|\ibu0f{-3}\qh0f\tbu0\qh0e\enotes
% mesure 57
\barre\NOTes\wh K&\rlap{\wh d}\zq{^f}\qu h|\qup {^f}\enotes
\temps\Notes&\zq f\qu h|\sk\cu g\enotes
\temps\NOTes&\zq f\qu h|\qup h\enotes
\temps\Notes&\zq f\qu h|\sk\ds \enotes
% mesure 58
\barre\NOTes\qu J&\zq{=c}\rq d\qu g|\qu d\enotes
\temps\NOTes\hup I&\rlap{\hlp b}\zq d\qu g|\itenl0g\qu g\enotes
\temps\notes&\zq d\qu g|\tten0\ibbu0g{-3}\qh0{g=fe}\tbu0\qh0d\enotes
\temps\notes&\zq d\qu g|\ibbu0g{-3}\qh0{gfe}\tbu0\qh0d\enotes
% mesure 59
%\check
\barre\notes\wh H&\doubler\itenl0a\zw a\zq{^c}\qu e|\ibbu0c0\qh0{^c=bc}\tbu0\qh0a\enotes
\temps\notes&\zq c\qu e|\ibbu0b3\qh0{bcd}\tbu0\qh0e\enotes
\temps\NOTes&\zq d\qu f|\qu f\enotes
\temps\Notes&\zq d\qu f|\ibu0f{-3}\qh0f\tbu0\qh0e\enotes
% mesure 60
%\check
\barre\NOTes\wh H&\tten0\zw a\zq{^c}\qu e|\zcharnote n{\Trille{3\noteskip}}\hup e\enotes
\temps\NOTes&\zq c\qu e\rlap{\midtwotext{\sl rall.\ \ \ }}\enotes
\temps\NOTes&\zq c\qu e|\enotes
\temps\Notes&\zq c\qu e|\ibu0e{-3}\qh0e\tbu0\qh0d\enotes
% mesure 61
%\check
\cleftoksii={{6}{0}{0}{0}}%
\zchangeclefs
\barre
\elemskip=1.1\elemskip
\NOTes\itenl1D\wh D&\itenu2d\zw d\zq M\ql a|\itenl0d\zw d\enotes
\temps\NOTes&\zq M\ql a|\enotes
\temps\NOTes&\zq N\ql b|\enotes
\temps\NOTes&\zq L\ql N|\enotes
% mesure 62
\barre\nspace
\NOTEs\tten1\pointdorgue a\hu D&\tten2\zh{Ma}\pointdorgue d\hl d|\tten0\pointdorgue o\hu d\enotes
\temps\NOTEs\hpause&\hpause|\hpause\enotes
\mulooseness -2\relax
\finmorceau
\bigskip
\rightline{\it \aujourdhui}
\vfil
\eject
\bye

View File

@ -0,0 +1,614 @@
\ifx\mxversion\undefined
\input musixtex
\input musixcpt
\input musixsty
\fi
\input musixadd
\title{Adagio (Albinoni)}
\csname titremorceautoc\endcsname
\fulltitle{Adagio per archi ed organo}
\title{Adagio per archi ed organo}
\author{Tomaso Albinoni\\Transcription orgue et clarinette Daniel
Taupin}
\shortauthor{Albinoni}
\subtitle{\relax}
\othermention{G.O. (I): Montre 8'+4'\\Positif (II): 8'+4'+quinte
\\R\'ecit (III): fl\^utes
8'+4'\\P\'edale : 16'\\Tirasse positif, claviers accoupls.\\Gif :
2-4/9-11-13/19-22/33-37/46-47-48-49-54}
\maketitle
\parindent 13mm
\musicsize=20
\normal
\relativeaccidentals
\bigaccid
\def\nbinstruments{4}
\def\instrumenti{P\'edale}
\def\instrumentii{Positif}
\def\instrumentiii{Positif}
\def\instrumentiv{Clarinette}
\def\staffspacingiv{0.64}
\generalmeter{\meterfrac34}%
\cleftoksi{6000}
\cleftoksii{6000}
\cleftoksiii{0000}
\cleftoksiv{0000}
\generalsignature{-2}
%
\def\pto#1#2#3{\Ibbbu0{#1}{#3}2\qh0{#1}\tbbu0\qh0{#2}\tbu0\itenu0{#3}\multnoteskip{1.42}\qhp0{#3}}%
\def\ptb#1#2#3{\Ibbbl0{#1}{#3}2\qb0{#1}\tbbl0\qb0{#2}\tbl0\itenu0{#3}\multnoteskip{1.42}\qbp0{#3}}%
\def\qpqu#1#2{\Ibu0{#1}{#2}2\qhp0{#1}\sk\tbbu0\tqh0{#2}}
\def\qpql#1#2{\Ibl0{#1}{#2}2\qbp0{#1}\sk\tbbl0\tqb0{#2}}
\def\Qpqu#1#2{\Ibu1{#1}{#2}2\qhp1{#1}\sk\tbbu1\tqh1{#2}}
\def\Qpql#1#2{\Ibl1{#1}{#2}2\qbp1{#1}\sk\tbbl1\tqb1{#2}}
\def\Qpqlt#1#2#3{\Ibl1{#1}{#2}2\qbp1{#1}\sk\tbbl1\tslur3{#3}\tqb1{#2}}
%
\def\grnotes{\vnotes0.7\elemskip}% 16th
\def\ggrnotes{\vnotes0.5\elemskip}% 16th
%
\def\qqb#1#2{\Ibl0{#1}{#2}1\qb0{#1}\tqb0{#2}}
\def\qqh#1#2{\Ibu0{#1}{#2}1\qh0{#1}\tqh0{#2}}
\def\qqqb#1#2#3{{\advance\transpose -13\relax\triolet #2}\Ibl0{#1}{#3}2\qb0{#1}\qb0{#2}\tqb0{#3}}
\def\qqqh#1#2#3{{\advance\transpose 8\relax\triolet #1}\Ibu0{#1}{#3}2\qh0{#1}\qh0{#2}\tqh0{#3}}
%
\debutmorceau
\NOtes\sk\pause&\lpz G\qu G\upz N\ql N\lpz G\qu G
&\roff{\itenl1b\itenl2d\itenu3g}\zhp b\zhp d\hlp g&\Uptext{\bf\kern -5mm(\metron{\qu}60)}\sk\pause\enotes
\barre %2
\NOtes\sk\pause&\zcharnote {-7}{\it il basso staccato}\lpz F\qu F\upz M\ql
M\lpz F\qu F&\tten1\tten2\tten3\zhp b\zhp d\hlp g&\sk\pause\enotes
\barre %3
\notes&\qu E&\roff{\itenl1b\itenl2e}\zhp b\zhlp e\pto ghi&\enotes
\NOtes\pause&\ql L&\tten0\qup i&\pause\enotes
\Notes&\qu E&\sk\cu g\enotes
\barre %4
\NOtes&\qu D\ql K\qu D&\tten1\tten2\zhp b\zhlp e\hup g&\sk\pause\enotes
\barre %5
\notes&\qu C&\roff{\zhp e\zhlp h}\pto hij\enotes
\NOtes\pause&\qu J\qu C&\tten0\hu j&\pause\enotes
\barre %6
\notes&\qu {^C}&\zhp {^e}\zhlp g\pto ihi\enotes
\NOtes\pause&\qu {^J}\qu C&\tten0\hu i&\pause\enotes
\barre %7
\notes&\qu D&\lh d\itenl1d\zhl d\pto hgh\enotes
\NOtes\pause&\ql K&\tten0\itenu0h\qu h&\pause\enotes
\Notes&\qu D&\tten1\lq{=c}\zql d\tten0\triolet p\Ibu0hf2\qh0{hg}\tqh0{^f}\enotes
\barre %8
\NOtes\sk\pause&\qu G\ql N\qu G&\zhp b\zhlp d\hup g&\sk\pause\enotes
\setclef2\treble \changeclefs
\barre %9
\NOtes\lpz G\qu G\upz N\ql N&\zcharnote n{{\bf III} -- fltes}\zhp b\hup d&\zcharnote n{{\bf II} -- quinte}\ppt5\soupir&\isluru3m\ql k\Ibl1ji1\qbp 1j\enotes
\notes&&\ccu N&\tbbl1\tqb1i\enotes
\notes\lpz G\qu G&&\Ibu0ab1\qhp0a\sk\tbbu0\tqh0b&\Ibl1hg2\qbp1h\sk\tbbl1\tslur3m\tqb1g\enotes
%\check
\barre %10
\notes\qu H&\hup c&\qpqu cd&\isluru3m\hu g\enotes
\notes\ql a&&\qpqu ed\enotes
\notes\qu H&&\qpqu ec&\tslur3l\qu{^f}\enotes
\barre %11
\NOtes\qu H&\qup c&\qup{^f}&\isluru3l\ql l\enotes
\notes\ql a&\sk\dsoupir&\sk\sk\ccu a&\Qpql kj\enotes
\notes\qu H&\soupir&\qpqu bc&\Qpqlt ihk\enotes
\barre %12
\notes\qu I&\hlp d&\qpqu d{^e}&\isluru3l\hl h\enotes
\notes\ql b&&\qpqu {^f}d\enotes
\NOtes\qu I&&\qu g&\tslur3k\qu g\enotes
\barre %13
\NOtes\qu I&\zhp d\zhlp g\hu k&\hu g&\isluru3o\ql n\enotes
\Notes\ql b&&&\Ibl1mn2\qb1m\tqb1n\enotes
\Notes\qu I&&\qu d&\triolet o\Ibl0lk2\qb0{lm}\tqb0k\enotes
\barre %14
\NOtes\qu J&\zh e\hu g&\qu d&\tslur3n\hlp l\enotes
\Notes\ql c&&\Ibu0cd1\qh0c\tqh0d\enotes
\Notes\qu J&\soupir&\triolet M\Ibu0ba2\qh0{bc}\tqh0a\enotes
\barre %15
\NOtes\qu H&\zh c\hu j&\hu f&\isluru3n\ql m\enotes
\Notes\ql a&&&\Ibl0lm1\qb0l\tqb0m\enotes
\Notes\qu H&\zq c\qu f&\qu c&\triolet n\Ibl0kj2\qb0{kl}\tqb0j\enotes
\barre %16
\NOtes\qu I&\zh d\hu f&\qu c&\tslur3l\hlp k\enotes
\Notes\ql b&&\qqh bc\enotes
\Notes\qu I&\soupir&\qqqh abN\enotes
\barre %17
\NOtes\qu G&\zh b\hu i&\hu e&\isluru3m\ql l\enotes
\Notes\ql N&&&\qqb kl\enotes
\Notes\qu G&\zq b\qu e&\qu b&\qqqb jki\enotes
\barre %18
\NOtes\qu H&\zhp c\hup e&\qu b&\tslur3k\hl j\enotes
\Notes\ql a&&\qqh ab\enotes
\Notes\qu H&&\qqqh cba&\isluru3k\ql j\enotes
\barre %19
\NOtes\qu I&\hu d&\zq a\qu d&\hl k\enotes
\Notes\ql b&&\Ibl1NM1\Ibu0gf1\zqb1N\qh0g\tbl1\zqb1{^M}\tqh0{^f}\enotes
\Notes\qu J&\qu e&\Ibl1Na1\Ibu0gh1\zqb1N\zql e\qh0g\tbl1\zqb1a\tqh0h&\ql l\enotes
\barre %20
\NOTEs\pointdurgue F\hu K&\hu d&\pointdorgue n\zh {bdg}\hu i&\pointdorgue
m\tslur3l\hl k\enotes
\Notes\soupir&\soupir&\uptext{\kern -5mm\it a tempo}\soupir&\Uptext{\kern -5mm\it a tempo}\ds\cl n\enotes
\barre %21
\Notes\sk\sk\sk\pause&\sk\sk\sk\pause&\sk\sk\sk\pause&\qqb op\qqb on\qqb {^m}n\enotes
\barre %22
\NOTes\qu{^I}\ql{^b}&&\zh{df}\hu{_h}&\hlp{=m}\enotes
\notes\qu I&&\ibbbu0g0\zq d\qh0f\tbbu0\zq e\qh0g\zq f\qh0h\sk\nbbbu0\zq
e\qh0g\zq d\tqh0f\enotes
\barre %23
\NOtes\qu J&&\zhp c\zhlp e\raise 2\Interligne\soupir&\isluru3m\qlp l\enotes
\Notes\ql c&&\hu g&\sk\cl j\enotes
\notes\qu J&&&\qpql ln\enotes
\barre %24
\NOtes\qu {=I}&&\zhp N\zhlp d\raise 2\Interligne\soupir&\tslur3l\qlp k\enotes
\Notes\ql {=b}&&\hu g&\sk\isluru3l\cl i\enotes
\notes\qu I&&&\qpql kn\enotes
\barre %25
\NOtes\qu {_H}\ql{_a}&&\zh {_a}\zhl c&\tslur3l\hl j\enotes
\notes\qu H&\zcharnote a{(III -- fltes)}\qu e&\ibbbu0j0\zq {_h}\qh0j\tbbu0\zq i\qh0k\zq j\qh0l\sk\nbbbu0\zq
i\qh0k\zq h\tqh0j&\isluru4k\ql j\enotes
\barre %26
\NOtes\qu K\ql d&\hup d&\zh g\zhu i&\hlp i\enotes
\notes\qu K&&\ibbbu0i0\zq g\qh0i\tbbu0\zq {=h}\qh0j\zq i\qh0k\sk\nbbbu0\zq
h\qh0j\zq g\tqh0i\enotes
\barre %27
\NOtes\qu K\ql d&\hup c&\zh {^f}\zhu h&\hlp h\enotes
\notes\qu K&&\ibbbu0h0\zq f\qh0h\tbbu0\zq g\qh0i\zq h\qh0j\sk\nbbbu0\zq
g\qh0i\zq f\tqh0h\enotes
\barre %28
\NOtes\qu G\ql N\qu G&\itenl1b\hup b&\itenl2d\itenu3g\zhp d\hup g&\tslur4l\hup g\enotes
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\barno 1\relax
\barre %2
\NOtes\zcharnote {-7}{\it il basso staccato}\lpz F\qu F\upz M\ql
M\lpz F\qu F&\tten1\hup b&\tten2\tten3\zhp d\hup g&\sk\pause\enotes
\barre %3
\notes\qu E&&\roff{\itenl1b\itenl2e}\zhp b\zhlp e\pto ghi&\enotes
\NOtes\ql L&&\tten0\qup i&\pause\enotes
\Notes\qu E&&\sk\cu g\enotes
\barre %4
\NOtes\qu D\ql K\qu D&&\tten1\tten2\zhp b\zhlp e\hup g\enotes
\barre %5
\notes\qu C&&\roff{\zhp e\zhlp h}\pto hij\enotes
\NOtes\qu J\qu C&&\tten0\hu j&\pause\enotes
\barre %6
\notes\qu {^C}&&\zhp {^e}\zhlp g\pto ihi\enotes
\NOtes\qu {^J}\qu C&&\tten0\hu i&\pause\enotes
\barre %7
\notes\qu D&&\lh d\itenl1d\zhl d\pto hgh\enotes
\NOtes\ql K&&\tten0\itenu0h\qu h&\pause\enotes
\Notes\qu D&&\tten1\lq{=c}\zql d\tten0\triolet p\Ibu0hf2\qh0{hg}\tqh0{^f}\enotes
\barre %8
\NOtes\qu G\ql N\qu G&&\zhp b\zhlp d\hup g\enotes
\barre %9
\NOtes\lpz G\qu G\upz N\ql N&\zhp b\hup d\zcharnote a{(III --
fltes)}&\ppt5\soupir\zcharnote n{(II -- quinte)}&\isluru3m\ql
k\Ibl1ji1\qbp 1j\enotes
\notes&&\ccu N&\tbbl1\tqb1i\enotes
\notes\lpz G\qu G&&\Ibu0ab1\qhp0a\sk\tbbu0\tqh0b&\Ibl1hg2\qbp1h\sk\tbbl1\tslur3m\tqb1g\enotes
%\check
\barre %10
\notes\qu H&\hup c&\qpqu cd&\isluru3m\hu g\enotes
\notes\ql a&&\qpqu ed\enotes
\notes\qu H&&\qpqu ec&\tslur3l\qu{^f}\enotes
\barre %11
\NOtes\qu H&\qup c&\qup{^f}&\isluru3l\ql l\enotes
\notes\ql a&\sk\dsoupir&\sk\sk\ccu a&\Qpql kj\enotes
\notes\qu H&\soupir&\qpqu bc&\Qpqlt ihk\enotes
\barre %12
\notes\qu I&\hlp d&\qpqu d{^e}&\isluru3l\hl h\enotes
\notes\ql b&&\qpqu {^f}d\enotes
\NOtes\qu I&&\qu g&\tslur3k\qu g\enotes
\barre %13
\NOtes\qu I&\zhp d\zhlp g\hu k&\hu g&\isluru3o\ql n\enotes
\Notes\ql b&&&\Ibl1mn2\qb1m\tqb1n\enotes
\Notes\qu I&&\qu d&\triolet o\Ibl0lk2\qb0{lm}\tqb0k\enotes
\barre %14
\NOtes\qu J&\zh e\hu g&\qu d&\tslur3n\hlp l\enotes
\Notes\ql c&&\Ibu0cd1\qh0c\tqh0d\enotes
\Notes\qu J&\soupir&\triolet M\Ibu0ba2\qh0{bc}\tqh0a\enotes
\barre %15
\NOtes\qu H&\zh c\hu j&\hu f&\isluru3n\ql m\enotes
\Notes\ql a&&&\Ibl0lm1\qb0l\tqb0m\enotes
\Notes\qu H&\zq c\qu f&\qu c&\triolet n\Ibl0kj2\qb0{kl}\tqb0j\enotes
\barre %16
\NOtes\qu I&\zh d\hu f&\qu c&\tslur3l\hlp k\enotes
\Notes\ql b&&\qqh bc\enotes
\Notes\qu I&\soupir&\qqqh abN\enotes
\barre %17
\NOtes\qu G&\zh b\hu i&\hu e&\isluru3m\ql l\enotes
\Notes\ql N&&&\qqb kl\enotes
\Notes\qu G&\zq b\qu e&\qu b&\qqqb jki\enotes
\barre %18
\NOtes\qu H&\zhp c\hup e&\qu b&\tslur3k\hl j\enotes
\Notes\ql a&&\qqh ab\enotes
\Notes\qu H&&\qqqh cba&\isluru3k\ql j\enotes
\barre %19
\NOtes\qu I&\hu d&\zq a\qu d&\hl k\enotes
\Notes\ql b&&\Ibl1NM1\Ibu0gf1\zqb1N\qh0g\tbl1\zqb1{^M}\tqh0{^f}\enotes
\Notes\qu J&\qu e&\Ibl1Na1\Ibu0gh1\zqb1N\zql e\qh0g\tbl1\zqb1a\tqh0h&\ql l\enotes
\barre %20
\NOTEs\pointdurgue F\hu K&\hu d&\pointdorgue n\zh {bdg}\hu i&\pointdorgue
m\tslur3l\hl k\enotes
\Notes\soupir&\soupir&\uptext{\kern -5mm\it a tempo}\soupir&\Uptext{\it a tempo}\ds\cl n\enotes
\barre %21
\Notes\sk\sk\sk\pause&\sk\sk\sk\pause&\sk\sk\sk\pause&\qqb op\qqb on\qqb {^m}n\enotes
\barre %22
\NOTes\qu{^I}\ql{^b}&&\zh{df}\hu{_h}&\hlp{=m}\enotes
\notes\qu I&&\ibbbu0g0\zq d\qh0f\tbbu0\zq e\qh0g\zq f\qh0h\sk\nbbbu0\zq
e\qh0g\zq d\tqh0f\enotes
\barre %23
\NOtes\qu J&&\zhp c\zhlp e\raise 2\Interligne\soupir&\isluru3m\qlp l\enotes
\Notes\ql c&&\hu g&\sk\cl j\enotes
\notes\qu J&&&\qpql ln\enotes
\barre %24
\NOtes\qu {=I}&&\zhp N\zhlp d\raise 2\Interligne\soupir&\tslur3l\qlp k\enotes
\Notes\ql {=b}&&\hu g&\sk\isluru3l\cl i\enotes
\notes\qu I&&&\qpql kn\enotes
\barre %25
\NOtes\qu {_H}\ql{_a}&&\zh {_a}\zhl c&\tslur3l\hl j\enotes
\notes\qu H&\zcharnote a{(III --
fltes)}\qu e&\ibbbu0j0\zq {_h}\qh0j\tbbu0\zq i\qh0k\zq j\qh0l\sk\nbbbu0\zq
i\qh0k\zq h\tqh0j&\isluru3k\ql j\enotes
\barre %26
\NOtes\qu K\ql d&\hup d&\zh g\zhu i&\hlp i\enotes
\notes\qu K&&\ibbbu0i0\zq g\qh0i\tbbu0\zq {=h}\qh0j\zq i\qh0k\sk\nbbbu0\zq
h\qh0j\zq g\tqh0i\enotes
\barre %27
\NOtes\qu K\ql d&\hup c&\zh {^f}\zhu h&\hlp h\enotes
\notes\qu K&&\ibbbu0h0\zq f\qh0h\tbbu0\zq g\qh0i\zq h\qh0j\sk\nbbbu0\zq
g\qh0i\zq f\tqh0h\enotes
\barno 29\relax
\barre %30
\znotes&&&\tslur3l\enotes
\NOTEs\itenl0G\hup G&\itenl1b\itenu2f\zhp{=f}\hup{^b}&\itenl3b\itenu4g\itenl5d\zhp{^b}\zhp d\hup g&\itenu6g\hup g\enotes
\barre %31
\znotes\tten0&\tten1\tten2&\tten3\tten4\tten5&\tten6\enotes
\NOTes\itenl0G\hup G&\zq f\qu{^b}&\itenl1b\itenl2d\itenu3g\zhp{^b}\zhp d\hup g&\qu g\enotes
\zalapage
\def\qqqq#1#2#3#4{\Ibbu0{#1}{#4}3\qh0{#1#2#3}\tqh0{#4}}%
\def\qqqqh{\qqqq}%
\def\qqqqb#1#2#3#4{\Ibbl0{#1}{#4}3\qb0{#1#2#3}\tqb0{#4}}%
\notes&&\zcharnote n{\kern -4mm{\bf III} -- fltes}&\ds\cu g\qqqq{_h}g{^f}g\enotes
\barre %32
\znotes&&\tten1\tten2\tten3\zcharnote r{\kern -2mm
\it reprendre au III}\zcharnote n{\kern -2mm
\it l'accord du II accoupl}\enotes
\notes\tten0\itenl0G\hup G&&\itenl1d\itenl2b\itenu3g\zhp d\zhp
g\hup{^b}&\qqqq{=f}ede\qqqq fede\qqqq dc{^b}c\enotes
\barre %33
\NOTes\tten0\hu G&&\tten1\tten2\tten3\zh d\zh g\hu{^b}&\hu d\enotes
\cleftoksii{6000}\zchangeclefs
\notes\pt5\ds\ccu G&\uptext{\bf II}\pt5\ds\ccl M&\uptext{\bf II}\pt5\ds\zq {^b}\zq d\ccu g&\soupir\enotes
\barre %34
\NOtes\itenl0G\hup G&\ql L&\itenl1c\itenl2e\itenu3g\zhp c\zhp e\hup g&\soupir\enotes
\Notes&&\uptext{{\bf III} - fltes}&\ds\cu g\enotes
\notes&\hpause&&\qqqq{_h}g{^f}g\enotes
\barre %35
\notes\tten0\itenl0G\hup G&&\tten1\tten2\tten3\itenl1c\itenl2e\zhp{ce}\hup
g&\qqqq{=f}ede\qqqq fede\qqqq edc{^b}\enotes
\barre %36
\NOTes\pointdorgue b\tten0\itenl0G\hup G&&\pointdorgue m\tten1\tten2\itenl1c\itenl2e\zhp c\hup
e&\pointdorgue m\qu c\enotes
\Notes&&&\ds\cu N\qqh ce\enotes
\barre %37
\notes\tten0\itenl0G\hup G&&\tten1\tten2\itenl1c\itenl2e\zhp c\hup e&\qqqq
gecN\qqqq cegj\qqqq ljge\enotes
\barre %38
\notes\tten0\itenl0G\hup G&&\tten1\tten2\itenl1c\itenl2e\zhp c\hup e&\qqqq
gjln\qqqq qnlj\qqqq lnqs\enotes
\barre %39
\NOTes\tten0\hu G&&\tten1\tten2\zh c\hu e&\pointdurgue c\qlp {!'n}\enotes
\notes\pt5\ds\ccu G&\uptext{\kern -5mm\bf I -- \ppff ff}\pt5\ds\ccl N&\uptext{\kern -5mm\bf I --
\ppff ff}\pt5\ds\zq c\ccu e&\soupir\enotes
\barre %40
\NOtes\itenl0G\hup G&\ql N&\itenl1b\roff{\itenl2c}\itenu3e\zhp b\roff{\zhp c}\hup {^e}&\soupir\enotes
\Notes&\soupir&\uptext{{\bf III} - fltes}&\ds\cl j\enotes
\notes&&&\qqqq{_k}j{^i}j\enotes
\barre %41
\notes\tten0\itenl0G\hup G&&\tten1\tten2\tten3\itenl1b\roff{\itenl2c}\itenu3e\zhp b\roff{\zhp c}\hup {^e}%
&\qqqq {=i}{_h}gh\qqqq ihgh\qqqq gf{^e}f\enotes
\barre %42
\NOTes\tten0\hu G&&\tten1\tten2\tten3\zh b\rh c\hu {^e}&\hu g\enotes
\notes\pt5\ds\ccu G&\uptext{\bf II}\pt5\ds\ccl N&\uptext{\bf II}\pt5\ds\zq
b\rq c\ccu {^e}&\soupir\enotes
\barre %43
\NOtes\itenl0F\hup F&\ql M&\itenl1a\itenl2c\itenu3f\zhp {_a}\zhp c\hup f&\soupir\enotes
\Notes&&\uptext{{\bf III} - fltes}&\ds\cu j\enotes
\notes&\hpause&&\qqqq{_k}j{^i}j\enotes
\barre %44
\notes\tten0\itenl0F\hup F&&\tten1\tten2\tten3\itenl1a\itenl2c\zhp{_a}\zhp c\hup
f&\qqqq{=i}{_h}gh\qqqq ihgh\qqqq hgf{^e}\enotes
\barre %45
\NOTes\pointdorgue b\tten0\itenl0F\hup F&&\pointdorgue m\tten1\tten2\itenl1a\itenl2c\zhp {_a}\hup
c&\pointdorgue m\qu f\enotes
\Notes&&&\ds\cu {_a}\qqh cf\enotes
\barre %46
\notes\tten0\itenl0F\hup F&&\tten1\tten2\itenl1a\itenl2c\zhp {_a}\hup c&\qqqq
{_h}fc{_a}\qqqq cfhj\qqqq mjhf\enotes
\barre %47
\notes\tten0\itenl0F\hup F&&\tten1\tten2\itenl1a\itenl2c\zhp {_a}\hup c&\qqqq
{_h}jm{_o}\qqqq qomj\qqqq moqt\enotes
\barre %48
\NOTes\tten0\hu F&&\tten1\tten2\zh {_a}\hu c&\pointdurgue e\qlp {!'_o}\enotes
\notes\pt5\ds\ccu F&\uptext{\kern -5mm\bf I -- \ppff ff}\pt5\ds\ccl
M&\uptext{\kern -5mm\bf I --
\ppff ff}\pt5\ds\zq {ac}\ccu f&\soupir\enotes
\barre %49
\NOtes\itenl0D\hup D&\qu K&\itenl1a\itenl2c\itenu3f\zhp {=a}\zhp c\hup {^f}&\soupir\enotes
\Notes&\soupir&\uptext{{\bf III} - fltes}&\ds\cl j\enotes
\Notes&&&\qqb kl\enotes
\barre %50
\notes\tten0\hup D&&\tten1\tten2\tten3\zhp a\zhp c\hup {^f}%
&\qqqq lk{=m}l\qqqq lkkj\qqqq j{^i}ij\enotes
\barre %51
\notes\lpz G\qu G&&\zhp N\zhp{^b}\itenu1f\hup{=f}&\ptb {^i}jk\enotes
\NOtes\upz N\ql N&&&\tten0\qlp k\enotes
\Notes\lpz N\qu G&&\tten1\qqh fe&\sk\cl j\enotes
\barre %52
\NOtes\lpz J\qu J\upz c\ql c\upz J\qu J&&\itenl1N\itenl2c\itenu3e\zhp N\zhp
c\hup e&\hlp j\enotes
\barre %53
\NOtes\qu{=I}\ql{=b}\qu I&\sk\uptext{\bf II}&\tten1\tten2\tten3\zhp N\zhp
c\hup e\uptext{\bf II}&\sk\pause\enotes
\barre %54
\notes\qu {_H}&&\itenl1e\itenl2h\zhp e\zhlp {_h}\pto jkl&\enotes
\NOtes\ql {_a}&&\tten0\qup l&\pause\enotes
\Notes\qu H&&\sk\cu j\enotes
\barre %55
\NOtes\qu G\ql N\qu G&&\tten1\tten2\zhp e\zhlp {_h}\hup j\enotes
\barre %56
\notes\qu F&&\roff{\zhp {_h}\zhlp k}\pto klm\enotes
\NOtes\qu M\qu F&&\tten0\hu m&\pause\enotes
\barre %57
\notes\qu {^F}&&\zhp {=h}\zhlp j\pto lkl\enotes
\NOtes\qu {^M}\qu F&\hpause\ql c&\tten0\hu l&\pause\enotes
\barre %58
\notes\qu G&\hl c&\zhlp g\pto kjk\enotes
\NOtes\ql N&&\tten0\itenu0k\qu k&\pause\enotes
\Notes\qu G&\uptrio e2{10}\ql{^b}\sk\cl{=f}&\tten0\triolet t\Ibu0ki2\qh0{kj}\tqh0{^i}\enotes
\barre %59
\NOtes\qu J\ql c\qu J&\hlp e\uptext{ \bf I -- \ff}&\zhlp g\hup j\uptext{ \bf I -- \ff}&\sk\pause\enotes
\barre %60
\NOTes\qu C&&\zq g\zq j\ql l&\isluru3m\ql n\enotes
\Notes\qu J&\sk\sk\ccl N&\pt5\ds\sk\ccu c&\qpql ml\enotes
\Notes\qu C&\qpql {^b}c&\qpqu de&\qpql kj\enotes
\barre %61
\Notes\qu D&\hl c&\qpqu fg&\hl k\enotes
\Notes\qu K&&\qpqu {_h}g\enotes
\Notes\qu D&\ql{^b}&\rlap{\sk\sk\itenl0f}\qpqu hf&\tslur3j\ql{^i}\enotes
\barre %62
\NOTes\qu D&&\tten0\Sh i\lFl h\rq i\zq h\qu f&\isluru3p\ql {_o}\enotes
\Notes\qu K&\sk\sk\ccl {^b}&\pt5\ds\sk\ccu d&\qpql nm\enotes
\Notes\qu D&\qpql cd&\qpqu ef&\qpql lk\enotes
\barre %63
\Notes\qu E&\hl d&\qpqu g{=h}&\hl k\enotes
\Notes\qu L&&\rlap{\sk\sk\itenl1g}\qpqu {^i}g\enotes
\Notes\qu E&\ql c&\tten1\zq g\qu j&\tslur3j\ql j\enotes
\barre %64
\NOTes\qu E&\ql c&\zq g\qu j&\ust q\ql q\enotes
\Notes\ql L&\zhl N\Ibu1dc1\qh1d\itenu0c\tqh1c&\qqh{=i}j&\qqb{=p}q\enotes
\Notes\qu E&\tten0\itenu0c\qu c&\Fl h\rlap{\sk\sk\itenl2g}\qqqh hig&\isluru3p\Fl o\qqqb opn\enotes
\barre %65
\NOTes\qu F&\tten0\hup c&\roff{\tten2\zql g}\hup{_h}&\tslur3p\hlp{_o}\enotes
\Notes\ql M&\qqb fg&\enotes
\Notes\qu F&\qqqb efd\enotes
\barre %66
\NOTes\qu D&\ql b&\zq f\qu i&\ust p\ql p\enotes
\Notes\ql K&\zhl M\Ibu1cb1\qh1c\itenu0b\tqh1b&\qqh{_h}i&\qqb{_o}p\enotes
\Notes\qu D&\tten0\itenu0b\qu b&\rlap{\sk\sk\itenl2f}\qqqh ghf&\isluru3o\qqqb {n}om\enotes
\barre %67
\NOTes\qu E&\tten0\hup b&\roff{\tten2\zql f}\hup g&\tslur3o\hlp n\enotes
\Notes\ql L&\qqb ef\enotes
\Notes\qu E&\qqqb dec\enotes
\barre %68
\NOtes\qu C&\lh e\itenu1f\hlp f&\qu{=h}&\itenu3m\hlp m\enotes
\Notes\qu J&&\sk\cu h\enotes
\Notes\qu C&&\qpqu ij\enotes
\barre %69
\NOtes\qu D&\zhp b\tten1\zhlp f&\hup i&\tten3\ql m\enotes
\Notes\qu K&&\uptext{\bf II}&\ds\isluru3n\cl m\enotes
\Notes\qu D&&&\qpql ki\enotes
\barre %70
\NOtes\qu E&\hlp b&\zh e\hu g&\tslur3j\ql i\enotes
\Notes\qu L&&&\ds\isluru3j\cl {=h}\enotes
\Notes\qu E&&\qqh ge&\qpql ij\enotes
\barre %71
\NOtes\qu D&\ql b&\qu f&\tslur3k\qlp i\enotes
\Notes\qu K&\soupir&\ds\cu f&\sk\ds\enotes
\Notes\qu D&\ql M&\qpqu db&\soupir\enotes
\barre %72
\NOtes\qu E&\hl N&\qup b\enotes
\Notes\qu L&&\ds\cu a&\pause\enotes
\Notes\qu E&\ql N&\qpqu bc\enotes
\barre %73
\NOtes\pointdorgue a\hup D&\hlp M\uptext{\bf III}&\pointdorgue l\hup
b\uptext{\bf III}&\sk\pointdorgue l\pause\sk\enotes
\barre %74
\NOtes\hup D&\hlp M&\zq b\qu f&\itenu3p\ql p\enotes
\notes&&\zhl f\qu k&\tten3\qqqqb ponm\enotes
\notes&&\qu i&\qqqqb lkji\enotes
\barre %75
\Notes\hup E&\hlp L&\zql e\zh g\hu j&\cu g\itenu3n\qlp n\enotes
\NOtes&&\zhl c&\enotes
\notes&&\zq b\qu g&\tten3\qqqb nlj\enotes
\barre %76
\NOtes\lpz F\qu F\upz M\ql M\lpz F\qu F&\hl b\sk\ql{_a}&\zhp c\hup f&\hl i\sk\ql{_h}\enotes
\barre %77
\NOtes\lpz D\qu D&\ql f&\hu i&\itenu3m\hl m\enotes
\NOtes\upz K\ql K&\hl b&&\enotes
\notes\lpz D\qu D&\ql {_a}&\qu f&\tten3\qqqb mki\enotes
\barre %78
\NOtes\qu E&\roff{\zql a}\Fl a\zhp e\hlp b&\uptext{{\bf II} -- quinte}\soupir&\qu{_h}\enotes
\Notes\ql L&\hl N&\ds\cu e&\hu g\enotes
\notes\qu E&&\qpqu bN\enotes
\barre %79
\NOtes\qu D&\hl M&\hup{^b}&\qu f\enotes
\Notes\qu K&&&\ds\cu {^b}\enotes
\notes\qu D&\ql M&&\qpqu cd\enotes
\barre %80
\NOtes\qu E&\zhp N\hlp c&\soupir&\hup c\enotes
\Notes\ql L&&\ds\cl q\enotes
\notes\qu E&\zqp N\qlp c&\qpqu nl\enotes
% \def\grace{\catcodesmusic\grnotes&&&\grcu}%
\def\grace{\catcodesmusic\hardnotes 1.5\Interligne\notes&&&\grcu}%
\barre %81
\grace{_a}\enotes
\NOtes\qu F&\hlp {_a}&\qup j&\hup f\enotes
\Notes\ql M&&\ds\cu {^i}\enotes
\notes\qu F&&\qpqu jk\enotes
\barre %82
\grace{N}\enotes
\NOtes\qu E&\hlp N&\hlp j&\qup e\enotes
\Notes\ql L&&&\sk\cl j\enotes
\notes\qu E&&&\qpqu ge\enotes
\barre %83
\NOtes\qu F&\itenu2c\zhp c\hlp {_a}&&\qup c\enotes
\Notes\ql M&&&\sk\cu {^b}\enotes
\notes\qu F&&&\qpqu cd\enotes
\barre %84
\NOTes\qup E&\tten2\zqp c\qlp g&&\qup c\enotes
\Notes\soupir\sk\cu
E&&\ibl0c0\ibu1j0\zqb0c\qh1j\zqb0{^b}\qh1{^i}\tbl0\tbu1\zqb0c\zq g\qh1j&\ds\soupir\enotes
\barre %85
\NOtes\qu F\ql M&&\zhl {_d}\zh {_h}\hu {_k}\enotes
\notes\qu F&&\ibbbl0f0\ibbbu1k0\zqb0d\qh1k\tbbl0\tbbu1\zqb0e\qh1l\zqb0f\qh1m\sk
\nbbbl0\nbbbu1\zqb0e\qh1l\tbl0\tbu1\zqb0d\qh1k&\pause\enotes
%\check
\barre %86
\NOtes\pointdorgue a\hu G&&\pointdorgue m\zhl c\zh e\zh g\hu
j&\sk\pointdorgue l\hpause\enotes
\Notes\soupir&&\ds\zcl c\cu j&\ds\cl q\enotes
\barre %87
\Notes\sk\sk\pause&&\ibl0d0\ibu1j0\rlap{\qb0{=dedc^b}\tqb0c}\qh1{=klkj^i}\tqh1j&\ibl0p0\qb0{=rsrq^p}\tqb0q\enotes
\barre %88
\NOtes\qu{^E}\ql{^L}&&\zhl{=b}\zh{_d}\zh g\hu{=i}&\hl{=p}\enotes
\notesp\qu E&&\ibbbl0i0\zq g\qb0i\tbbl0\zq {_h}\qb0j\zq i\qb0{_k}\sk\nbbbl0\zq
h\qb0j\zq g\tqb0i&\advance\transpose 7\ibbbl0i0\qh0i\tbbl0\qh0j\qh0{_k}\sk\nbbbl0\qh0j\tqb0i\enotes
\barre %89
\NOtes\qu F&&\zqp f\qup{_h}&\qlp{_o}\enotes
\Notes\ql M&\sk\cl {_a}&\sk\cu f&\sk\cl m\enotes
\notes\qu F&\ql c&\qpqu hj&\qpql oq\enotes
\barre %90
\NOtes\qu {=E}&\qlp c&\qup g&\qlp n\enotes
\Notes\ql {=L}&\sk\cl N&\sk\cu e&\sk\cl l\enotes
\notes\qu E&\ql c&\qpqu gj&\qpql nq\enotes
\barre %91
\NOtes\qu{_D}\ql{_K}&\hl{_d}&\hu f&\hl m\enotes
\notes\qu D&&\ibbbu0j0\zq {f}\zql{_h}\qh0{_k}\tbbu0\qh0l\qh0m\sk\nbbbu0\qh0l\tqh0k&\ibbbl0n0\qb0m\tbbl0\qb0n\qb0{_o}\sk\nbbbl0\qb0n\tqb0m\enotes
\barre %92
\NOtes\qu{G}\ql{N}&&\zh {e}\zhl{g}\hu j&\hl l\enotes
\notesp\qu G&&\ibbbu0i0\zq {e}\zql{g}\qh0{j}\tbbu0&\ibbbu1m0\qh1l\tbbu1\enotes
\notes&&\qh0{=k}\qh0l\sk\nbbbu0\qh0k\tqh0j&\qh1m\qh1n\sk\nbbbu1\qh1m\tqh1l\enotes
\barre %93
\NOtes\qu{G}\ql{N}&&\zh {d}\zhl{f}\hu {^i}&\hl k\enotes
\notes\qu G&&\ibbbu0h0\zq {d}\zql{f}\qh0i\tbbu0\qh0{j}\qh0k\sk\nbbbu0\qh0j\tqh0i&\ibbbu0l0\qh0k\tbbu0\qh0l\qh0m\sk\nbbbu0\qh0l\tqh0k\enotes
\barre %94
\NOtes\qu{_H}\ql{_a}\qu{_H}&\zhp e\hlp c&\hup j&\itenu3j\hlp j\enotes
\barre %95
\notes\qu G&\ptb cde&\hup j&\tten3\hlp j\enotes
\NOtes\ql N&\tten0\hl e\enotes
\NOtes\qu G\enotes
\barre %96
\def\alldsp{\notes\pt5\ds&\pt5\ds&\pt5\ds&\pt5\ds\enotes}%
\grace e\enotes
\notesp\pointdurgue E\hu
{^F}&\Ibbl3ce2\roff{\tbbl3}\qb3c\sk\itenu0e\tbl3\qbp3e\sk&\zq{=h}\Ibbbu0jl2\qh0j\tbbu0\zq{^i}\qh0
k\itenu1j\zqp j\itenu2l\tbu0\qhp0l\sk&\pointdorgue l\hl j\enotes
\NOTes\pointdorgue c\qu {^M}&\tten0\pointdorgue e\zq L\lSh M\lq M\zq a\ql
e&\pointdorgue s\tten1\tten2\zq j\qu l\enotes
\advance\mulooseness -1\relax
\zalapage
\alldsp\grace{j}\enotes
\notes\ccu {^F}&\ccl c\zmidtwotext{\llap{\bf I -- \ff\space\space}}&\zq e\ccu h&\ccl l\Uptext{\llap{\ppff
Solenne }}\enotes
\barre %97
\grace j\enotes
\NOtes\hup G&\zql c&\zhp d\hup g&\ql k\enotes
\grace{^i}\enotes
\NOTes&\hl{^b}&&\hl k\enotes
\barre %98
\grace k\enotes
\NOTes\hu{^I}&\hl{_a}&\zh d\hu f&\hl m\enotes
\alldsp\grace{k}\enotes
\notes\cu I&\ccl d&\zq f\ccu{_h}&\ccl m\enotes
\barre %99
\grace k\enotes
\NOtes\hup J&\ql d&\zhp e\hup g&\ql l\enotes
\grace j\enotes
\NOTes&\hl c&&\hl l\enotes
\barre %100
\grace{^l}\enotes
\NOTes\hu{^J}&\hl{=b}&\zh{^e}\hu g&\hl n\enotes
\alldsp\grace{l}\enotes
\notes\ccu J&\zq {^e}\ccl g&\ccu i&\ccl n\enotes
\barre %101
\grace{^l}\enotes
\NOtes\hup K&\zq {^e}\ql g&\hup h&\ql n\enotes
\grace k\enotes
\NOTes&\zh f\hl d&&\hl m\enotes
\barre %102
\grace{i}\enotes
\NOTes\hu G&\zh{b}\hl{=e}&\hu i&\hl {=l}\enotes
\alldsp\grace i\enotes
\notes\ccu G&\zq{b}\ccl{e}&\ccu i&\ccl l\enotes
\barre %103
\grace i\enotes
\NOtes\hup H&\zq b\ql e&\hu i&\ql l\enotes
\notes&&&\enotes
\NOtes&\lSh c\zh{c}\hl{^e}&&\ql {^j}\enotes
\grace h\enotes
\Notes&&\qu h&\ibl0j0\qb0j\enotes
\grace g\enotes
\Notes&&&\tqb0j\enotes
\barre %104
\grace f\enotes
\NOTEs\pointdurgue F\hup I&\pointdorgue d\hl d&\pointdorgue l\hup f&\pointdorgue m\hlp k\enotes
\barre %105
\ggrnotes&&&\tinynotesize\Ibbu0ej1\qh0e\tqh0j\enotes
\NOTes\hu{^F}&\hl{=e}&\zh{hj}\hu l&\hl o\enotes
\notes\pt5\ds&\soupir&\pt5\ds&\pt5\ds\enotes
\grace j\enotes
\notes\ccu F&&\zq{hj}\ccu l&\ccl o\enotes
\barre %106
\grace j\enotes
\NOtes\hup G&\soupir\soupir\ql b&\roff{\zql h}\zhp i\hup k\hlp g&\ql o\hl n\enotes
\barre %107
\grnotes&&&\tinynotesize\Ibbu0dh1\qh0d\tqh0{_h}\enotes
\NOTes\hu{^I}&\hl{^b}&\zh{f_h}\hu k&\hl m\enotes
\notes\pt5\ds&\soupir&\pt5\ds&\pt5\ds\enotes
\grace h\enotes
\notes\ccu I&&\zq{fh}\ccu k&\ccl m\enotes
\barre %108
\grace g\enotes
\NOtes\hup J&\soupir\soupir\ql c&\roff{\zhlp g}\zq f\qu k\zh e\hu j&\ql m\hl l\enotes
\barre %109
\grace{g}\enotes
\NOTes\hu{^J}&\hl{^c}&\zh{^eg}\hu i&\hl i\enotes
\notes\pt5\ds&\soupir&\pt5\ds&\pt5\ds\enotes
\grace {=e}\enotes
\notes\ccu {^C}&&\ccl g&\ccl i\enotes
\barre %110
\ggrnotes&&&\tinynotesize\Ibbu0Nd1\qh0N\tqh0{d}\enotes
\NOtes\qu D\qu K\qu D&&\zhp {bd}\hup g&\hlp i\enotes
\barre %111
\notes\qu{=C}&&\pt L\zh N\roff{\zhp a}\hup e&\ptb hij\enotes
\NOtes\qu{=J}\qu C&&&\tten0\hl j\enotes
\barre %112
\notes\qu{^C}&&\zhp b\zhp N\hup {^e}&\ptb ihi\enotes
\NOtes\qu{^J}\qu C&&&\tten0\hl i\enotes
\barre %113
\notes\qu D&\hl N&\zh a\hup d&\pto hgh\enotes
\NOtes\qu K&&&\tten0\itenu0h\ql h\enotes
\Notes\qu D&\zql K\triolet d\ibu0L0\qh0{^MN}\tqh0M&\triolet l\Ibu0ca2\qh0c\qh0b\tqh0a&\tten0\qqqh hg{^f}\enotes
\barre %114
\NOTes\itenl0G\hup G&\itenl1K\hlp K&\itenl2N\itenl3b\zhp N\hup b&\qup g\enotes
\notes&&&\cu N\islurd5c\qqqq bdgi\enotes
\barre %115
\notes\tten0\hup G&\tten1\hlp K&\tten2\tten3\itenl2N\itenl3b\zhp N\hup
b&\rlap{\sk\sk\sk\tslur5c}\qqqqh gdbd\islurd5f\qqqqh gikn\tslur5n\rlap{\sk\isluru5n}\qqqqb pnpr\enotes
\barre %116
\NOtes\pointdorgue a\hup G&\sk\pause&\pointdorgue l\tten2\tten3\zhp b\zhp d\hup
g&\pointdurgue e\tslur5u\hlp u\enotes
\mulooseness 1\relax
\finmorceau
\bigskip\rightline{\sl\aujourdhui}
\bye

View File

@ -0,0 +1,19 @@
\advance\staffbotmarg by 7\Interligne
%
% option pas d'accompagnement
\newcount\orgue
\orgue=0\relax
%
\def\Transpose{0}%
\def\Signature{1}\relax % un dieze a la clef
\input angescax
\signaturegenerale{0}\savesignature\barsinline=0\relax\linesinpage=0\relax
\def\Transpose{-1}\relax
\def\Signature{-1}\relax % un bemol a la clef
\input angescax
\signaturegenerale{0}\savesignature\barsinline=0\relax\linesinpage=0\relax
\def\Transpose{-2}\relax
\def\Signature{-3}\relax % un bemol a la clef
\input angescax
\bye

View File

@ -0,0 +1,24 @@
\input musixtex
\input musixcpt
\input musixsty
\advance\staffbotmarg by 4\Interligne
%
% option accompagnement
\newcount\orgue
\orgue=1\relax
%
\interinstrument=41pt
\def\Transpose{0}%
\def\Signature{1}\relax % un dieze a la clef
\input angescax
\signaturegenerale{0}\savesignature\barsinline=0\relax\linesinpage=0\relax
\def\Transpose{-1}\relax
\def\Signature{-1}\relax % un bemol a la clef
\input angescax
\signaturegenerale{0}\savesignature\barsinline=0\relax\linesinpage=0\relax
\def\Transpose{-2}\relax
\def\Signature{-3}\relax % un bemol a la clef
\input angescax
\bye

View File

@ -0,0 +1,366 @@
\tenpoint
%
\catcodesmusic
\ifnum\orgue=1\relax
\def\org#1&#2\\{#1&#2&}\relax
% \def\cadrage{\vrule width 0pt height 40mm}\relax
\def\cadrage{\vrule width 0pt height 1mm}\relax
\else
\def\org#1&#2\\{}\relax
\def\cadrage{\vrule width 0pt height 10mm}\relax
\fi
%
\title{Les anges dans nos campagnes}
\subtitle{No\"el du XIII\umero\ si\`ecle}
\fullauthor{Harmonisation
Fran\c cois-Auguste GEVAERT\\1828 -- 1908\ifnum\orgue>0\\
Partition d'orgue Daniel TAUPIN\fi}
\shortauthor{F.-A. Gevaert, D. Taupin}
\maketitle
%
\parindent 12mm
\sepbarrules
% deux croches hautes
\def\dql#1#2#3{\ibl0{#2}{#1}\qb0{#2}\tbl0\qb0{#3}}%
\def\dqu#1#2#3{\ibu0{#2}{#1}\qh0{#2}\tbu0\qh0{#3}}%
\def\dqh{\dqu}\def\dqb{\dql}%
%
% quatre croches
\def\qqbh#1#2#3#4#5{\ibu0{#2}{#1}\qh0{#2}\qh0{#3}\qh0{#4}\tqh0{#5}}\relax
\def\qqbH#1#2#3#4#5#6{\ibu0{#2}{#1}\qh0{#3}\qh0{#4}\qh0{#5}\tqh0{#6}}\relax
\def\qqbl#1#2#3#4#5{\ibl0{#2}{#1}\qb0{#2}\qb0{#3}\qb0{#4}\tqb0{#5}}\relax
\def\qqbL#1#2#3#4#5#6{\ibl0{#2}{#1}\qb0{#3}\qb0{#4}\qb0{#5}\tqb0{#6}}\relax
%\check
%\bigskip
%
% soufflets crescendo et decrescendo
%
\def\soufflcr#1{\zcharnote{#1}{\kern -1cm\Cresc}}%
\def\Soufflcr#1{\zcharnote{#1}{\kern -1cm\CREsc}}%
%
\def\souffldim#1{\zcharnote{#1}{\kern -1cm\Dimin}}%
\def\Souffldim#1{\zcharnote{#1}{\kern -1cm\DIMin}}%
%
%\check
\ifnum\orgue=0\relax
\def\nbinstruments{4}\global\nbporteesi=1\relax
\global\nbporteesii=1\relax
\global\nbporteesiii=1\relax
\global\nbporteesiv=1\relax
\global\cleftoksi={{6}{0}{0}{0}}\relax
\global\cleftoksii={{0}{0}{0}{0}}\relax
\global\cleftoksiii={{0}{0}{0}{0}}\relax
\global\cleftoksiv={{0}{0}{0}{0}}\relax
\def\instrumenti{Basses}\relax
\def\instrumentii{T\'enors}\relax
\def\instrumentiii{Altos}\relax
\def\instrumentiv{Sopran.}\relax
\interinstrument=30pt
\songbottom{1} % to be used to make heavy bars at staff left
\songtop{4} % to be used to make heavy bars at staff left
\else
\interinstrument=25pt
\def\interinstrumenti{0pt}
\def\nbinstruments{6}\global\nbporteesi=1\relax
\global\nbporteesii=2\relax
\global\nbporteesiii=1\relax
\global\nbporteesiv=1\relax
\global\nbporteesv=1\relax
\global\nbporteesvi=1\relax
\global\cleftoksi={{6}{0}{0}{0}}\relax
\global\cleftoksii={{0}{0}{0}{0}}\relax
\global\cleftoksiii={{6}{0}{0}{0}}\relax
\global\cleftoksiv={{0}{0}{0}{0}}\relax
\global\cleftoksv={{0}{0}{0}{0}}\relax
\global\cleftoksvi={{0}{0}{0}{0}}\relax
\def\instrumenti{P\'edale}\relax
\def\instrumentii{Manuel}\relax
\def\instrumentiii{Basses}\relax
\def\instrumentiv{T\'enors}\relax
\def\instrumentv{Altos}\relax
\def\instrumentvi{Sopran.}\relax
\def\staffspacingiii{0.7}\relax
\def\staffspacingiv{0.7}\relax
\def\staffspacingv{0.7}\relax
\def\staffspacingvi{0.7}\relax
\songbottom{3} % to be used to make heavy bars at staff left
\songtop{6} % to be used to make heavy bars at staff left
\fi
%\check
%
\signaturegenerale{\Signature}%
\relativeaccidentals
\generalmeter{\meterfrac{4}{4}}
%\check
\def\interfacteur{9}%
%\check
\def\respire{\notes\org&\\&&&\zbreath\enotes}%
%
%\check
\catcode`\@=13
%\ifx\ninerm\undefined\font\ninerm=\fontid r9\fi
\def@#1|#2|#3*{\zcharnote{-11}{\vbox to 0pt{\ninerm
\vss\lineskiplimit=0pt
\baselineskip 9.5pt\parindent 0pt\parskip 0pt\rlap{\vphantom{\'EQ}#3}
\rlap{\vphantom{\'EQ}#2}\rlap{\vphantom{\'EQ}#1}\relax
\vss}}}%
%
\barsinline=0\relax
\linesinpage=0\relax
\debutmorceau\def\dmtp{}\def\dmtph{}\def\!{\kern -4pt}%
\ifnum\orgue=0\relax
\autolines {8}42\relax
\else
\autolines {8}42\relax
\advance\linesinpage 1\relax
\fi
\transpose=\Transpose
\znotes\org&\zmidtwotext{\moyen III}\\&&&\Uptext{\moyen Allegretto}\enotes
%
\dmtp\def\txt{@\!Ber-|\!\!Cher-|\!Les*}\Notes\org&\qu g|\ql i\\\relax
&\txt\ql n&\txt\qu g&\txt\ql i\enotes
\dmtp\def\txt{@gers,|\!chons|an-*}\Notes\org&\qu f|\ql i\\&\txt\ql m\relax
&\txt\qu g&\txt\ql i\enotes
\dmtph\def\txt{@quit-|tous|ges*}\Notes\org\pause&\qu e|\ql i\\\pause
&\txt\ql l&\txt\qu g&\txt\ql i\enotes
\dmtp\def\txt{@tez|l'heu-|dans*}\notes\org&\qu d|\dql3ik\\&\txt\ql k\relax
&\txt\dqu3gi&\txt\dql3ik\enotes
%
%\check
% mesure 2
\barre\def\txt{@vos|reux|nos*}\Notes\org&\qu e|\qlp k\\&\txt\qlp k\relax
&\txt\qu i&\txt\qlp k\enotes
\dmtp\def\txt{@re-|vil-|cam-*}\notes\org&\qu f|\sk\cl j\\\hpause
&\sk\txt\cl k\qsk&\txt\qu f&\sk\txt\cl j\qsk\enotes
\dmtph\def\txt{@trai-|la-|pa-*}\notes\org\pause&\qu g|\ql i\\\qp
&\txt\dql{-3}kj&\txt\dqu{-4}ge&\txt\ql i\enotes
\dmtp\def\txt{@tes|ge|gnes*}\Notes\org&\qu d|\ql g\\@U--|Qui--|Ont--*\itenu0N\ql N\relax
&\txt\ql i&\txt\qu d&\txt\ql g\enotes
%
%\check
% mesure 3
\barre\def\txt{@U-|Qui|Ont*}\Notes\org&\qu g|\ql i\\\tten0\ql N\relax
&\txt\ql k&\txt\qu g&\txt\ql i\enotes
\dmtp\def\txt{@nis-|l'a|en-*}\notes\org&\qu f|\rlap{\dql{-2}ih}\\\txt\cl M\relax
&\txt\cl k&\txt\cu g&\txt\cl i\enotes
\dmtp\def\txt{@sez-|vu|ton-*}\notes\org&|\\\txt\cl M\relax
&\txt\cl k&\txt\cu g&\txt\cl h\enotes
\dmtph\def\txt{@vous|na\^\i-|n\'e*}\notes\org\pause&\qu e|\ql i\\\txt\ql L\relax
&\txt\qu g&\txt\dqu{-2}gf&\txt\ql i\enotes
\dmtp\def\txt{@\`a--|tre--|l'hym--*}\notes\org&\dqu2ef|\dql3ik\\\txt\dql2LM\relax
&\txt\dqu2gh&\txt\dqu{-2}ed&\txt\dql3ik\enotes
%
%\check
% mesure 4
\barre\def\txt{@leurs|sous|ne*}\Notes\org&\qu f|\qlp k\\\txt\ql M\relax
&\txt\ql h&\txt\qu d&\txt\qlp k\enotes
\dmtp\def\txt{@con-|ses|des*}\notes\org&\qu d|\sk\cl j\\\txt\ql K\sk
&\txt\dql5hk&\txt\qu f&\sk\rlap{\!\txt}\cl j\enotes
\dmtph\def\txt{@\!certs,|\!toits;|\!Cieux,*}\notes\org\pause
&\qu b|\zqu i\dql{-6}gd\\\txt\ql N\relax
&\txt\ql k&\txt\qu g&\txt\ql i\qsk\enotes
\dmtp\def\txt{@Et|Of-|Et*}\notes\org&\soupir|\rlap{\dql2ef}\soupir\\\soupir\relax
&\txt\cl l&\soupir&\soupir\enotes
\dmtp\def\txta{@que|\!frons|l'\'e*}\notes\org&|\\\relax
&\txta\cl m&&\enotes
%
%\check
% mesure 5
\def\txtb{@vos-|lui|cho*}%
\ifnum\orgue=0\relax
\barre
\else
\global\cleftoksii={{6}{0}{0}{0}}\changeclefs\alapage% barre
\fi
\Notes\org&\ql N|\zql g\qu i\\&\txtb\ql n&\txt\qu g&\txt\ql i\enotes
\dmtp\Notes\org&\ql M|\zql g\qu i\\&\txta\ql m&\txta\qu g&\txta\ql i\enotes
\dmtph\Notes\org\pause&\ql L|\zql g\qu i\\\pause
&\txtb\ql l&\txtb\qu g&\txtb\ql i\enotes
\dmtp\def\txt{@ten-|le|de*}\notes\org&\ql K|\rlap{\dql3gi}\dqu3ik\\\relax
&\txt\ql k&\txt\dqu3gi&\txt\dql3ik\cadrage\enotes
%
%\check
% mesure 6
\barre
\def\txt{@dres|\!\!tendre|nos*}\Notes\org&\hl K|\zql i\qup k\\&\txt\qlp k\relax
&\txt\qu i&\txt\qlp k\enotes
\dmtp\def\txt{@mu-|hom-|mon-*}\notes\org&|\ql f\cu j\\\hpause
&\sk\txt\cl k\qsk&\txt\qu f&\sk\txt\cl j\qsk\enotes
\dmtph\def\txt{@set-|ma-|ta-*}\notes\org\pause
&\dql{-3}KJ|\zqu i\dql{-4}ge\\\soupir
&\txt\dql{-3}kj&\txt\dqu{-4}ge&\txt\ql i\enotes
\def\txta{@Fas-|Et|Re-*}\relax
\dmtp\def\txt{@tes|ge|gnes*}\Notes\org&\ql I|\zql d\qu g\\\txta\ql N\relax
&\txt\ql i&\txt\qu d&\txt\ql g\enotes
%
%\check
% mesure 7
\def\txtb{@\!sent|de|dit*}%
\barre
\Notes\org&\ql N|\zql d\qu i\\\txtb\ql N&\txta\qu i\relax
&\txta\qu d&\txta\ql i\enotes
\dmtp\def\txt{@re-|nos|ce*}\notes\org&\ql M|\rlap{\dqu{-2}ih}\qlp{^d}\\\txt\ql M\relax
&\txtb\cu h&\txtb\cu{^d}&\txtb\cl i\enotes
\dmtp\notes\org&|\\\relax
&\txt\cu h&\txt\cu d&\txt\cl h\enotes
\dmtph\def\txt{@ten-|c\oe urs|chant*}\notes\org\pause
&\dql{-2}ML|\qu i\cl e\\\relax
\txt\dql{-2}ML&\txt\dqu{-2}hg&\txt\dqu2de&\txt\ql i\enotes
\dmtp\def\txt{@tir--|et--|m\'e--*}\notes
\org&\dql{-6}LI|\rlap{\dql{-2}gf}\dqu3ik\\\txt\dql{-6}LI\relax
&\txt\dqu4gi&\txt\dqu{-2}gf&\txt\dql3ik\enotes
%
%\check
% mesure 8
\barre\def\txt{@dans|de|lo-*}\Notes\org&\ql J|\zql e\qup k\\\txt\ql J\relax
&\txt\ql i&\txt\qu e&\txt\qlp k\enotes
\dmtp\def\txt{@les|nos|di-*}\notes\org&\ql K|\ql f\cu j\\\txt\ql K\sk
&\txt\qu h&\txt\qu f&\sk\txt\cl j\enotes
\dmtph\def\txt{@airs:|voix.|eux.*}\Notes\org\pause&\ql N|\zql{=d}\qu i\\\txt\ql N\relax
&\txt\ql i&\txt\qu{=d}&\txt\ql i\enotes
\temps\Notes\org&\soupir|\soupir\\\soupir\relax
&\soupir&\soupir&\soupir\enotes
\ifnum\orgue=0\relax
\else
\global\cleftoksii={{0}{0}{0}{0}}\changeclefs
\fi
\suspmorceau
%\eject
\catcodesmusic
%
%\check
\def@#1|#2|#3*{\zcharnote{-5}{\vbox to 0pt{\vss\lineskiplimit=0pt
\baselineskip 10pt\parindent 0pt\parskip 0pt\rlap{\vphantom{\'EQ}#3}
\rlap{\vphantom{\'EQ}#2}\rlap{\vphantom{\'EQ}#1}\relax
\vss}}}
\ifnum\orgue=0\relax
\autolines {8}43\relax
\linesinpage=0\relax
\barsinline=0\relax
\interinstrument=6pt
\else
\interinstrument=5pt
\def\interinstrumenti{0pt}
\fi
%
%
% mesure 9
\def\xx{@|---|*}%
\reprmorceau\def\Glo{@|Glo -|*}\Notes\org&\zcharnote{-5}{\moyen II}\hpause
|\uptext{\moyen I}\hl k\\&&\sk\hpause&\Glo\hl k\enotes
\temps\notes\org\pause&\hu g\relax
|\qqbl{-2}lkji\\\pause&\pause
&\Glo\hu g&\xx\qqbl{-2}lkji\cadrage\enotes
%
% mesure 10
\barre\notes\org&\qqbh{-2}hgfe|\hl j\\&&\xx\qqbh{-2}hgfe&\xx\hl j\enotes
\temps\notes\org\pause&\hu f|\qqbl{-2}kjih\\\pause&\pause&\xx\hu f&\xx\qqbl{-2}kjih\enotes
%
% mesure 11
\barre\notes\org&\qqbh{-2}gfed|\hl i\\&&\xx\qqbh{-2}gfed&\xx\hl i\enotes
\temps\def\Ri{@|ri-|*}\notes\org\pause&\hu e|\qqbl{-2}jihg\\\pause&\pause
&\xx\qup e\sk\sk\Ri\cu e&\xx\qqbl{-2}jihg\enotes
%
% mesure 12
%\check
\barre\def\txta{@|a|*}\def\Txta{@|a--|*}%
\notes\org&\qqbh{-1}fede|\qup h\sk\sk\cu h\\&\soupir\sk\Glo\hl k\relax
&\Txta\qqbh{-1}fede&\xx\qup h\sk\sk\Ri\cu h\enotes
\temps\notes\org\pause&\qu f\sk\soupir|\rlap{\ql d\sk\ql c}\qqbH0gfghf\\\pause
&\xx\sk\sk\Ri\cl j\txta\cl j\relax
&\xx\qqbH0gfghf&\txta\qu d\sk\soupir\enotes
\ifnum\orgue=0\relax
\else
\global\cleftoksii={{6}{0}{0}{0}}\changeclefs
\fi
%
% mesure 13
\barre\def\In{@|in|*}\NOtes\org&\qu K|\zq{bd}\upz g\ql g\\&\In\ql i\relax
&\xx\qu d&\In\lpz g\qu g\enotes
\dmtp\def\Ex{@|ex-|*}\notes\org&\zql J\qu M|\zq{cf}\upz h\ql h\\&\Ex\dql{-4}jh\relax
&\In\cu e\Ex\cu f&\Ex\lpz h\qu h\enotes
\temps\def\txt{@|cel-|*}\notes\org\pause&\zql I\qu N|\zq{eg}\upz i\ql i\\\pause\relax
&\txt\dql{-2}lk&\txt\qu g&\txt\upz i\ql i\enotes
\dmtp\def\txt{@|sis|*}\Notes\org&\zql J\qu L|\zq{eh}\upz j\ql j\\&\txt\ql j&\txt\itenl0h\qu h\relax
&\txt\upz j\ql j\enotes
%
% mesure 14
\barre\def\De{@|De-|*}\Notes\org&\hu K|\zw d\zh g\hu i\\\relax
&\De\ql k&\tten0\qu h&\De\hl i\enotes
\dmtp\Notes\org&|\\&@|o!|*\ql k&\De\hu g&\xx\enotes
\temps\notes\org\pause&\zcharnote{-6}{\moyen I}\qqbl{-2}MLKJ|\zh f\hu h\\\pause&\Glo\qqbl{-2}kjih\relax
&\sk\sk@|o!|*\qu f&@|o!|*\hl h\cadrage\enotes
%
% mesure 15
\barre\notes\org\ql N\sk\ql M&\hu I|\zw g\zh i\hu k\\\sk\hpause
&\xx\hlp i&\Glo\qqbh{-2}ihgf&\Glo\hl k\enotes
\temps\notes\org\hl L&\hl N|\qqbh{-2}lkji\\\Glo\hl N&\xx\sk\sk\dql{-2}lk\relax
&\xx\itenl0e\hu e&\xx\qqbl{-2}lkji\enotes
%\check
% mesure 16
%
\barre\notes\org\ql M\sk\ql L&\qqbl{-2}aNML|\zh e\zh h\hu j\relax
\\\xx\qqbl{-2}aNML&\xx\dql{-2}ji\hl h\relax
&\xx\tten0\qu e\sk\dqu{-2}hg&\xx\qu j\enotes
\temps\notes\org\hl K&\hl K|\zh f\zhl h\rlap{\qqbh{-2}kjih}\relax
\\\xx\hl M&\sk\sk&\xx\dqh{-2}fe\relax
&\xx\rlap{\qqbl{-2}kjih}\enotes
\dmtp\notes\org&|\\&\xx\dql{-2}kj&\itenl0d\qu d&\enotes
%
% mesure 17
\barre
%\autolines 753
\notes\org\ql L\sk\ql K&\qqbl{-2}NMLK|\zw e\zw g\hu i\relax
\\\xx\qqbl{-2}NMLK&\dqh{-2}ih\xx\hu g\relax
&\tten0\qu d\zbreath\sk\dqh{-2}gf&\xx\hl i\enotes
\temps\notes\org\hl J&\hl J|\rlap{\qqbh{-2}jihg}\relax
\\\xx\hl L&\sk\sk&\xx\dqh{-2}ed\relax
&\xx\rlap{\qqbh{-2}jihg}\enotes
\dmtp\notes\org&|\\&\dql{-2}ji&\itenl0c\qu c&\cadrage\enotes
%
% mesure 18
\barre\notes\org\bigaccid\hu{^J}&\qqbl{-1}MLKL\relax
|\bigaccid\Sh c\zhl c\zqp f\qup h\relax
\sk\sk\zq f\cu h\\\xx\qqbl{-1}MLKL&\xx\dqh{-2}hg\Ri\dqh2fg\relax
&\tten0\dqh0c{^c}\Ri\dqh{-2}dc\relax
&\xx\qup h\sk\sk\Ri\cu h\enotes
\def\txt{@|a--|*}%
\temps\notes\org\hu K&\qqbl0MNaM|\zhu d\hl d\\\xx
\qqbl0MNaM&\qqbH0ihi{=j}h\relax
&\txt\qqbH0edefe&\txt\qu d\sk\soupir\enotes
%
%mesure 19
\barre\def\Ex{@|ex-|*}\relax
\notes\org\qu I\sk\qu H&\ql N\sk\ql M|\zq b\zq d\upz g\ql g\sk\bigaccid
\zq{=c}\zq f\upz h\ql h\relax
\\\xx\qqbl{-1}bcba&\In\upz k\ql k\sk\Ex\upz j\ql j\relax
&\In\lpz d\qu d\sk\Ex\lpz f\qu f\relax
&\In\lpz g\qu g\sk\Ex\lpz h\qu h\enotes
\temps\def\Cel{@|cel-|*}\NOtes\org\qu I&\ql N|\zq d\zq g\upz i\ql i\relax
\\\Ri\ql N&\Cel\upz k\ql k\relax
&\Cel\lpz g\qu g&\Cel\upz i\ql i\enotes
\dmtp\def\Sis{@|sis|*}\Notes\org\qu{=J}\relax
&\qu L|\zq e\zq h\upz j\ql j\relax
\\@|a|*\qu J&\Sis\upz l\ql l\relax
&\Sis\itenl0h\qu h&\Sis\upz j\ql j\enotes
% mesure 20
\barre\Notes\org\hu K&\qu K|\zh d\zhl i\qsk\qu h\relax
\\\De\ql K&\De\itenu1k\hl k&\tten0\qu h&\De\hl i\enotes
\temps\notes\org&\dqb5Nb|\qu g\\\dqb5Nb&&\De\qu g&\enotes
\temps\notes\org\hu D&\qqbL{-2}bdcbc|\zh f\hu h\sk\itenl2d\ql d\sk\relax
\\\xx\hl d&\tten1\xx\qqbl{-1}kjij&\xx\hu f&\xx\hl h\sk\enotes
% mesure 21
\xbarre\def\txt{@|o!|*}\NOTes\org\pointdorgue a\hu G\relax
&\pointdorgue b\zh N\hl b|\tten2\pointdorgue n\zh d\hu g\relax
\\\txt\pointdorgue a\hl N\relax
&\txt\pointdorgue l\hl i&\txt\pointdorgue l\hu d\relax
&\txt\pointdorgue m\hu g\enotes
\temps\Notes\org&|\\\hpause&\hpause&\hpause&\hpause\enotes
%
\finmorceau
\medskip\rightline{\it le \aujourdhui}
\absoluteaccidentals
\eject
\endinput

View File

@ -0,0 +1,18 @@
\ifx\mxversion\undefined
\input musixtex
\input musixcpt
\input musixsty
\fi
\tracingstats=2\relax
\hsize=185mm
\vsize=270mm
\hoffset -1.70cm
\voffset -1.54cm
\barsinline=0\relax
\linesinpage=0\relax
\resetfacteurs
\computewidths
\sepbarrules
%
\input avemarix
\bye

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,20 @@
\ifx\mxversion\undefined
\input musixtex
\input musixcpt
\input musixsty
\fi
\tracingstats=2\relax
\hsize=185mm
\vsize=270mm
\hoffset -1.70cm
\voffset -1.54cm
\barsinline=0\relax
\linesinpage=0\relax
\resetfacteurs
\computewidths
\musicsize 29
%
\input avemarix
\bye

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,951 @@
% \input musixtex
% \input musixcpt
% \input musixsty
\fulltitle{M\'editation -- Ave Maria}
\author{Charles Gounod \& J.-S. Bach\\Transcription Orgue+soliste Daniel
Taupin\\\& Markus Veittes}
\shortauthor{C. Gounod, J.-S. Bach, D. Taupin}
\title{Ave Maria}
\othermention{G.O.: fl\^ute 8' [+4']\\Positif : fl\^utes 8'+4'
[+2']\\P\'edale : 16', acc. positif}
\maketitle
\parindent 13mm
\ifnum\musicsize=0\musicsize=20\fi
\normal
\relativeaccidentals
\def\oct{\advance\transpose by 7\relax}
\def\nbinstruments{4}
\def\instrumenti{Positif}
\def\staffspacingii{0.64}
\def\staffspacingiv{0.64}
\def\instrumentii{Violon}
%\def\interinstrumenti{-2\Interligne}
%\def\interinstrumentii{-2\Interligne}
\def\instrumentiv{Chant}
\nbporteesi=2\relax
\nbporteesiii=0\relax
%\font\gros=\fonthdg\fonthdge bx12 scaled \magstep3
\generalmeter{\meterC}%
\cleftoksi{{6}{0}{0}{0}}
\cleftoksii{{0}{0}{0}{0}}
\cleftoksiv{{0}{0}{0}{0}}
%\raggedlinestrue % uncomment for ragged right lines
\def\nbinstruments{1}%
\debutmorceau
\autolines{25}{3}{4}%
%Takt 1
\Notes\zhl c\raise 5.5\Interligne \hbox{\qs}\qupp e|\ds\enotes
\Notes|\ibbl0j3\qb0g\tqb0j\enotes
\Notes|\ibbl1k0\qb1l\qb1g\qb1j\tqb1l\enotes
\temps\Notes\zhl c\raise 5.5\Interligne \hbox{\qs}\qupp e|\ds\enotes
\Notes|\ibbl2j3\qb2g\tqb2j\enotes
\Notes|\ibbl3k0\qb3l\qb3g\qb3j\tqb3l\enotes
\barre
%Takt 2
\Notes\zhl c\raise 5.5\Interligne \hbox{\qs}\qupp d|\ds\enotes
\Notes|\ibbl1j3\qb1h\tqb1k\enotes
\Notes|\ibbl2k0\qb2m\qb2h\qb2k\tqb2m\enotes
\temps\Notes\zhl c\raise 5.5\Interligne \hbox{\qs}\qupp d|\ds\enotes
\Notes|\ibbl1j3\qb1h\tqb1k\enotes
\Notes|\ibbl2k0\qb2m\qb2h\qb2k\tqb2m\enotes
\barre
%Takt 3
\Notes\zhl b\raise 5.5\Interligne \hbox{\qs}\qupp d|\ds\enotes
\Notes|\ibbl1j3\qb1g\tqb1k\enotes
\Notes|\ibbl2k0\qb2m\qb2g\qb2k\tqb2m\enotes
\temps\Notes\zhl b\raise 5.5\Interligne \hbox{\qs}\qupp d|\ds\enotes
\Notes|\ibbl1j3\qb1g\tqb1k\enotes
\Notes|\ibbl2k0\qb2m\qb2g\qb2k\tqb2m\enotes
%
\suspmorceau
%
%
\def\nbinstruments{4}%
\debutmorceau
\barno=4\relax
%Takt 4
\Notes\zhl c\raise 5.5\Interligne \hbox{\qs}\qupp e|\ds\enotes
\Notes|\ibbl0j3\qb0g\tqb0j\enotes
\Notes|\ibbl1k0\qb1l\qb1g\qb1j\tqb1l\enotes
\temps\Notes\zhl c\raise 5.5\Interligne \hbox{\qs}\qupp e|\ds&\pause&&\pause\enotes
\Notes|\ibbl2j3\qb2g\tqb2j\enotes
\Notes|\ibbl3k0\qb3l\qb3g\qb3j\tqb3l\enotes
\barre
%Takt 5
\Notes\zhl c\raise 5.5\Interligne \hbox{\qs}\qupp e|\ds&\wh l&A\rlap{---}&\wh e\enotes
\Notes|\ibbl0j3\qb0g\tqb0j&&&\enotes
\Notes|\ibbl1k0\qb1l\qb1g\qb1j\tqb1l&&&\enotes
\temps\Notes\zhl c\raise 5.5\Interligne \hbox{\qs}\qupp e|\ds&&&\enotes
\Notes|\ibbl2j3\qb2g\tqb2j&&&\enotes
\Notes|\ibbl3k0\qb3l\qb3g\qb3j\tqb3l&&&\enotes
\barre
%Takt 6
\Notes\zhl c\raise 5.5\Interligne \hbox{\qs}\qupp d|\ds&\wh m&ve&\hupp f\enotes
\Notes|\ibbl1j3\qb1h\tqb1k\enotes
\Notes|\ibbl2k0\qb2m\qb2h\qb2k\tqb2m\enotes
\temps\Notes\zhl c\raise 5.5\Interligne \hbox{\qs}\qupp d|\ds&&&\enotes
\Notes|\ibbl1j3\qb1h\tqb1k\enotes
\Notes|\ibbl2k0\qb2m\qb2h\enotes
\Notes|\qb2k\tqb2m&&Ma-&\cu f\enotes
\barre
%Takt 7
\Notes\zhl b\raise 5.5\Interligne \hbox{\qs}\qupp d|\ds&\hlp n&ri\rlap{---}&\hup g\enotes
\Notes|\ibbl1j3\qb1g\tqb1k\enotes
\Notes|\ibbl2k0\qb2m\qb2g\qb2k\tqb2m\enotes
\temps\Notes\zhl b\raise 5.5\Interligne \hbox{\qs}\qupp d|\ds\enotes
\Notes|\ibbl1j3\qb1g\tqb1k\enotes
\Notes|\ibbl2k0\qb2m\qb2g\qb2k\tqb2m&\ql k&\rlap{---}&\qu d\enotes
\barre
%Takt 8
\Notes\zhl c\raise 5.5\Interligne \hbox{\qs}\qupp e|\ds&\hlp l&a,&\hup e\enotes
\Notes|\ibbl0j3\qb0g\tqb0j\enotes
\Notes|\ibbl1k0\qb1l\qb1g\qb1j\tqb1l\enotes
\temps\Notes\zhl c\raise 5.5\Interligne \hbox{\qs}\qupp e|\ds&&&\enotes
\Notes|\ibbl2j3\qb2g\tqb2j&&&\enotes
\Notes|\ibbl3k0\qb3l\qb3g\qb3j\tqb3l&\qp&&\qp\enotes
\barre
%Takt 9
\Notes\zhl c\raise 5.5\Interligne \hbox{\qs}\qupp e|\ds&\oct
\itenu5h\hl h&gra\rlap{---}&\itenl4h\hu h\enotes
\Notes|\ibbl0j3\qb0h\tqb0l\enotes
\Notes|\ibbl1k0\qb1o\qb1h\qb1l\tqb1o\enotes
\temps\Notes\zhl c\raise 5.5\Interligne \hbox{\qs}\qupp e|\ds&\oct
\tten5\ibl4c0\qb4h&&\tten4\ibu5g{-3}\qh5h\enotes
\Notes|\ibbl0j3\qb0h\tqb0l&\oct\qb4a&\rlap{---}&\tqh5a\enotes
\Notes|\ibbl1k0\qb1o\qb1h&\oct\qb4b&ti-&\cu b\enotes
\Notes|\qb1l\tqb1o&\oct\tqb4c&a&\cu c\enotes
\barre
%Takt 10
\Notes\zhl c\raise 5.5\Interligne \hbox{\qs}\qupp d|\ds&\oct
\qlp d&ple\rlap{---}&\Ilegu4k\pt d\qu d\enotes
\Notes|\ibbu1g3\bigaccid\qh1{^f}\tqh1h\enotes
\Notes|\ibbu2i0\qh2k\qh2f\enotes
\Notes|\qh2h\tqh2k&\oct \cl e&&\tleg4\cu e\enotes
\temps\Notes\zhl c\raise 5.5\Interligne \hbox{\qs}\qupp d|\ds&\oct
\ql d&na,&\qu d\enotes
\Notes|\ibbu1g3\qh1f\tqh1h\enotes
\Notes|\ibbu2i0\qh2k\qh2f\qh2h\tqh2k&\qp&&\qp\enotes
\barre
%Takt 11
\Notes\zhl b\raise 5.5\Interligne \hbox{\qs}\qupp d|\ds&\oct
\itenu5g\hl g&Do\rlap{---}&\itenu4g\hu g\enotes
\Notes|\ibbl1j3\qb1g\tqb1k\enotes
\Notes|\ibbl2k0\qb2n\qb2g\qb2k\tqb2n\enotes
\temps\Notes\zhl b\raise 5.5\Interligne \hbox{\qs}\qupp d|\ds&\oct
\tten5\ibl4b0\qb4g&&\tten4\ibu5f{-3}\qh5g\enotes
\Notes|\ibbl1j3\qb1g\tqb1k&\oct
\qb4N&\rlap{---}&\tqh5N\enotes
\Notes|\ibbl2k0\qb2n\qb2g&\oct
\qb4a&mi-&\cu a\enotes
\Notes|\qb2k\tqb2n&\oct
\tqb4b&nus&\cu b\enotes
\def\atnextline{\autolines{25}34}\relax
\barre
%Takt 12
\Notes\zhl b\raise 5.5\Interligne \hbox{\qs}\qupp c|\ds&\oct
\qlp c&te\rlap{---}&\Ilegu4j\pt c\qu c\enotes
\Notes|\ibbu1f3\qh1e\tqh1g\enotes
\Notes|\ibbu2i0\qh2j\qh2e\enotes
\Notes|\qh2g\tqh2j&\oct
\cl d&&\tleg4\cu d\enotes
\temps\Notes\zhl b\raise 5.5\Interligne \hbox{\qs}\qupp c|\ds&\oct
\ql c&\rlap{cum,}&\qu c\enotes
\Notes|\ibbu1f3\qh1e\tqh1g\enotes
\Notes|\ibbu2i0\qh2j\qh2e\qh2g\tqh2j&\qp&&\qp\enotes
%
\def\atnextline{\autolines{25}34}\relax
\barre
%Takt 13
\Notes\zhl a\raise 5\Interligne\hbox{\qs}\qupp c|\ds&\oct
\itenu5j\hl j&be\rlap{---}&\itenu4j\hu j\enotes
\Notes|\ibbu1f3\qh1e\tqh1g\enotes
\Notes|\ibbu2i0\qh2j\qh2e\qh2g\tqh2j\enotes
\temps\Notes\zhl a\raise 5\Interligne\hbox{\qs}\qupp c|\ds&\oct
\tten5\ibl4c0\qb4j&&\tten4\ibu5h{-3}\qh5j\enotes
\Notes|\ibbu1f3\qh1e\tqh1g&\oct
\qb4c&\rlap{---}&\tqh5c\enotes
\Notes|\ibbu2i0\qh2j\qh2e&\oct
\qb4d&ne\rlap{---}&\ibu5e1\qh5d\enotes
\Notes|\qh2g\tqh2j&\oct
\tqb4e&&\tqh5e\enotes
\barre
%Takt 14
\Notes\zhl K\raise 3.5\Interligne\hbox{\qs}\qupp a|\ds&\oct\bigaccid
\qlp{^f}&\rlap{dic---}&\bigaccid\Ilegu4l\pt f\qu {^f}\enotes
\Notes|\ibbu1f3\qh1d\bigaccid\qsk\tqh1{^f}\enotes
\Notes|\ibbu2i0\qh2j\qh2d\enotes
\Notes|\qh2f\tqh2j&\oct
\cl e&&\tleg4\cu e\enotes
\temps\Notes\zhl K\raise 3.5\Interligne\hbox{\qs}\qupp a|\ds&\oct
\ql d&\rlap{---}&\qu d\enotes
\Notes|\ibbu1f3\qh1d\tqh1f\enotes
\Notes|\ibbu2i0\qh2j\qh2d\qh2f\tqh2j&\oct
\ql a&ta&\qu a\enotes
\barre
%Takt 15
\Notes\zhl N\raise 4.2\Interligne\hbox{\qs}\qupp b|\ds&\oct
\hl b&tu&\hu b\enotes
\Notes|\ibbu1f3\qh1d\tqh1g\enotes
\Notes|\ibbu2i0\qh2i\qh2d\qh2g\tqh2i\enotes
\temps\Notes\zhl N\raise 4.2\Interligne\hbox{\qs}\qupp b|\ds&\qp&&\qp\enotes
\Notes|\ibbu1f3\qh1d\tqh1g\enotes
\Notes|\ibbu2i0\qh2i\qh2d\qh2g\tqh2i&\oct
\ql d&in&\qu d\enotes
\barre
%Takt 16
\Notes\zhl N\raise 4.2\Interligne\hbox{\qs}\bigaccid\qsk\qupp{_b}|\ds&\oct
\itenu5e\hl e&mu\rlap{---}&\itenl4e\hu e\enotes
\Notes|\ibbu1f3\qh1e\tqh1g\enotes
\Notes|\bigaccid\qsk\ibbu2i0\qh2{^j}\qh2e\qh2g\tqh2j\enotes
\temps\Notes\zhl N\raise 4.2\Interligne\hbox{\qs}\qupp b|\ds&\oct
\tten5\ibl5e1\qb5e&&\tten4\cu e\enotes
\Notes|\ibbu1f3\qh1e\tqh1g&\oct
\qb5e&li\rlap{---}&\ibu4f1\qh4e\enotes
\Notes|\ibbu2i0\qh2j\qh2e&\oct
\qb5f&&\qh4f\enotes
\Notes|\qh2g\tqh2j&\oct
\tqb5g&&\tqh4g\enotes
\barre
%Takt 17
\Notes\zhl M\raise 3.8\Interligne\hbox{\qs}\qupp a|\ds&\oct
\hl h&e\rlap{---}&\ppt h\qu h\enotes
\Notes|\ibbu1g3\qh1d\tqh1h\enotes
\Notes|\ibbu2i0\qh2k\qh2d\qh2h\enotes
\Notes|\tqh2k&&ri-&\ccu a\enotes
\temps\Notes\zhl M\raise 3.8\Interligne\hbox{\qs}\qupp a|\ds&\oct
\ql a&bus&\qu a\enotes
\Notes|\ibbu1g3\qh1d\tqh1h\enotes
\Notes|\ibbu2i0\qh2k\qh2d\qh2h\tqh2k&\qp&&\qp\enotes
\barre
%Takt 18
\Notes\zhl M\raise 3.8\Interligne\hbox{\qs}\bigaccid\qsk\qupp{_a}|\ds&\oct
\itenu5d\hl d&et\rlap{---}&\itenl4d\hu d\enotes
\Notes|\ibbu1f3\qh1d\tqh1f\enotes
\Notes|\ibbu2i0\qh2i\qh2d\qh2f\tqh2i\enotes
\temps\Notes\zhl M\raise 3.8\Interligne\hbox{\qs}\qupp a|\ds&\oct
\tten5\ibl4d1\qb4d&&\tten4\cu d\enotes
\Notes|\ibbu1f3\qh1d\tqh1f&\oct
\qb4d&be\rlap{---}&\ibu5e1\qh5d\enotes
\Notes|\ibbu2i0\qh2i\qh2d&\oct
\qb4e&&\tqh5e\enotes
\Notes|\qh2f\tqh2i&\oct
\tqb4f&ne-&\cu f\enotes
\barre
%Takt 19
\Notes\zhl L\raise 3.5\Interligne\hbox{\qs}\qupp N|\ds&\oct
\hl g&\rlap{dic---}&\hu g\enotes
\Notes|\ibbu1f3\qh1c\tqh1g\enotes
\Notes|\ibbu2i0\qh2j\qh2c\qh2g\tqh2j\enotes
\temps\Notes\zhl L\raise 3.5\Interligne\hbox{\qs}\qupp N|\ds&\oct
\qu N&tus&\qu N\enotes
\Notes|\ibbu1f3\qh1c\tqh1g\enotes
\Notes|\ibbu2i0\qh2j\qh2c\qh2g\tqh2j&\qp&&\qp\enotes
\barre
%Takt 20
\Notes\zhl L\raise 3.5\Interligne\hbox{\qs}\qupp M|\ds&\oct
\itenu5c\hl c&fruc\rlap{---}&\itenl4c\hu c\enotes
\Notes|\ibbu1c3\qh1a\tqh1c\enotes
\Notes|\ibbu2e0\qh2f\qh2a\qh2c\tqh2f\enotes
\temps\Notes\zhl L\raise 3.5\Interligne\hbox{\qs}\qupp M|\ds&\oct
\tten5\ibl4c1\qb4c&&\tten4\cu c\enotes
\Notes|\ibbu1c3\qh1a\tqh1c&\oct
\qb4c&tus&\ibu5d1\qh5c\enotes
\Notes|\ibbu2e0\qh2f\qh2a&\oct
\qb4d&&\qh5d\enotes
\Notes|\qh2c\tqh2f&\oct
\tqb4e&&\tqh5e\enotes
\barre
%Takt 21
\Notes\zhl K\raise 3\Interligne\hbox{\qs}\qupp M|\ds&\oct
\itenu5f\hl f&vent\rlap{---}&\itenl4f\hu f\enotes
\Notes|\ibbu1c3\qh1a\tqh1c\enotes
\Notes|\ibbu2e0\qh2f\qh2a\qh2c\tqh2f\enotes
\temps\Notes\zhl K\raise 3\Interligne\hbox{\qs}\qupp M|\ds&\oct
\tten5\ibl4f1\qb4f&&\tten4\cu f\enotes
\Notes|\ibbu1c3\qh1a\tqh1c&\oct
\qb4f&ris&\ibu5g1\qh5f\enotes
\Notes|\ibbu2e0\qh2f\qh2a&\oct
\qb4g&&\qh5g\enotes
\Notes|\qh2c\tqh2f&\oct
\tqb4h&&\tqh5h\enotes
\barre
%Takt 22
\Notes\zhl G\raise 1.6\Interligne\hbox{\qs}\qupp K|\ds&\oct
\qlp i&tu--&\Ilegu4k\pt i\ql i\enotes
\Notes|\ibbu1b3\qh1N\tqh1b\enotes
\Notes|\ibbu2e0\qh2f\qh2N\enotes
\Notes|\qh2b\tqh2f&\oct
\cl h&i,&\tleg4\cl h\enotes
\temps\Notes\zhl G\raise 1.6\Interligne\hbox{\qs}\qupp K|\ds&\oct
\ql g&\rlap{Je---}&\Ilegu5l\qu g\enotes
\Notes|\ibbu1b3\qh1N\tqh1b\enotes
\Notes|\ibbu2e0\qh2f\qh2N\qh2b\tqh2f&\oct
\ql d&&\tleg5\qu d\enotes
\barre
%Takt 23
\Notes\zhl J\raise 2\Interligne\hbox{\qs}\qupp L|\ds&\oct
\hlp e&sus.&\hup e\enotes
\Notes|\ibbu1b3\qh1N\tqh1c\enotes
\Notes|\ibbu2d0\qh2e\qh2N\qh2c\tqh2e\enotes
\temps\Notes\zhl J\raise 2\Interligne\hbox{\qs}\qupp L|\ds&\oct
&&\enotes
\Notes|\ibbu1b3\qh1N\tqh1c&\oct
&&\enotes
\Notes|\ibbu2d0\qh2e\qh2N\qh2c\tqh2e&\oct
\pt a\ds\sk\sk\cl e&&\qp\enotes
\barre
%Takt 24
\Notes\zhl J\raise 2\Interligne\hbox{\qs}\qupp N|\ds&\oct
\hl g&\rlap{Sanc---}&\hu g\enotes
\Notes|\bigaccid\ibbu1b3\qh1{_b}\tqh1c\enotes
\Notes|\ibbu2d0\qh2e\qh2b\qh2c\tqh2e\enotes
\temps\Notes\zhl J\raise 2\Interligne\hbox{\qs}\qupp N|\ds&\oct
\ql e&ta&\qu e\enotes
\Notes|\ibbu1b3\qh1b\tqh1c\enotes
\Notes|\ibbu2d0\qh2e\qh2b\qh2c&\oct
\pt a\ds&&\pt h\ds\enotes
\Notes|\tqh2e&\oct
\ccl e&\rlap{\kern -\Interligne Ma-}&\ccu e\enotes
\barre
%Takt 25
\Notes\zhl F\raise 2\Interligne\hbox{\qs}\qupp M|\ds&\oct
\hl h&ri\rlap{---}&\hu h\enotes
\Notes|\ibbu1b3\qh1a\tqh1c\enotes
\Notes|\ibbu2d0\qh2e\qh2a\qh2c\tqh2e\enotes
\temps\Notes\zhl F\raise 2\Interligne\hbox{\qs}\qupp M|\ds&\oct
\ql a&a,&\qu a\enotes
\Notes|\ibbu1b3\qh1a\tqh1c\enotes
\Notes|\ibbu2d0\qh2e\qh2a\qh2c\tqh2e&\oct
\qp&&\qp\enotes
\barre
%Takt 26
\Notes\bigaccid\zhl {^F}\raise\Interligne\hbox{\qs}\qupp J|\ds&\oct
\hl h&\rlap{sanc---}&\hu h\enotes
\Notes|\ibbu1b3\qh1a\tqh1c\enotes
\Notes|\bigaccid\qsk\ibbu2d0\qh2{_e}\qh2a\qh2c\tqh2e\enotes
\temps\Notes\zhl F\raise\Interligne\hbox{\qs}\qupp J|\ds&\oct
\ql c&ta&\qu c\enotes
\Notes|\ibbu1b3\qh1a\tqh1c\enotes
\Notes|\ibbu2d0\qh2e\qh2a\qh2c&\oct\qsk
\pt a\ds&&\qsk\pt h\ds\enotes
\Notes|\tqh2e&\oct
\ccl h&\rlap{\kern -\Interligne Ma-}&\ccu h\enotes
\barre
%Takt 27
\Notes\zhl G\raise 1.6\Interligne\hbox{\qs}\qsk\bigaccid\qupp {_L}|\ds&\oct
\hl j&ri\rlap{---}&\hl j\enotes
\Notes|\ibbu1b3\qh1b\tqh1c\enotes
\Notes|\bigaccid\qsk\ibbu2d0\qh2{_e}\qh2b\qh2c\tqh2e\enotes
\temps\Notes\zhl G\raise 1.6\Interligne\hbox{\qs}\qupp L|\ds&\oct
\bigaccid\ql{_e}&a,&\bigaccid\qu{_e}\enotes
\Notes|\ibbu1b3\qh1b\tqh1c\enotes
\Notes|\ibbu2d0\qh2e\qh2b\qh2c&\oct
\pt a\ds&&\pt j\ds\enotes
\Notes|\tqh2e&\oct
\ccl j&\rlap{\kern -\Interligne Ma-}&\ccl j\enotes
\barre
%Takt 28
\Notes\bigaccid\zhl {_H}\raise 2\Interligne\hbox{\qs}\qupp M|\ds&\oct
\hl j&ri\rlap{---}&\hl j\enotes
\Notes|\ibbu1b3\qh1b\tqh1c\enotes
\Notes|\ibbu2d0\qh2d\qh2b\qh2c\tqh2d\enotes
\temps\Notes\zhl H\raise 2\Interligne\hbox{\qs}\qupp M|\ds&\oct
\ql d&a!&\qu d\enotes
\Notes|\ibbu1b3\qh1b\tqh1c\enotes
\Notes|\ibbu2d0\qh2d\qh2b\qh2c\tqh2d&\oct
\pt a\ds\sk\sk\ccl d&&\qp\enotes
\barre
%Takt 29
\Notes\zhl G\raise 2\Interligne\hbox{\qs}\qupp M|\ds&\oct
\itenu5d\hl d&O\rlap{---}&\itenl4d\hu d\enotes
\Notes|\ibbu1b3\qh1N\tqh1b\enotes
\Notes|\ibbu2d0\qh2d\qh2N\qh2b\tqh2d\enotes
\temps\Notes\zhl G\raise 2\Interligne\hbox{\qs}\qupp M|\ds&\oct
\tten5\ibl4d{-1}\qb4d&&\tten4\cu d\enotes
\Notes|\ibbu1b3\qh1N\tqh1b&\oct
\qb4d&ra&\ibu5d{-1}\qh5d\enotes
\Notes|\ibbu2d0\qh2d\qh2N&\oct
\qb4c&&\tqh5c\enotes
\Notes|\qh2b\tqh2d&\oct
\tqb4b&pro&\cu b\enotes
\barre
%Takt 30
\Notes\zhl G\raise 2\Interligne\hbox{\qs}\qupp L|\ds&\oct
\qlp g&no\rlap{---}&\Ilegu4l\pt g\qu g\enotes
\Notes|\ibbu1b3\qh1N\tqh1c\enotes
\Notes|\ibbu2d0\qh2e\qh2N\enotes
\Notes|\qh2c\tqh2e&\oct
\cl e&&\tleg4\cu e\enotes
\temps\Notes\zhl G\raise 2\Interligne\hbox{\qs}\qupp L|\ds&\oct
\ql c&bis,&\qu c\enotes
\Notes|\ibbu1b3\qh1N\tqh1c\enotes
\Notes|\ibbu2d0\qh2e\qh2N\qh2c\tqh2e&\oct
\qp&&\qp\enotes
\barre
%Takt 31
\Notes\zhl G\raise 1.6\Interligne\hbox{\qs}\qupp K|\ds&\oct
\itenu5f\hl f&no\rlap{---}&\itenl4f\hu f\enotes
\Notes|\ibbu1b3\qh1N\tqh1c\enotes
\Notes|\ibbu2e0\qh2f\qh2N\qh2c\tqh2f\enotes
\temps\Notes\zhl G\raise 1.6\Interligne\hbox{\qs}\qupp K|\ds&\oct
\tten5\ibl4f{-1}\qb4f&&\tten4\cu f\enotes
\Notes|\ibbu1b3\qh1N\tqh1c&\oct
\qb4f&bis&\cu f\enotes
\Notes|\ibbu2e0\qh2f\qh2N&\oct
\qb4e&pec-&\cu e\enotes
\Notes|\qh2c\tqh2f&\oct
\tqb4d&ca-&\cu d\enotes
\barre
%Takt 32
\Notes\zhl G\raise 1.6\Interligne\hbox{\qs}\qupp K|\ds&\oct
\qlp k&to\rlap{---}&\Ilegu4k\pt k\ql k\enotes
\Notes|\ibbu1b3\qh1N\tqh1b\enotes
\Notes|\ibbu2e0\qh2f\qh2N\enotes
\Notes|\qh2b\tqh2f&\oct
\cl i&ri-&\tleg4\cl i\enotes
\temps\Notes\zhl G\raise 1.6\Interligne\hbox{\qs}\qupp K|\ds&\oct
\ql g&bus,&\qu g\enotes
\Notes|\ibbu1b3\qh1N\tqh1b\enotes
\Notes|\ibbu2e0\qh2f\qh2N\qh2b\tqh2f&\oct
\qp&&\qp\enotes
\barre
%Takt 33
\Notes\zhl G\raise 1.6\Interligne\hbox{\qs}\bigaccid\qsk\qupp {_L}|\ds&\oct
\itenu5h\hl h&nunc&\itenl4h\hu h\enotes
\Notes|\ibbu1b3\qh1a\tqh1c\enotes
\Notes|\bigaccid\qsk\ibbu2e0\qh2{^f}\qh2a\qh2c\tqh2f\enotes
\temps\Notes\zhl G\raise 1.6\Interligne\hbox{\qs}\qupp L|\ds&\oct
\tten5\ibl4h1\qb4h&&\tten4\cu h\enotes
\Notes|\ibbu1b3\qh1a\tqh1c&\oct
\qb4h&et\rlap{---}&\ibu5i1\qh5h\enotes
\Notes|\ibbu2e0\qh2f\qh2a&\oct
\qb4i&&\tqh5i\enotes
\Notes|\qh2c\tqh2f&\oct
\tqb4j&in&\cl j\enotes
\barre
%Takt 34
\Notes\zhl G\raise 1.6\Interligne\hbox{\qs}\bigaccid\qsk\qupp {=L}|\ds&\oct
\itenu5l\hl l&\raise 3\internote\hbox{ho---}&\itenu4l\hl l\enotes
\Notes|\ibbu1b3\qh1N\tqh1c\enotes
\Notes|\ibbu2e0\qh2g\qh2N\qh2c\tqh2g\enotes
\temps\Notes\zhl G\raise 1.6\Interligne\hbox{\qs}\qupp L|\ds&\oct
\tten5\ibl4j{-4}\qb4l&&\tten4\ibu5j{-2}\qh5l\enotes
\Notes|\ibbu1b3\qh1N\tqh1c&\oct
\qb4j&--&\tqh5j\enotes
\Notes|\ibbu2e0\qh2g\qh2N&\oct
\qb4g&ra,&\cu g\enotes
\Notes|\qh2c\tqh2g&\oct
\tqb4e&in&\cu e\enotes
\barre
%Takt 35
\Notes\zhl G\raise 1.6\Interligne\hbox{\qs}\qupp K|\ds&\oct
\itenu5d\hl d&ho\rlap{---}&\itenl4d\hu d\enotes
\Notes|\ibbu1b3\qh1N\tqh1c\enotes
\Notes|\ibbu2e0\qh2f\qh2N\qh2c\tqh2f\enotes
\temps\Notes\zhl G\raise 1.6\Interligne\hbox{\qs}\qupp K|\ds&\oct
\tten5\ibl4d3\qb4d&&\tten4\ibu5g3\qh5d\enotes
\Notes|\ibbu1b3\qh1N\tqh1c&\oct
\qb4h&&\tqh5h\enotes
\Notes|\ibbu2e0\qh2f\qh2N&\oct
\qb4i&ra&\ibu5i{-1}\qh5i\enotes
\Notes|\qh2c\tqh2f&\oct
\tqb4h&&\tqh5h\enotes
\barre
%Takt 36
\Notes\zhl G\raise 1.6\Interligne\hbox{\qs}\qupp K|\ds&\oct
\ibl4h{-3}\usf h\qb4h&\rlap{mor---}&\ibu5j2\qh5g\enotes
\Notes|\ibbu1b3\qh1N\tqh1b&\oct
\usf g\qb4g&&\tqh5k\enotes
\Notes|\ibbu2e0\qh2f\qh2N&\oct
\usf f\qb4f&tis&\ibu5i{-2}\qh5i\enotes
\Notes|\qh2b\tqh2f&\oct
\usf d\tqb4d&&\tqh5g\enotes
\temps\Notes\zhl G\raise 1.6\Interligne\hbox{\qs}\qupp K|\ds&\relax
\lsf i\ibu4i{-3}\qh4i&nos-&\ibu5f{-2}\qh5f\enotes
\Notes|\ibbu1b3\qh1N\tqh1b&\relax
\lsf h\qh4h&&\tqh5d\enotes
\Notes|\ibbu2e0\qh2f\qh2N&\relax
\lsf f\qh4f&tr\ae.&\ibu5b{-2}\qh5b\enotes
\Notes|\qh2b\tqh2f&\relax
\lsf d\tqh4d&&\tqh5N\enotes
\suspmorceau
\eject
%
%Takt 37
\def\instrumenti{P\'ed. 16'}
\def\instrumentii{Positif}
\def\instrumentiii{(Pos.)}
\def\instrumentiv{Violon}
\def\instrumentvi{Chant}
\def\nbinstruments{6}
\linesinpage=0\relax
\nbporteesi=1\relax
\nbporteesii=1\relax
\nbporteesiii=1\relax
\nbporteesiv=1\relax
\nbporteesv=0\relax
\nbporteesvi=1\relax
\cleftoksi={6000}\relax
\cleftoksii={6000}\relax
\cleftoksiii={0000}\relax
\cleftoksiv={0000}\relax
\cleftoksvi={0000}\relax
\def\interinstrumenti{0pt}
\def\interinstrumentii{0pt}
%\def\interinstrumentiv{-2\Interligne}
\def\staffspacingi{1}%
\def\staffspacingii{1}%
\def\staffspacingiii{1}%
\def\staffspacingiv{0.64}%
\def\staffspacingvi{0.64}%
\debutmorceau\barno=37\relax
\autolines{26}33\relax
\def\atnextline{\autolines{24}33}\relax
%
\Notes&\zhl C\raise\Interligne\hbox{\qs}\qupp J&\ds&\relax
\hup c&A\rlap{---}&\itenl4c\hu c\enotes
\Notes&&\ibbu1b3\qh1N\tqh1c&\enotes
\Notes&&\ibbu2d0\qh2e\qh2N\qh2c\tqh2e\enotes
\temps\Notes\pause&\zhl J\raise2\Interligne\hbox{\qs}\qupp L&\ds&&\rlap{men.}&\tten4\qu c\enotes
\Notes&&\ibbu1b3\qh1N\tqh1c\enotes
\Notes&&\ibbu2d0\qh2e\qh2N\qh2c\tqh2e&\qp&&\qp\enotes
\cleftoksii={0000}\changeclefs
\barre
%Takt 38
\Notes\zhl c\raise 5.5\Interligne \hbox{\qs}\qupp e&\ds&\uptext{G.O.}&\wh l&A\rlap{---}&\wh e\enotes
\Notes&\ibbl0j3\qb0g\tqb0j&\hpause\enotes
\Notes&\ibbl1k0\qb1l\qb1g\qb1j\tqb1l&&&\enotes
\temps\Notes\zhl c\raise 5.5\Interligne \hbox{\qs}\qupp e&\ds&\hu e&&&\enotes
\Notes&\ibbl2j3\qb2g\tqb2j&&&\enotes
\Notes&\ibbl3k0\qb3l\qb3g\qb3j\tqb3l&&&\enotes
\barre
%Takt 39
\Notes\zhl c\raise 5.5\Interligne \hbox{\qs}\qupp d&\ds&&\wh m&ve&\hupp f\enotes
\Notes&\ibbl1j3\qb1h\tqb1k&\hpause\enotes
\Notes&\ibbl2k0\qb2m\qb2h\qb2k\tqb2m&\enotes
\temps\Notes\zhl c\raise 5.5\Interligne \hbox{\qs}\qupp d&\ds&\hu h&&&\enotes
\Notes&\ibbl1j3\qb1h\tqb1k\enotes
\Notes&\ibbl2k0\qb2m\qb2h\enotes
\Notes&\qb2k\tqb2m&&&\rlap{\kern -\Interligne Ma-}&\cu f\enotes
\barre
%Takt 40
\Notes\zhl b\raise 5.5\Interligne \hbox{\qs}\qupp d&\ds&\itenu3g\wh g&\hlp n&ri\rlap{---}&\hup g\enotes
\Notes&\ibbl1j3\qb1g\tqb1k\enotes
\Notes&\ibbl2k0\qb2m\qb2g\qb2k\tqb2m\enotes
\temps\Notes\zhl b\raise 5.5\Interligne \hbox{\qs}\qupp d&\ds&\hl f\enotes
\Notes&\ibbl1j3\qb1g\tqb1k\enotes
\Notes&\ibbl2k0\qb2m\qb2g\qb2k\tqb2m&&\ql k&\rlap{---}&\qu d\enotes
\barre
%Takt 41
\Notes\zhl c\raise 5.5\Interligne \hbox{\qs}\qupp e&\ds&\tten3\zw e\wh g&\hlp l&a,&\hup e\enotes
\Notes&\ibbl0j3\qb0g\tqb0j\enotes
\Notes&\ibbl1k0\qb1l\qb1g\qb1j\tqb1l\enotes
\temps\Notes\zhl c\raise 5.5\Interligne \hbox{\qs}\qupp e&\ds&&&\enotes
\Notes&\ibbl2j3\qb2g\tqb2j&&&\enotes
\Notes&\ibbl3k0\qb3l\qb3g\qb3j\tqb3l&&\qp&&\qp\enotes
\barre
%Takt 42
\Notes\zhl c\raise 5.5\Interligne \hbox{\qs}\qupp e&\ds&\hu h&\oct
\itenu5h\hl h&gra\rlap{---}&\itenl4h\hu h\enotes
\Notes&\ibbl0j3\qb0h\tqb0l\enotes
\Notes&\ibbl1k0\qb1o\qb1h\qb1l\tqb1o\enotes
\temps\Notes\zhl c\raise 5.5\Interligne \hbox{\qs}\qupp e&\ds&\hu e&\oct
\tten5\ibl4a0\qb4h&&\tten4\ibu5g{-3}\qh5h\enotes
\Notes&\ibbl0j3\qb0h\tqb0l&&\oct\qb4a&\rlap{---}&\tqh5a\enotes
\Notes&\ibbl1k0\qb1o\qb1h&&\oct\qb4b&ti-&\cu b\enotes
\Notes&\qb1l\tqb1o&&\oct\tqb4c&a&\cu c\enotes
\barre
%Takt 43
\Notes\zhl c\raise 5.5\Interligne \hbox{\qs}\qupp d&\ds&\bigaccid\zw{^f}\itenu5o\hu o&\oct
\qlp d&ple\rlap{---}&\Ilegu4k\pt d\qu d\enotes
\Notes&\ibbu1g3\bigaccid\qh1{^f}\tqh1h\enotes
\Notes&\ibbu2i0\qh2k\qh2f\enotes
\Notes&\qh2h\tqh2k&&\oct \cl e&&\tleg4\cu e\enotes
\temps\Notes\zhl c\raise 5.5\Interligne \hbox{\qs}\qupp d&\ds&\tten5\ibu3m{-2}\qh3o&\oct
\ql d&na,&\qu d\enotes
\Notes&\ibbu1g3\qh1f\tqh1h&\qh3h\enotes
\Notes&\ibbu2i0\qh2k\qh2f\qh2h\tqh2k&\qh3i\sk\tqh3j&\qp&&\qp\enotes
\barre
%Takt 44
\Notes\zhl b\raise 5.5\Interligne \hbox{\qs}\qupp d&\ds&\zw g\qupp k&\oct
\itenu5g\hl g&Do\rlap{---}&\itenu4g\hu g\enotes
\Notes&\ibbl1j3\qb1g\tqb1k\enotes
\Notes&\ibbl2k0\qb2n\qb2g\qb2k\tqb2n&\sk\sk\sk\ccu l\enotes
\temps\Notes\zhl b\raise 5.5\Interligne \hbox{\qs}\qupp d&\ds&\hu k&\oct
\tten5\ibl4N0\qb4g&&\tten4\ibu5f{-3}\qh5g\enotes
\Notes&\ibbl1j3\qb1g\tqb1k&&\oct
\qb4N&\rlap{---}&\tqh5N\enotes
\Notes&\ibbl2k0\qb2n\qb2g&&\oct
\qb4a&mi-&\cu a\enotes
\Notes&\qb2k\tqb2n&&\oct
\tqb4b&nus&\cu b\enotes
\def\atnextline{\autolines{25}33}\relax
\barre
%Takt 45
\Notes\zhl b\raise 5.5\Interligne \hbox{\qs}\qupp c&\ds&\itenl4e\zw e\itenu3n\hu n&\oct
\qlp c&te\rlap{---}&\Ilegu2j\pt c\qu c\enotes
\Notes&\ibbu1f3\qh1e\tqh1g\enotes
\Notes&\ibbu2i0\qh2j\qh2e\enotes
\Notes&\qh2g\tqh2j&&\oct
\cl d&&\tleg2\cu d\enotes
\temps\Notes\zhl b\raise 5.5\Interligne \hbox{\qs}\qupp c&\ds&\tten3\ibu3l{-3}\qh3n&\oct
\ql c&\rlap{cum,}&\qu c\enotes
\Notes&\ibbu1f3\qh1e\tqh1g&\qh3g\enotes
\Notes&\ibbu2i0\qh2j\qh2e\qh2g\tqh2j&\qh3h\sk\tqh3i&\qp&&\qp\enotes
%
\def\atnextline{\autolines{25}33}\relax
\barre
%Takt 46
\Notes\zhl a\raise 5\Interligne\hbox{\qs}\qupp c&\ds&\tten4\zw e\hu j&\oct
\itenu5j\hl j&be\rlap{---}&\itenu4j\hu j\enotes
\Notes&\ibbu1f3\qh1e\tqh1g\enotes
\Notes&\ibbu2i0\qh2j\qh2e\qh2g\tqh2j\enotes
\temps\Notes\zhl a\raise 5\Interligne\hbox{\qs}\qupp c&\ds&\qu h&\oct
\tten5\ibl4c0\qb4j&&\tten4\ibu5h{-3}\qh5j\enotes
\Notes&\ibbu1f3\qh1e\tqh1g&&\oct
\qb4c&\rlap{---}&\tqh5c\enotes
\Notes&\ibbu2i0\qh2j\qh2e&\qu g&\oct
\qb4d&ne\rlap{---}&\ibu5e1\qh5d\enotes
\Notes&\qh2g\tqh2j&&\oct
\tqb4e&&\tqh5e\enotes
\barre
%Takt 47
\Notes\zhl K\raise 3.5\Interligne\hbox{\qs}\qupp a&\ds
&\bigaccid\zw {^f}\zw c\roff{\itenl3d\zw d}&\oct\bigaccid
\qlp{^f}&\rlap{dic---}&\bigaccid\Ilegu4l\pt f\qu {^f}\enotes
\Notes&\ibbu1f3\qh1d\bigaccid\qsk\tqh1{^f}\enotes
\Notes&\ibbu2i0\qh2j\qh2d\enotes
\Notes&\qh2f\tqh2j&&\oct
\cl e&&\tleg4\cu e\enotes
\temps\Notes\zhl K\raise 3.5\Interligne\hbox{\qs}\qupp a&\ds&&\oct
\ql d&\rlap{---}&\qu d\enotes
\Notes&\ibbu1f3\qh1d\tqh1f\enotes
\Notes&\ibbu2i0\qh2j\qh2d\qh2f\tqh2j&&\oct
\ql a&ta&\qu a\enotes
\barre
%Takt 48
\Notes\zhl N\raise 4.2\Interligne\hbox{\qs}\qupp b&\ds&\tten3\zw d\wh g&\oct
\hl b&tu&\hu b\enotes
\Notes&\ibbu1f3\qh1d\tqh1g\enotes
\Notes&\ibbu2i0\qh2i\qh2d\qh2g\tqh2i\enotes
\temps\Notes\zhl N\raise 4.2\Interligne\hbox{\qs}\qupp b&\ds&&\qp&&\qp\enotes
\Notes&\ibbu1f3\qh1d\tqh1g\enotes
\Notes&\ibbu2i0\qh2i\qh2d\qh2g\tqh2i&&\oct
\ql d&in&\qu d\enotes
\barre
%Takt 49
\Notes\zhl N\raise 4.2\Interligne\hbox{\qs}\bigaccid\qsk\qupp{_b}&\ds&\bigsh c\wh{c}&\oct
\itenu5e\hl e&mu\rlap{---}&\itenl4e\hu e\enotes
\Notes&\ibbu1f3\qh1e\tqh1g\enotes
\Notes&\bigaccid\qsk\ibbu2i0\qh2{^j}\qh2e\qh2g\tqh2j\enotes
\temps\Notes\zhl N\raise 4.2\Interligne\hbox{\qs}\qupp b&\ds&&\oct
\tten5\ibl5e1\qb5e&&\tten4\cu e\enotes
\Notes&\ibbu1f3\qh1e\tqh1g&&\oct
\qb5e&li\rlap{---}&\ibu4f1\qh4e\enotes
\Notes&\ibbu2i0\qh2j\qh2e&&\oct
\qb5f&&\qh4f\enotes
\Notes&\qh2g\tqh2j&&\oct
\tqb5g&&\tqh4g\enotes
\barre
%Takt 50
\Notes\zhl M\raise 3.8\Interligne\hbox{\qs}\qupp a&\ds&\zw k\itenu3o\hu o&\oct
\hl h&e\rlap{---}&\ppt h\qu h\enotes
\Notes&\ibbu1g3\qh1d\tqh1h\enotes
\Notes&\ibbu2i0\qh2k\qh2d\qh2h\enotes
\Notes&\tqh2k&&&ri-&\ccu a\enotes
\temps\Notes\zhl M\raise 3.8\Interligne\hbox{\qs}\qupp a&\ds&\tten3\ibl3m2\qb3o&\oct
\ql a&bus&\qu a\enotes
\Notes&\ibbu1g3\qh1d\tqh1h&\qb3o\enotes
\Notes&\ibbu2i0\qh2k\qh2d\qh2h\tqh2k&\qb3p\sk\tqb3q&\qp&&\qp\enotes
\barre
%Takt 51
\Notes\zhl M\raise 3.8\Interligne\hbox{\qs}\bigaccid\qsk\qupp{_a}&\ds&\bigaccid
\zw {=i}\hu r&\oct\itenu5d\hl d&et\rlap{---}&\itenl4d\hu d\enotes
\Notes&\ibbu1f3\qh1d\tqh1f\enotes
\Notes&\ibbu2i0\qh2i\qh2d\qh2f\tqh2i\enotes
\temps\Notes\zhl M\raise 3.8\Interligne\hbox{\qs}\qupp a&\ds&\hu k&\oct
\tten5\ibl4d1\qb4d&&\tten4\cu d\enotes
\Notes&\ibbu1f3\qh1d\tqh1f&&\oct
\qb4d&be\rlap{---}&\ibu5e1\qh5d\enotes
\Notes&\ibbu2i0\qh2i\qh2d&&\oct
\qb4e&&\tqh5e\enotes
\Notes&\qh2f\tqh2i&&\oct
\tqb4f&ne-&\cu f\enotes
\barre
%Takt 52
\Notes\zhl L\raise 3.5\Interligne\hbox{\qs}\qupp N&\ds&\zw j\itenu3n\hu n&\oct
\hl g&\rlap{dic---}&\hu g\enotes
\Notes&\ibbu1f3\qh1c\tqh1g\enotes
\Notes&\ibbu2i0\qh2j\qh2c\qh2g\tqh2j\enotes
\temps\Notes\zhl L\raise 3.5\Interligne\hbox{\qs}\qupp N&\ds&\tten3\ibl3n{3}\qb3n&\oct
\qu N&tus&\qu N\enotes
\Notes&\ibbu1f3\qh1c\tqh1g&\qb3n\enotes
\Notes&\ibbu2i0\qh2j\qh2c\qh2g\tqh2j&\qb3o\sk\tqb3p&\qp&&\qp\enotes
\barre
%Takt 53
\Notes\zhl L\raise 3.5\Interligne\hbox{\qs}\qupp M&\ds&\zw h\hu q&\oct
\itenu5c\hl c&fruc\rlap{---}&\itenl4c\hu c\enotes
\Notes&\ibbu1c3\qh1a\tqh1c\enotes
\Notes&\ibbu2e0\qh2f\qh2a\qh2c\tqh2f\enotes
\temps\Notes\zhl L\raise 3.5\Interligne\hbox{\qs}\qupp M&\ds&\itenu3j\hu j&\oct
\tten5\ibl4c1\qb4c&&\tten4\cu c\enotes
\Notes&\ibbu1c3\qh1a\tqh1c&&\oct
\qb4c&tus&\ibu5d1\qh5c\enotes
\Notes&\ibbu2e0\qh2f\qh2a&&\oct
\qb4d&&\qh5d\enotes
\Notes&\qh2c\tqh2f&&\oct
\tqb4e&&\tqh5e\enotes
\barre
%Takt 54
\Notes\zhl K\raise 3\Interligne\hbox{\qs}\qupp M&\ds&\tten3\zw c\hu j&\oct
\itenu5f\hl f&vent\rlap{---}&\itenl4f\hu f\enotes
\Notes&\ibbu1c3\qh1a\tqh1c\enotes
\Notes&\ibbu2e0\qh2f\qh2a\qh2c\tqh2f\enotes
\temps\Notes\zhl K\raise 3\Interligne\hbox{\qs}\qupp M&\ds&&\oct
\tten5\ibl4f1\qb4f&&\tten4\cu f\enotes
\Notes&\ibbu1c3\qh1a\tqh1c&\hu h&\oct
\qb4f&ris&\ibu5g1\qh5f\enotes
\Notes&\ibbu2e0\qh2f\qh2a&&\oct
\qb4g&&\qh5g\enotes
\Notes&\qh2c\tqh2f&&\oct
\tqb4h&&\tqh5h\enotes
\barre
%Takt 55
\Notes\zhl G\raise 1.6\Interligne\hbox{\qs}\qupp K&\ds&\zw b\hu g&\oct
\qlp i&tu--&\Ilegu4k\pt i\ql i\enotes
\Notes&\ibbu1b3\qh1N\tqh1b\enotes
\Notes&\ibbu2e0\qh2f\qh2N\enotes
\Notes&\qh2b\tqh2f&&\oct
\cl h&i,&\tleg4\cl h\enotes
\temps\Notes\zhl G\raise 1.6\Interligne\hbox{\qs}\qupp K&\ds&\hu f&\oct
\ql g&\rlap{Je---}&\Ilegu5l\qu g\enotes
\Notes&\ibbu1b3\qh1N\tqh1b\enotes
\Notes&\ibbu2e0\qh2f\qh2N\qh2b\tqh2f&&\oct
\ql d&&\tleg5\qu d\enotes
\barre
%Takt 56
\Notes\zhl J\raise 2\Interligne\hbox{\qs}\qupp L&\ds&\zw c\hu e&\oct
\hlp e&sus.&\hup e\enotes
\Notes&\ibbu1b3\qh1N\tqh1c\enotes
\Notes&\ibbu2d0\qh2e\qh2N\qh2c\tqh2e\enotes
\temps\Notes\zhl J\raise 2\Interligne\hbox{\qs}\qupp L&\ds&\hu g&\oct
&&\enotes
\Notes&\ibbu1b3\qh1N\tqh1c&&\oct
&&\enotes
\Notes&\ibbu2d0\qh2e\qh2N\qh2c\tqh2e&&\oct
\pt a\ds\sk\sk\cl e&&\qp\enotes
\barre
%Takt 57
\Notes\zhl J\raise 2\Interligne\hbox{\qs}\qupp N&\ds&\zw e\bigfl i\relax
\roff{\zw i}\hu j&\oct \hl g&\rlap{Sanc---}&\hu g\enotes
\Notes&\ibbu1b3\bigaccid\qh1{_b}\tqh1c\enotes
\Notes&\ibbu2d0\qh2e\qh2b\qh2c\tqh2e\enotes
\temps\Notes\zhl J\raise 2\Interligne\hbox{\qs}\qupp N&\ds&\hu l&\oct
\ql e&ta&\qu e\enotes
\Notes&\ibbu1b3\qh1b\tqh1c\enotes
\Notes&\ibbu2d0\qh2e\qh2b\qh2c&&\oct
\pt a\ds&&\pt h\ds\enotes
\Notes&\tqh2e&&\oct
\ccl e&\rlap{\kern -\Interligne Ma-}&\ccu e\enotes
\barre
%Takt 58
\Notes\zhl F\raise 2\Interligne\hbox{\qs}\qupp M&\ds&\zhl c\itenl3e\itenu4h\zh e\hu h&\oct
\hl h&ri\rlap{---}&\hu h\enotes
\Notes&\ibbu1b3\qh1a\tqh1c\enotes
\Notes&\ibbu2d0\qh2e\qh2a\qh2c\tqh2e\enotes
\temps\Notes\zhl F\raise 2\Interligne\hbox{\qs}\qupp M&\ds&\tten3\tten4\zh e\zhl h\hu j&\oct
\ql a&a,&\qu a\enotes
\Notes&\ibbu1b3\qh1a\tqh1c\enotes
\Notes&\ibbu2d0\qh2e\qh2a\qh2c\tqh2e&&\oct
\qp&&\qp\enotes
\barre
%Takt 59
\Notes\bigaccid\zhl {^F}\raise\Interligne\hbox{\qs}\qupp J&\ds&\bigaccid
\zw h\hu{_l}&\oct
\hl h&\rlap{sanc---}&\hu h\enotes
\Notes&\ibbu1b3\qh1a\tqh1c\enotes
\Notes&\qsk\bigaccid\ibbu2d0\qh2{_e}\qh2a\qh2c\tqh2e\enotes
\temps\Notes\zhl F\raise\Interligne\hbox{\qs}\qupp J&\ds&\hu o&\oct
\ql c&ta&\qu c\enotes
\Notes&\ibbu1b3\qh1a\tqh1c\enotes
\Notes&\ibbu2d0\qh2e\qh2a\qh2c&&\oct
\pt a\ds&&\pt h\ds\enotes
\Notes&\tqh2e&&\oct
\ccl h&\rlap{\kern -\Interligne Ma-}&\ccu h\enotes
\barre
%Takt 60
\Notes\zhl G\raise 1.6\Interligne\hbox{\qs}\bigaccid\qsk\qupp {_L}&\ds&\zw g\zw j\hu n&\oct
\hl j&ri\rlap{---}&\hl j\enotes
\Notes&\ibbu1b3\qh1b\tqh1c\enotes
\Notes&\bigaccid\qsk\ibbu2d0\qh2{_e}\qh2b\qh2c\tqh2e\enotes
\temps\Notes\zhl G\raise 1.6\Interligne\hbox{\qs}\qupp L&\ds&\bigaccid\hu{_l}&\oct\bigaccid
\ql{_e}&a,&\bigaccid\qu{_e}\enotes
\Notes&\ibbu1b3\qh1b\tqh1c\enotes
\Notes&\ibbu2d0\qh2e\qh2b\qh2c&&\oct
\pt a\ds&&\pt j\ds\enotes
\Notes&\tqh2e&&\oct
\ccl j&\rlap{\kern -\Interligne Ma-}&\ccl j\enotes
\barre
%Takt 61
\Notes\bigaccid\zhl {_H}\raise 2\Interligne\hbox{\qs}\qupp M&\ds&\zw f\hu k&\oct
\hl j&ri\rlap{---}&\hl j\enotes
\Notes&\ibbu1b3\qh1b\tqh1c\enotes
\Notes&\ibbu2d0\qh2d\qh2b\qh2c\tqh2d\enotes
\temps\Notes\zhl H\raise 2\Interligne\hbox{\qs}\qupp M&\ds&\hu j&\oct
\ql d&a!&\qu d\enotes
\Notes&\ibbu1b3\qh1b\tqh1c\enotes
\Notes&\ibbu2d0\qh2d\qh2b\qh2c\tqh2d&&\oct
\pt a\ds\sk\sk\ccl d&&\qp\enotes
\barre
%Takt 62
\Notes\zhl G\raise 2\Interligne\hbox{\qs}\qupp M&\ds&\zw f\hu i&\oct
\itenu5d\hl d&O\rlap{---}&\itenl4d\hu d\enotes
\Notes&\ibbu1b3\qh1N\tqh1b\enotes
\Notes&\ibbu2d0\qh2d\qh2N\qh2b\tqh2d\enotes
\temps\Notes\zhl G\raise 2\Interligne\hbox{\qs}\qupp M&\ds&\zhl b\itenu3g\hu g&\oct
\tten5\ibl4d{-1}\qb4d&&\tten4\cu d\enotes
\Notes&\ibbu1b3\qh1N\tqh1b&&\oct
\qb4d&ra&\ibu5d{-1}\qh5d\enotes
\Notes&\ibbu2d0\qh2d\qh2N&&\oct
\qb4c&&\tqh5c\enotes
\Notes&\qh2b\tqh2d&&\oct
\tqb4b&pro&\cu b\enotes
\barre
%Takt 63
\Notes\zhl G\raise 2\Interligne\hbox{\qs}\qupp L&\ds&\tten3\zw e\hu g&\oct
\qlp g&no\rlap{---}&\Ilegu4l\pt g\qu g\enotes
\Notes&\ibbu1b3\qh1N\tqh1c\enotes
\Notes&\ibbu2d0\qh2e\qh2N\enotes
\Notes&\qh2c\tqh2e&&\oct
\cl e&&\tleg4\cu e\enotes
\temps\Notes\zhl G\raise 2\Interligne\hbox{\qs}\qupp L&\ds&\itenu3j\zhl g\hu j&\oct
\ql c&bis,&\qu c\enotes
\Notes&\ibbu1b3\qh1N\tqh1c\enotes
\Notes&\ibbu2d0\qh2e\qh2N\qh2c\tqh2e&&\oct
\qp&&\qp\enotes
\barre
%Takt 64
\Notes\zhl G\raise 1.6\Interligne\hbox{\qs}\qupp K&\ds&\tten3\itenl3f\zw f\hu j&\oct
\itenu5f\hl f&no\rlap{---}&\itenl4f\hu f\enotes
\Notes&\ibbu1b3\qh1N\tqh1c\enotes
\Notes&\ibbu2e0\qh2f\qh2N\qh2c\tqh2f\enotes
\temps\Notes\zhl G\raise 1.6\Interligne\hbox{\qs}\qupp K&\ds&\zhl c\hu h&\oct
\tten5\ibl4f{-1}\qb4f&&\tten4\cu f\enotes
\Notes&\ibbu1b3\qh1N\tqh1c&&\oct
\qb4f&bis&\cu f\enotes
\Notes&\ibbu2e0\qh2f\qh2N&&\oct
\qb4e&pec-&\cu e\enotes
\Notes&\qh2c\tqh2f&&\oct
\tqb4d&ca-&\cu d\enotes
\barre
%Takt 65
\Notes\zhl G\raise 1.6\Interligne\hbox{\qs}\qupp K&\ds&\tten3\zw f\zhl d\hu i&\oct
\qlp k&\raise\Interligne\hbox{to---}&\Ilegu4k\pt k\ql k\enotes
\Notes&\ibbu1b3\qh1N\tqh1b\enotes
\Notes&\ibbu2e0\qh2f\qh2N\enotes
\Notes&\qh2b\tqh2f&&\oct
\cl i&ri-&\tleg4\cl i\enotes
\temps\Notes\zhl G\raise 1.6\Interligne\hbox{\qs}\qupp K&\ds&\zhl b\hu k&\oct
\ql g&bus,&\qu g\enotes
\Notes&\ibbu1b3\qh1N\tqh1b\enotes
\Notes&\ibbu2e0\qh2f\qh2N\qh2b\tqh2f&&\oct
\qp&&\qp\enotes
\barre
%Takt 66
\Notes\zhl G\raise 1.6\Interligne\hbox{\qs}\qsk\bigaccid
\qupp {_L}&\ds&\bigaccid\zw j\zhl{^f}\hu{_l}&\oct
\itenu5h\hl h&nunc&\itenl4h\hu h\enotes
\Notes&\ibbu1b3\qh1a\tqh1c\enotes
\Notes&\qsk\ibbu2e0\bigaccid\qh2{^f}\qh2a\qh2c\tqh2f\enotes
\temps\Notes\zhl G\raise 1.6\Interligne\hbox{\qs}\qupp L&\ds&\bigaccid\zhl h\hu{^m}&\oct
\tten5\ibl4h1\qb4h&&\tten4\cu h\enotes
\Notes&\ibbu1b3\qh1a\tqh1c&&\oct
\qb4h&et\rlap{---}&\ibu5i1\qh5h\enotes
\Notes&\ibbu2e0\qh2f\qh2a&&\oct
\qb4i&&\tqh5i\enotes
\Notes&\qh2c\tqh2f&&\oct
\tqb4j&in&\cl j\enotes
\barre
%Takt 67
\Notes\zhl G\raise 1.6\Interligne\hbox{\qs}\qsk\bigaccid\qupp {=L}&\ds&\zw g\zh j\hu n&\oct
\itenu5l\hl l&\raise 3\internote\hbox{ho---}&\itenu4l\hl l\enotes
\Notes&\ibbu1b3\qh1N\tqh1c\enotes
\Notes&\ibbu2e0\qh2g\qh2N\qh2c\tqh2g\enotes
\temps\Notes\zhl G\raise 1.6\Interligne\hbox{\qs}\qupp L&\ds&\bigaccid\hu{=l}&\oct
\tten5\ibl4j{-3}\qb4l&&\tten4\ibu5j{-2}\qh5l\enotes
\Notes&\ibbu1b3\qh1N\tqh1c&&\oct
\qb4j&---&\tqh5j\enotes
\Notes&\ibbu2e0\qh2g\qh2N&&\oct
\qb4g&ra,&\cu g\enotes
\Notes&\qh2c\tqh2g&&\oct
\tqb4e&in&\cu e\enotes
\barre
%Takt 68
\Notes\zhl G\raise 1.6\Interligne\hbox{\qs}\qupp K&\ds&\zw f\hu k&\oct
\itenu5d\hl d&ho\rlap{---}&\itenl4d\hu d\enotes
\Notes&\ibbu1b3\qh1N\tqh1c\enotes
\Notes&\ibbu2e0\qh2f\qh2N\qh2c\tqh2f\enotes
\temps\Notes\zhl G\raise 1.6\Interligne\hbox{\qs}\qupp K&\ds&\hu h&\oct
\tten5\ibl4d3\qb4d&&\tten4\ibu5g3\qh5d\enotes
\Notes&\ibbu1b3\qh1N\tqh1c&&\oct
\qb4h&&\tqh5h\enotes
\Notes&\ibbu2e0\qh2f\qh2N&&\oct
\qb4i&ra&\ibu5i{-1}\qh5i\enotes
\Notes&\qh2c\tqh2f&&\oct
\tqb4h&&\tqh5h\enotes
\barre
%Takt 69
\Notes\zhl G\raise 1.6\Interligne\hbox{\qs}\qupp K&\ds&\zw b\zw d\rh f\zhu g&\oct
\ibl4h{-3}\usf h\qb4h&\rlap{mor---}&\ibu5j2\qh5g\enotes
\Notes&\ibbu1b3\qh1N\tqh1b&&\oct
\usf g\qb4g&&\tqh5k\enotes
\Notes&\ibbu2e0\qh2f\qh2N&&\oct
\usf f\qb4f&tis&\ibu5i{-2}\qh5i\enotes
\Notes&\qh2b\tqh2f&&\oct
\usf d\tqb4d&&\tqh5g\enotes
\temps\Notes\zhl G\raise 1.6\Interligne\hbox{\qs}\qupp K&\ds&\hu N&\relax
\lsf i\ibu4i{-3}\qh4i&\rlap{nos---}&\ibu5f{-2}\qh5f\enotes
\Notes&\ibbu1b3\qh1N\tqh1b&&\relax
\lsf h\qh4h&&\tqh5d\enotes
\Notes&\ibbu2e0\qh2f\qh2N&&\relax
\lsf f\qh4f&tr\ae.&\ibu5b{-2}\qh5b\enotes
\Notes&\qh2b\tqh2f&&\relax
\lsf d\tqh4d&&\tqh5N\enotes
\barre
\autolines{19}43\relax
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%Takt 70
\Notes\zhl C\raise\Interligne\hbox{\qs}\qupp J&\ds
&\bigaccid\zw{_b}\roff{\itenu3c\zw c}&\itenl4c\wh c
&A\rlap{---}&\wh c\enotes
\Notes&\ibbu1b3\qh1N\bigaccid\qsk\tqh1{_b}\enotes
\Notes&\ibbu2d0\qh2e\qh2N\qh2b\tqh2e\enotes
\temps\Notes\zhl C\raise\Interligne\hbox{\qs}\qupp J&\ds\enotes
\Notes&\ibbu1b3\qh1N\tqh1b\enotes
\Notes&\ibbu2d0\qh2e\qh2N\qh2b\tqh2e\enotes
\barre
%Takt 71
\Notes\raise\Interligne\rlap{\qs}\wh C\itenl2J\qupp J&\ds&\tten3\zw a\wh c&\tten4\wh c
&\rlap{\kern -\interligne men!}&\hu c\enotes
\Notes&\ibbu1a3\qh1M\tqh1a\enotes
\Notes&\ibbu2e0\qh2c\qh2f\qh2c\tqh2a\enotes
\temps\Notes\tten2\hu J&\ibbu2b0\qh2c\qh2a\qh2M\tqh2a&&\oct
&&\hpause\enotes
\Notes\ibbu3M0\qh3M\qh3K\qh3M\tqh3K\enotes
\barre
%Takt 72
\Notes\zw C\qs\itenl3I\qupp I&\ds&\bigaccid\zw{=b}\wh g&\itenl4N\wh N
&A\rlap{---}&\wh g\enotes
\Notes&\ibbl1h3\qb1g\tqb1i\enotes
\Notes&\ibbl2j{-2}\qb2k\qb2m\qb2k\tqb2i\enotes
\temps\Notes\tten3\hu I&\ibbl2h0\qb2k\qb2i\qb2g\tqb2i&&\enotes
\Notes&\ibbu3e0\qh3d\qh3f\pince n\qh3e\tqh3d\enotes
\barre
%Takt 73
\NOTes\pointdurgue C\zwh C\wh J&\zwh e\zwh g\pointdorgue j\wh j\relax
&\zw N\zw c\wh e&\tten4\wh N&\rlap{\kern -\interligne men!}&\pointdorgue g\wh g\enotes
\finmorceau
\bye

View File

@ -0,0 +1,858 @@
\ifx\mxversion\undefined
\input musixtex
\input musixcpt
\input musixsty
\fi
\input avemaria.reg
\title{Ave Maria (Gounod)}
\csname titremorceautoc\endcsname
\fulltitle{M\'editation -- Ave Maria}
\title{M\'editation -- Ave Maria}
\author{Charles Gounod \& J.-S. Bach\\Transcription Orgue solo Daniel
Taupin\\\& Markus Veittes}
\shortauthor{C. Gounod, J.-S. Bach, D. Taupin}
\subtitle{\relax}
\othermention{G.O.: fl\^ute 8' [+4']\\R\'ecit : fl\^utes 8'+4' [+nasard ou
chalumeau {\it ad lib.}]\\Positif : quinte\\P\'edale : 16', acc.
G.O.\\Gif : 2/9-11-12/20-23/33-37-45/50-52-54}
\maketitle
\staffbotmarg\Interligne
%
\parindent 13mm
\musicsize=20
\normal
\relativeaccidentals
\def\oct{\advance\transpose by 7\relax}
\def\nbinstruments{3}
\def\instrumenti{P\'edale}
\def\instrumentii{G.O.}
%\def\interinstrumenti{-2\Interligne}
%\def\interinstrumentii{-2\Interligne}
\def\instrumentiii{Positif}
\nbporteesi=1\relax
\nbporteesii=1\relax
\nbporteesiii=1\relax
\generalmeter{\meterC}%
\cleftoksi{{6}{0}{0}{0}}
\cleftoksii{{0}{0}{0}{0}}
\cleftoksiii{{0}{0}{0}{0}}
%\raggedlinestrue % uncomment for ragged right lines
\debutmorceau
\def\OrgNotes#1&#2&#3&#4&#5&#6\enotes{\Notes#1&#2&\relax#5\enotes}%
\def\orgNotes#1&#2&#3&#4&#5&#6&#7\enotes{\Notes#1&#2&\relax#4\enotes}%
\def\orgNOTes#1&#2&#3&#4&#5&#6&#7\enotes{\NOTes#1&#2&\relax#4\enotes}%
%\check
%Takt 1
\Notes\zhl c\raise 5.5\Interligne \hbox{\qs}\qupp e&\ds\enotes
\Notes&\ibbl0j3\qb0g\tqb0j\enotes
\Notes&\ibbl1k0\qb1l\qb1g\qb1j\tqb1l\enotes
\Notes\zhl c\raise 5.5\Interligne \hbox{\qs}\qupp e&\ds&\pause\enotes
\Notes&\ibbl2j3\qb2g\tqb2j\enotes
\Notes&\ibbl3k0\qb3l\qb3g\qb3j\tqb3l\enotes
\barre
%\check
%Takt 2
\Notes\zhl c\raise 5.5\Interligne \hbox{\qs}\qupp d&\ds\enotes
\Notes&\ibbl1j3\qb1h\tqb1k\enotes
\Notes&\ibbl2k0\qb2m\qb2h\qb2k\tqb2m\enotes
\Notes\zhl c\raise 5.5\Interligne \hbox{\qs}\qupp d&\ds&\pause\enotes
\Notes&\ibbl1j3\qb1h\tqb1k\enotes
\Notes&\ibbl2k0\qb2m\qb2h\qb2k\tqb2m\enotes
\barre
%\check
%Takt 3
\Notes\zhl b\raise 5.5\Interligne \hbox{\qs}\qupp d&\ds\enotes
\Notes&\ibbl1j3\qb1g\tqb1k\enotes
\Notes&\ibbl2k0\qb2m\qb2g\qb2k\tqb2m\enotes
\Notes\zhl b\raise 5.5\Interligne \hbox{\qs}\qupp d&\ds&\pause\enotes
\Notes&\ibbl1j3\qb1g\tqb1k\enotes
\Notes&\ibbl2k0\qb2m\qb2g\qb2k\tqb2m\enotes
\barre
%\check
%Takt 4
\Notes\zhl c\raise 5.5\Interligne \hbox{\qs}\qupp e&\ds\enotes
\Notes&\ibbl0j3\qb0g\tqb0j\enotes
\Notes&\ibbl1k0\qb1l\qb1g\qb1j\tqb1l\enotes
\Notes\zhl c\raise 5.5\Interligne \hbox{\qs}\qupp e&\ds&\pause\enotes
\Notes&\ibbl2j3\qb2g\tqb2j\enotes
\Notes&\ibbl3k0\qb3l\qb3g\qb3j\tqb3l\enotes
\barre
%\check
%Takt 5
\Notes\zhl c\raise 5.5\Interligne \hbox{\qs}\qupp e&\ds&\wh e\enotes
\Notes&\ibbl0j3\qb0g\tqb0j\enotes
\Notes&\ibbl1k0\qb1l\qb1g\qb1j\tqb1l\enotes
\Notes\zhl c\raise 5.5\Interligne \hbox{\qs}\qupp e&\ds\enotes
\Notes&\ibbl2j3\qb2g\tqb2j\enotes
\Notes&\ibbl3k0\qb3l\qb3g\qb3j\tqb3l\enotes
\barre
%\check
%Takt 6
\Notes\zhl c\raise 5.5\Interligne \hbox{\qs}\qupp d&\ds&\hupp f\enotes
\Notes&\ibbl1j3\qb1h\tqb1k\enotes
\Notes&\ibbl2k0\qb2m\qb2h\qb2k\tqb2m\enotes
\Notes\zhl c\raise 5.5\Interligne \hbox{\qs}\qupp d&\ds\enotes
\Notes&\ibbl1j3\qb1h\tqb1k\enotes
\Notes&\ibbl2k0\qb2m\qb2h\enotes
\Notes&\qb2k\tqb2m&\cu f\enotes
\barre
%\check
%Takt 7
\Notes\zhl b\raise 5.5\Interligne \hbox{\qs}\qupp d&\ds&\hup g\enotes
\Notes&\ibbl1j3\qb1g\tqb1k\enotes
\Notes&\ibbl2k0\qb2m\qb2g\qb2k\tqb2m\enotes
\Notes\zhl b\raise 5.5\Interligne \hbox{\qs}\qupp d&\ds\enotes
\Notes&\ibbl1j3\qb1g\tqb1k\enotes
\Notes&\ibbl2k0\qb2m\qb2g\qb2k\tqb2m&\qu d\enotes
\barre
%\check
%Takt 8
\Notes\zhl c\raise 5.5\Interligne \hbox{\qs}\qupp e&\ds&\hup e\enotes
\Notes&\ibbl0j3\qb0g\tqb0j\enotes
\Notes&\ibbl1k0\qb1l\qb1g\qb1j\tqb1l\enotes
\Notes\zhl c\raise 5.5\Interligne \hbox{\qs}\qupp e&\ds\enotes
\Notes&\ibbl2j3\qb2g\tqb2j\enotes
\Notes&\ibbl3k0\qb3l\qb3g\qb3j\tqb3l&\qp\enotes
\barre
%\check
%Takt 9
\Notes\zhl c\raise 5.5\Interligne \hbox{\qs}\qupp e&\ds&\itenl4h\hu h\enotes
\Notes&\ibbl0j3\qb0h\tqb0l\enotes
\Notes&\ibbl1k0\qb1o\qb1h\qb1l\tqb1o\enotes
\Notes\zhl c\raise 5.5\Interligne \hbox{\qs}\qupp e&\ds&\tten4\cu h\enotes
\Notes&\ibbl0j3\qb0h\tqb0l&\Ibu5ac4\qh5a\enotes
\Notes&\ibbl1k0\qb1o\qb1h&\qh5b\enotes
\Notes&\qb1l\tqb1o&\tqh5c\enotes
\barre
%\check
%Takt 10
\Notes\zhl c\raise 5.5\Interligne \hbox{\qs}\qupp d&\ds&\qup d\enotes
\Notes&\ibbu1g3\bigaccid\qh1{^f}\tqh1h\enotes
\Notes&\ibbu2i0\qh2k\qh2f\enotes
\Notes&\qh2h\tqh2k&\cu e\enotes
\Notes\zhl c\raise 5.5\Interligne \hbox{\qs}\qupp d&\ds&\qu d\enotes
\Notes&\ibbu1g3\qh1f\tqh1h\enotes
\Notes&\ibbu2i0\qh2k\qh2f\qh2h\tqh2k&\qp\enotes
\barre
%\check
%Takt 11
\Notes\zhl b\raise 5.5\Interligne \hbox{\qs}\qupp d&\ds&\itenu4g\hu g\enotes
\Notes&\ibbl1j3\qb1g\tqb1k\enotes
\Notes&\ibbl2k0\qb2n\qb2g\qb2k\tqb2n\enotes
\Notes\zhl b\raise 5.5\Interligne \hbox{\qs}\qupp d&\ds&\tten4\cu g\enotes
\Notes&\ibbl1j3\qb1g\tqb1k&\Ibu5Nb4\qh5N\enotes
\Notes&\ibbl2k0\qb2n\qb2g&\qh5a\enotes
\Notes&\qb2k\tqb2n&\tqh5b\enotes
\barre
%\check
%Takt 12
\Notes\zhl b\raise 5.5\Interligne \hbox{\qs}\qupp c&\ds&\qup c\enotes
\Notes&\ibbu1f3\qh1e\tqh1g\enotes
\Notes&\ibbu2i0\qh2j\qh2e\enotes
\Notes&\qh2g\tqh2j&\cu d\enotes
\Notes\zhl b\raise 5.5\Interligne \hbox{\qs}\qupp c&\ds&\qu c\enotes
\Notes&\ibbu1f3\qh1e\tqh1g\enotes
\Notes&\ibbu2i0\qh2j\qh2e\qh2g\tqh2j&\qp\enotes
%
\barre
%\check
%Takt 13
\Notes\zhl a\raise 5\Interligne\hbox{\qs}\qupp c&\ds&\itenu4j\hu j\enotes
\Notes&\ibbu1f3\qh1e\tqh1g\enotes
\Notes&\ibbu2i0\qh2j\qh2e\qh2g\tqh2j\enotes
\Notes\zhl a\raise 5\Interligne\hbox{\qs}\qupp c&\ds&\tten4\cu j\enotes
\Notes&\ibbu1f3\qh1e\tqh1g&\Ibu5ce4\qh5c\enotes
\Notes&\ibbu2i0\qh2j\qh2e&\qh5d\enotes
\Notes&\qh2g\tqh2j&\tqh5e\enotes
\barre
%\check
%Takt 14
\Notes\zhl K\raise 3.5\Interligne\hbox{\qs}\qupp a&\ds&\bigaccid\qup {^f}\enotes
\Notes&\ibbu1f3\qh1d\bigaccid\qsk\tqh1{^f}\enotes
\Notes&\ibbu2i0\qh2j\qh2d\enotes
\Notes&\qh2f\tqh2j&\cu e\enotes
\Notes\zhl K\raise 3.5\Interligne\hbox{\qs}\qupp a&\ds&\qu d\enotes
\Notes&\ibbu1f3\qh1d\tqh1f\enotes
\Notes&\ibbu2i0\qh2j\qh2d\qh2f\tqh2j&\qu a\enotes
\barre
%\check
%Takt 15
\def\atnextline{\staffbotmarg3\Interligne}%
\Notes\zhl N\raise 4.2\Interligne\hbox{\qs}\qupp b&\ds&\hu b\enotes
\Notes&\ibbu1f3\qh1d\tqh1g\enotes
\Notes&\ibbu2i0\qh2i\qh2d\qh2g\tqh2i\enotes
\Notes\zhl N\raise 4.2\Interligne\hbox{\qs}\qupp b&\ds&\qp\enotes
\Notes&\ibbu1f3\qh1d\tqh1g\enotes
\Notes&\ibbu2i0\qh2i\qh2d\qh2g\tqh2i&\qu d\enotes
\barre
%\check
%Takt 16
\Notes\zhl N\raise 4.2\Interligne\hbox{\qs}\bigaccid\qsk\qupp{_b}&\ds&\itenl4e\hu e\enotes
\Notes&\ibbu1f3\qh1e\tqh1g\enotes
\Notes&\bigaccid\qsk\ibbu2i0\qh2{^j}\qh2e\qh2g\tqh2j\enotes
\Notes\zhl N\raise 4.2\Interligne\hbox{\qs}\qupp b&\ds&\tten4\cu e\enotes
\Notes&\ibbu1f3\qh1e\tqh1g&\Ibu4eg4\qh4e\enotes
\Notes&\ibbu2i0\qh2j\qh2e&\qh4f\enotes
\Notes&\qh2g\tqh2j&\tqh4g\enotes
\barre
%\check
%Takt 17
\Notes\zhl M\raise 3.8\Interligne\hbox{\qs}\qupp a&\ds&\ppt h\qu h\enotes
\Notes&\ibbu1g3\qh1d\tqh1h\enotes
\Notes&\ibbu2i0\qh2k\qh2d\qh2h\enotes
\Notes&\tqh2k&\ccu a\enotes
\Notes\zhl M\raise 3.8\Interligne\hbox{\qs}\qupp a&\ds&\qu a\enotes
\Notes&\ibbu1g3\qh1d\tqh1h\enotes
\Notes&\ibbu2i0\qh2k\qh2d\qh2h\tqh2k&\qp\enotes
\barre
%\check
%Takt 18
\Notes\zhl M\raise 3.8\Interligne\hbox{\qs}\bigaccid\qsk\qupp{_a}&\ds&\itenl4d\hu d\enotes
\Notes&\ibbu1f3\qh1d\tqh1f\enotes
\Notes&\ibbu2i0\qh2i\qh2d\qh2f\tqh2i\enotes
\Notes\zhl M\raise 3.8\Interligne\hbox{\qs}\qupp a&\ds&\tten4\cu d\enotes
\Notes&\ibbu1f3\qh1d\tqh1f&\Ibu5df4\qh5d\enotes
\Notes&\ibbu2i0\qh2i\qh2d&\qh5e\enotes
\Notes&\qh2f\tqh2i&\tqh5f\enotes
\barre
%\check
%Takt 19
\Notes\zhl L\raise 3.5\Interligne\hbox{\qs}\qupp N&\ds&\hu g\enotes
\Notes&\ibbu1f3\qh1c\tqh1g\enotes
\Notes&\ibbu2i0\qh2j\qh2c\qh2g\tqh2j\enotes
\Notes\zhl L\raise 3.5\Interligne\hbox{\qs}\qupp N&\ds&\qu N\enotes
\Notes&\ibbu1f3\qh1c\tqh1g\enotes
\Notes&\ibbu2i0\qh2j\qh2c\qh2g\tqh2j&\qp\enotes
\barre
%\check
%Takt 20
\Notes\zhl L\raise 3.5\Interligne\hbox{\qs}\qupp M&\ds&\itenl4c\hu c\enotes
\Notes&\ibbu1c3\qh1a\tqh1c\enotes
\Notes&\ibbu2e0\qh2f\qh2a\qh2c\tqh2f\enotes
\Notes\zhl L\raise 3.5\Interligne\hbox{\qs}\qupp M&\ds&\tten4\cu c\enotes
\Notes&\ibbu1c3\qh1a\tqh1c&\Ibu5ce4\qh5c\enotes
\Notes&\ibbu2e0\qh2f\qh2a&\qh5d\enotes
\Notes&\qh2c\tqh2f&\tqh5e\enotes
\barre
%\check
%Takt 21
\Notes\zhl K\raise 3\Interligne\hbox{\qs}\qupp M&\ds&\itenl4f\hu f\enotes
\Notes&\ibbu1c3\qh1a\tqh1c\enotes
\Notes&\ibbu2e0\qh2f\qh2a\qh2c\tqh2f\enotes
\Notes\zhl K\raise 3\Interligne\hbox{\qs}\qupp M&\ds&\tten4\cu f\enotes
\Notes&\ibbu1c3\qh1a\tqh1c&\Ibu5fh4\qh5f\enotes
\Notes&\ibbu2e0\qh2f\qh2a&\qh5g\enotes
\Notes&\qh2c\tqh2f&\tqh5h\enotes
\barre
%\check
%Takt 22
\Notes\zhl G\raise 1.6\Interligne\hbox{\qs}\qupp K&\ds&\qlp i\enotes
\Notes&\ibbu1b3\qh1N\tqh1b\enotes
\Notes&\ibbu2e0\qh2f\qh2N\enotes
\Notes&\qh2b\tqh2f&\cl h\enotes
\Notes\zhl G\raise 1.6\Interligne\hbox{\qs}\qupp K&\ds&\qu g\enotes
\Notes&\ibbu1b3\qh1N\tqh1b\enotes
\Notes&\ibbu2e0\qh2f\qh2N\qh2b\tqh2f&\qu d\enotes
\barre
%\check
%Takt 23
\Notes\zhl J\raise 2\Interligne\hbox{\qs}\qupp L&\ds&\hup e\enotes
\Notes&\ibbu1b3\qh1N\tqh1c\enotes
\Notes&\ibbu2d0\qh2e\qh2N\qh2c\tqh2e\enotes
\Notes\zhl J\raise 2\Interligne\hbox{\qs}\qupp L&\ds\enotes
\Notes&\ibbu1b3\qh1N\tqh1c&\enotes
\Notes&\ibbu2d0\qh2e\qh2N\qh2c\tqh2e&\qp\enotes
\barre
%\check
%Takt 24
\Notes\zhl J\raise 2\Interligne\hbox{\qs}\qupp N&\ds&\hu g\enotes
\Notes&\bigaccid\ibbu1b3\qh1{_b}\tqh1c\enotes
\Notes&\ibbu2d0\qh2e\qh2b\qh2c\tqh2e\enotes
\Notes\zhl J\raise 2\Interligne\hbox{\qs}\qupp N&\ds&\qu e\enotes
\Notes&\ibbu1b3\qh1b\tqh1c\enotes
\Notes&\ibbu2d0\qh2e\qh2b\qh2c&\pt h\ds\enotes
\Notes&\tqh2e&\ccu e\enotes
\barre
%\check
%Takt 25
\Notes\zhl F\raise 2\Interligne\hbox{\qs}\qupp M&\ds&\hu h\enotes
\Notes&\ibbu1b3\qh1a\tqh1c\enotes
\Notes&\ibbu2d0\qh2e\qh2a\qh2c\tqh2e\enotes
\Notes\zhl F\raise 2\Interligne\hbox{\qs}\qupp M&\ds&\qu a\enotes
\Notes&\ibbu1b3\qh1a\tqh1c\enotes
\Notes&\ibbu2d0\qh2e\qh2a\qh2c\tqh2e&\qp\enotes
\barre
%\check
%Takt 26
\Notes\bigaccid\zhl {^F}\raise\Interligne\hbox{\qs}\qupp J&\ds&\hu h\enotes
\Notes&\ibbu1b3\qh1a\tqh1c\enotes
\Notes&\bigaccid\qsk\ibbu2d0\qh2{_e}\qh2a\qh2c\tqh2e\enotes
\Notes\zhl F\raise\Interligne\hbox{\qs}\qupp J&\ds&\qu c\enotes
\Notes&\ibbu1b3\qh1a\tqh1c\enotes
\Notes&\ibbu2d0\qh2e\qh2a\qh2c&\qsk\pt h\ds\enotes
\Notes&\tqh2e&\ccu h\enotes
\barre
%\check
%Takt 27
\Notes\zhl G\raise 1.6\Interligne\hbox{\qs}\qsk\bigaccid\qupp {_L}&\ds&\hl j\enotes
\Notes&\ibbu1b3\qh1b\tqh1c\enotes
\Notes&\bigaccid\qsk\ibbu2d0\qh2{_e}\qh2b\qh2c\tqh2e\enotes
\Notes\zhl G\raise 1.6\Interligne\hbox{\qs}\qupp L&\ds&\bigaccid\qu{_e}\enotes
\Notes&\ibbu1b3\qh1b\tqh1c\enotes
\Notes&\ibbu2d0\qh2e\qh2b\qh2c&\pt j\ds\enotes
\Notes&\tqh2e&\ccl j\enotes
\barre
%\check
%Takt 28
\Notes\bigaccid\zhl {_H}\raise 2\Interligne\hbox{\qs}\qupp M&\ds&\hl j\enotes
\Notes&\ibbu1b3\qh1b\tqh1c\enotes
\Notes&\ibbu2d0\qh2d\qh2b\qh2c\tqh2d\enotes
\Notes\zhl H\raise 2\Interligne\hbox{\qs}\qupp M&\ds&\qu d\enotes
\Notes&\ibbu1b3\qh1b\tqh1c\enotes
\Notes&\ibbu2d0\qh2d\qh2b\qh2c\tqh2d&\qp\enotes
\barre
%\check
%Takt 29
\Notes\zhl G\raise 2\Interligne\hbox{\qs}\qupp M&\ds&\itenl4d\hu d\enotes
\Notes&\ibbu1b3\qh1N\tqh1b\enotes
\Notes&\ibbu2d0\qh2d\qh2N\qh2b\tqh2d\enotes
\Notes\zhl G\raise 2\Interligne\hbox{\qs}\qupp M&\ds&\tten4\cu d\enotes
\Notes&\ibbu1b3\qh1N\tqh1b&\Ibu5db4\qh5d\enotes
\Notes&\ibbu2d0\qh2d\qh2N&\qh5c\enotes
\Notes&\qh2b\tqh2d&\tqh5 b\enotes
\barre
%\check
%Takt 30
\Notes\zhl G\raise 2\Interligne\hbox{\qs}\qupp L&\ds&\qup g\enotes
\Notes&\ibbu1b3\qh1N\tqh1c\enotes
\Notes&\ibbu2d0\qh2e\qh2N\enotes
\Notes&\qh2c\tqh2e&\cu e\enotes
\Notes\zhl G\raise 2\Interligne\hbox{\qs}\qupp L&\ds&\qu c\enotes
\Notes&\ibbu1b3\qh1N\tqh1c\enotes
\Notes&\ibbu2d0\qh2e\qh2N\qh2c\tqh2e&\qp\enotes
\barre
%\check
%Takt 31
\Notes\zhl G\raise 1.6\Interligne\hbox{\qs}\qupp K&\ds&\itenl4f\hu f\enotes
\Notes&\ibbu1b3\qh1N\tqh1c\enotes
\Notes&\ibbu2e0\qh2f\qh2N\qh2c\tqh2f\enotes
\Notes\zhl G\raise 1.6\Interligne\hbox{\qs}\qupp K&\ds&\tten4\cu f\enotes
\Notes&\ibbu1b3\qh1N\tqh1c&\Ibu5fd4\qh5f\enotes
\Notes&\ibbu2e0\qh2f\qh2N&\qh5e\enotes
\Notes&\qh2c\tqh2f&\tqh5d\enotes
\barre
%\check
%Takt 32
\Notes\zhl G\raise 1.6\Interligne\hbox{\qs}\qupp K&\ds&\qlp k\enotes
\Notes&\ibbu1b3\qh1N\tqh1b\enotes
\Notes&\ibbu2e0\qh2f\qh2N\enotes
\Notes&\qh2b\tqh2f&\cl i\enotes
\Notes\zhl G\raise 1.6\Interligne\hbox{\qs}\qupp K&\ds&\qu g\enotes
\Notes&\ibbu1b3\qh1N\tqh1b\enotes
\Notes&\ibbu2e0\qh2f\qh2N\qh2b\tqh2f&\qp\enotes
\barre
%\check
%Takt 33
\Notes\zhl G\raise 1.6\Interligne\hbox{\qs}\bigaccid\qsk\qupp {_L}&\ds&\itenl4h\hu h\enotes
\Notes&\ibbu1b3\qh1a\tqh1c\enotes
\Notes&\bigaccid\qsk\ibbu2e0\qh2{^f}\qh2a\qh2c\tqh2f\enotes
\Notes\zhl G\raise 1.6\Interligne\hbox{\qs}\qupp L&\ds&\tten4\cu h\enotes
\Notes&\ibbu1b3\qh1a\tqh1c&\Ibu5hj4\qh5h\enotes
\Notes&\ibbu2e0\qh2f\qh2a&\qh5i\enotes
\Notes&\qh2c\tqh2f&\tqh5j\enotes
\barre
%\check
%Takt 34
\Notes\zhl G\raise 1.6\Interligne\hbox{\qs}\bigaccid\qsk\qupp {=L}&\ds&\itenu4l\hl l\enotes
\Notes&\ibbu1b3\qh1N\tqh1c\enotes
\Notes&\ibbu2e0\qh2g\qh2N\qh2c\tqh2g\enotes
\Notes\zhl G\raise 1.6\Interligne\hbox{\qs}\qupp L&\ds&\tten4\cl l\enotes
\Notes&\ibbu1b3\qh1N\tqh1c&\Ibu5je4\qh5j\enotes
\Notes&\ibbu2e0\qh2g\qh2N&\qh5g\enotes
\Notes&\qh2c\tqh2g&\tqh5e\enotes
\barre
%\check
%Takt 35
\Notes\zhl G\raise 1.6\Interligne\hbox{\qs}\qupp K&\ds&\itenl4d\hu d\enotes
\Notes&\ibbu1b3\qh1N\tqh1c\enotes
\Notes&\ibbu2e0\qh2f\qh2N\qh2c\tqh2f\enotes
\Notes\zhl G\raise 1.6\Interligne\hbox{\qs}\qupp K&\ds&\tten4\ibu5g3\qh5d\enotes
\Notes&\ibbu1b3\qh1N\tqh1c&\tqh5h\enotes
\Notes&\ibbu2e0\qh2f\qh2N&\ibu5i{-1}\qh5i\enotes
\Notes&\qh2c\tqh2f&\tqh5h\enotes
\barre
%\check
%Takt 36
\Notes\zhl G\raise 1.6\Interligne\hbox{\qs}\qupp K&\ds&\ibu5j2\qh5g\enotes
\Notes&\ibbu1b3\qh1N\tqh1b&\tqh5k\enotes
\Notes&\ibbu2e0\qh2f\qh2N&\ibu5i{-2}\qh5i\enotes
\Notes&\qh2b\tqh2f&\tqh5g\enotes
\Notes\zhl G\raise 1.6\Interligne\hbox{\qs}\qupp K&\ds&\ibu5f{-2}\qh5f\enotes
\Notes&\ibbu1b3\qh1N\tqh1b&\tqh5d\enotes
\Notes&\ibbu2e0\qh2f\qh2N&\ibu5b{-2}\qh5b\enotes
\Notes&\qh2b\tqh2f&\tqh5N\enotes
\barre
%\check
%Takt 37
\Notes\zhu C\raise\Interligne\hbox{\qs}\qupp J&\ds&\itenl4c\hu c\enotes
\Notes&\ibbu1b3\qh1N\tqh1c\enotes
\Notes&\ibbu2d0\qh2e\qh2N\qh2c\tqh2e\enotes
\Notes\zhl J\raise2\Interligne\hbox{\qs}\qupp L&\ds&\tten4\qu c\enotes
\Notes&\ibbu1b3\qh1N\tqh1c&\uptext{R\'ecit (doux)}\enotes
\Notes&\ibbu2d0\qh2e\qh2N\qh2c\tqh2e&\qp\enotes
\barre
%\check
%Takt 38
\Notes\zhl c\raise 5.5\Interligne\qs\qupp e&\ds&\wh l\enotes
\Notes&\ibbl0j3\qb0g\tqb0j\enotes
\Notes&\ibbl1k0\qb1l\qb1g\qb1j\tqb1l&\raise -2\Interligne\hpause\enotes
\Notes\zhl c\raise 5.5\Interligne\qs\qupp e&\ds&\hl g\enotes
\Notes&\ibbl2j3\qb2g\tqb2j\enotes
\Notes&\ibbl3k0\qb3l\qb3g\qb3j\tqb3l\enotes
\barre
%\check
%Takt 39
\Notes\zhl c\raise 5.5\Interligne \hbox{\qs}\qupp d&\ds&\wh m\enotes
\Notes&\ibbl1j3\qb1h\tqb1k\enotes
\Notes&\ibbl2k0\qb2m\qb2h\qb2k\tqb2m&\raise -2\Interligne\hpause\enotes
\Notes\zhl c\raise 5.5\Interligne\qs\qupp d&\ds&\hl h\enotes
\Notes&\ibbl1j3\qb1h\tqb1k\enotes
\Notes&\ibbl2k0\qb2m\qb2h\enotes
\Notes&\qb2k\tqb2m\enotes
\barre
%\check
%Takt 40
\Notes\zhl b\raise 5.5\Interligne \hbox{\qs}\qupp d&\ds&\zhl i\hup n\enotes
\Notes&\ibbl1j3\qb1g\tqb1k\enotes
\Notes&\ibbl2k0\qb2m\qb2g\qb2k\tqb2m\enotes
\Notes\zhl b\raise 5.5\Interligne\qs\qupp d&\ds&\hl f\enotes
\Notes&\ibbl1j3\qb1g\tqb1k\enotes
\Notes&\ibbl2k0\qb2m\qb2g\qb2k\tqb2m&\qu k\enotes
\barre
%\check
%Takt 41
\Notes\zhl c\raise 5.5\Interligne \hbox{\qs}\qupp e&\ds&\zhlp g\hup l\enotes
\Notes&\ibbl0j3\qb0g\tqb0j\enotes
\Notes&\ibbl1k0\qb1l\qb1g\qb1j\tqb1l\enotes
\Notes\zhl c\raise 5.5\Interligne \hbox{\qs}\qupp e&\ds\enotes
\Notes&\ibbl2j3\qb2g\tqb2j\enotes
\Notes&\ibbl3k0\qb3l\qb3g\qb3j\tqb3l&\qp\enotes
\barre
%\check
%Takt 42
\Notes\zhl c\raise 5.5\Interligne \hbox{\qs}\qupp e&\ds&\relax
{\roffset{0.3}{\zhu j}}\oct
\itenu5h\hl h\enotes
\Notes&\ibbl0j3\qb0h\tqb0l\enotes
\Notes&\ibbl1k0\qb1o\qb1h\qb1l\tqb1o\enotes
\Notes\zhl c\raise 5.5\Interligne \hbox{\qs}\qupp
e&\ds&{\roffset {0.3}{\zhu l}}\oct
\tten5\ibl4a0\qb4h\enotes
\Notes&\ibbl0j3\qb0h\tqb0l&\oct\qb4a\enotes
\Notes&\ibbl1k0\qb1o\qb1h&\oct\qb4b\enotes
\Notes&\qb1l\tqb1o&\oct\tqb4c\enotes
\barre
%\check
%Takt 43
\Notes\zhl c\raise 5.5\Interligne \hbox{\qs}\qupp d&\ds&\itenu5o{\zhu o}\oct
\qlp d\enotes
\Notes&\ibbu1g3\bigaccid\qh1{^f}\tqh1h\enotes
\Notes&\ibbu2i0\qh2k\qh2f\enotes
\Notes&\qh2h\tqh2k&\oct \cl e\enotes
\Notes\zhl c\raise 5.5\Interligne \hbox{\qs}\qupp d&\ds&\tten5{\ibu3m{-2}\zqh3o}\oct
\ql d\enotes
\Notes&\ibbu1g3\qh1f\tqh1h&{\qh3h}\enotes
\Notes&\ibbu2i0\qh2k\qh2f\qh2h\tqh2k&\raise -2\Interligne\rlap{\qp}{\qh3i\sk\tqh3j}\enotes
\barre
%\check
%Takt 44
\Notes\zhl b\raise 5.5\Interligne \hbox{\qs}\qupp d&\ds&\relax
\rlap{\roffset{0.3}{\qupp k}}\oct
\normalnotesize\itenu5g\hl g\enotes
\Notes&\ibbl1j3\qb1g\tqb1k\enotes
\Notes&\ibbl2k0\qb2n\qb2g\qb2k\tqb2n&\sk\sk\sk\ccu l\enotes
\Notes\zhl b\raise 5.5\Interligne \hbox{\qs}\qupp d&\ds&\roffset {0.5}{\zhu k}\oct
\normalnotesize\tten5\ibl4N0\qb4g\enotes
\Notes&\ibbl1j3\qb1g\tqb1k&\oct \qb4N\enotes
\Notes&\ibbl2k0\qb2n\qb2g&\oct
\qb4a\enotes \Notes&\qb2k\tqb2n&\oct \tqb4b\enotes
\barre
%\check
%Takt 45
\Notes\zhl b\raise 5.5\Interligne \hbox{\qs}\qupp c&\ds&{\itenu3n\zhu n}\oct
\qlp c\enotes
\Notes&\ibbu1f3\qh1e\tqh1g\enotes
\Notes&\ibbu2i0\qh2j\qh2e\enotes
\Notes&\qh2g\tqh2j&\oct
\cl d\enotes
\Notes\zhl b\raise 5.5\Interligne \hbox{\qs}\qupp c&\ds&{\tten3\ibu3l{-3}\zqh3n}\oct
\ql c\enotes
\Notes&\ibbu1f3\qh1e\tqh1g&\qh3g\enotes
\Notes&\ibbu2i0\qh2j\qh2e\qh2g\tqh2j&\raise -2.5\Interligne\rlap{\qp}\qh3h\sk\tqh3i\enotes
%
\barre
%\check
%Takt 46
\Notes\zhl a\raise 5\Interligne\hbox{\qs}\qupp c&\ds&\relax
{\roffset{0.3}{\zhl j}}\oct
\itenu5j\hu j\enotes
\Notes&\ibbu1f3\qh1e\tqh1g\enotes
\Notes&\ibbu2i0\qh2j\qh2e\qh2g\tqh2j\enotes
\Notes\zhl a\raise 5\Interligne\qs\qupp c&\ds&{\zql h}\oct
\tten5\cu j\enotes
\Notes&\ibbu1f3\qh1e\tqh1g&\oct
\Ibu4ce4\qh4c\enotes
\Notes&\ibbu2i0\qh2j\qh2e&{\zql g}\oct
\qh4d\enotes
\Notes&\qh2g\tqh2j&\oct
\tqh4e\enotes
\barre
%\check
%Takt 47
\Notes\zhl K\raise 3.5\Interligne\hbox{\qs}\qupp a&\ds
&\bigaccid\zhlp h\oct
\qup{^f}\enotes
\Notes&\ibbu1f3\qh1d\bigaccid\qsk\tqh1{^f}\enotes
\Notes&\ibbu2i0\qh2j\qh2d\enotes
\Notes&\qh2f\tqh2j&\oct \cu e\enotes
\Notes\zhl K\raise 3.5\Interligne\hbox{\qs}\qupp a&\ds&\oct
\qu d\enotes
\Notes&\ibbu1f3\qh1d\tqh1f\enotes
\Notes&\ibbu2i0\qh2j\qh2d\qh2f\tqh2j&\oct
\zql a\qu a\enotes
\barre
%\check
%Takt 48
\Notes\zhl N\raise 4.2\Interligne\hbox{\qs}\qupp b&\ds&\relax
{\zw g}\oct \hu b\enotes
\Notes&\ibbu1f3\qh1d\tqh1g\enotes
\Notes&\ibbu2i0\qh2i\qh2d\qh2g\tqh2i\enotes
\Notes\zhl N\raise 4.2\Interligne\qs\qupp b&\ds&\relax
\raise\Interligne\qp\enotes
\Notes&\ibbu1f3\qh1d\tqh1g\enotes
\Notes&\ibbu2i0\qh2i\qh2d\qh2g\tqh2i&\oct
\qu d\enotes
\barre
%\check
%Takt 49
\Notes\zhl N\raise 4.2\Interligne\hbox{\qs}\bigaccid\qsk\qupp{_b}&\ds&\zw{^j}\oct
\itenu5e\hu e\enotes
\Notes&\ibbu1f3\qh1e\tqh1g\enotes
\Notes&\bigaccid\qsk\ibbu2i0\qh2{^j}\qh2e\qh2g\tqh2j\enotes
\Notes\zhl N\raise 4.2\Interligne\hbox{\qs}\qupp b&\ds&\oct
\tten5\cu e&\enotes
\Notes&\ibbu1f3\qh1e\tqh1g&\oct
\Ibu5eg4\qh5e\enotes
\Notes&\ibbu2i0\qh2j\qh2e&\oct
\qh5f\enotes
\Notes&\qh2g\tqh2j&\oct
\tqh5g\enotes
\barre
%\check
%Takt 50
\Notes\zhl M\raise 3.8\Interligne\hbox{\qs}\qupp a&\ds&
\rlap{\hlp k}\oct \itenu4h\hu h\enotes
\Notes&\ibbu1g3\qh1d\tqh1h\enotes
\Notes&\ibbu2i0\qh2k\qh2d\qh2h\enotes
\Notes&\tqh2k\enotes
\Notes\zhl M\raise 3.8\Interligne\qs\qupp a&\ds&\tten4\relax
\oct \cu h\enotes
\Notes&\ibbu1g3\qh1d\tqh1h&{\Ibu3hj4\qh3h}\enotes
\Notes&\ibbu2i0\qh2k\qh2d\qh2h\tqh2k&\qh3i\sk\tqh3j\enotes
\barre
%\check
%Takt 51
\Notes\zhl M\raise 3.8\Interligne\hbox{\qs}\bigaccid\qsk\qupp{_a}&\ds&\bigaccid\zw {=i}\oct\itenu5d\hu d\enotes
\Notes&\ibbu1f3\qh1d\tqh1f\enotes
\Notes&\ibbu2i0\qh2i\qh2d\qh2f\tqh2i\enotes
\Notes\zhl M\raise 3.8\Interligne\hbox{\qs}\qupp a&\ds&\oct
\tten5\cu d\enotes
\Notes&\ibbu1f3\qh1d\tqh1f&\oct
\Ibu4df4\qh4d\enotes
\Notes&\ibbu2i0\qh2i\qh2d&\oct
\qh4e\enotes
\Notes&\qh2f\tqh2i&\oct
\tqh4f\enotes
\barre
%\check
%Takt 52
\Notes\zhl L\raise 3.5\Interligne\hbox{\qs}\qupp N&\ds&{\zhlp j}\oct
\itenu4g\hu g\enotes
\Notes&\ibbu1f3\qh1c\tqh1g\enotes
\Notes&\ibbu2i0\qh2j\qh2c\qh2g\tqh2j\enotes
\Notes\zhl L\raise 3.5\Interligne\hbox{\qs}\qupp N&\ds&\oct
\tten4\cu g\enotes
\Notes&\ibbu1f3\qh1c\tqh1g&\Ibu4gi4\qh4g\enotes
\Notes&\ibbu2i0\qh2j\qh2c\qh2g\tqh2j&\qh4h\sk\tqh4i\enotes
\barre
%\check
%Takt 53
\Notes\zhl L\raise 3.5\Interligne\hbox{\qs}\qupp M&\ds&{\zw h}\oct
\itenu5c\hu c\enotes
\Notes&\ibbu1c3\qh1a\tqh1c\enotes
\Notes&\ibbu2e0\qh2f\qh2a\qh2c\tqh2f\enotes
\Notes\zhl L\raise 3.5\Interligne\hbox{\qs}\qupp M&\ds&\oct
\tten5\cu c\enotes
\Notes&\ibbu1c3\qh1a\tqh1c&\oct
\Ibu4ce4\qh4c\enotes
\Notes&\ibbu2e0\qh2f\qh2a&\oct
\qh4d\enotes
\Notes&\qh2c\tqh2f&\oct
\tqh4e\enotes
\barre
%\check
%Takt 54
\Notes\zhl K\raise 3\Interligne\hbox{\qs}\qupp M&\ds&\relax
{\zw j}\oct
\itenu5f\hu f\enotes
\Notes&\ibbu1c3\qh1a\tqh1c\enotes
\Notes&\ibbu2e0\qh2f\qh2a\qh2c\tqh2f\enotes
\Notes\zhl K\raise 3\Interligne\hbox{\qs}\qupp M&\ds&\oct
\tten5\cu f\enotes
\Notes&\ibbu1c3\qh1a\tqh1c&\oct
\Ibu4fh4\qh4f\enotes
\Notes&\ibbu2e0\qh2f\qh2a&\oct
\qh4g\enotes
\Notes&\qh2c\tqh2f&\oct
\tqh4h\enotes
\barre
%\check
%Takt 55
\Notes\zhl G\raise 1.6\Interligne\hbox{\qs}\qupp K&\ds&{\zqlp n}\oct
\qup i\enotes
\Notes&\ibbu1b3\qh1N\tqh1b\enotes
\Notes&\ibbu2e0\qh2f\qh2N\enotes
\Notes&\qh2b\tqh2f&\oct \cu h\enotes
\Notes\zhl G\raise 1.6\Interligne\qs\qupp K&\ds&\relax
\rlap{\roff{\hl m}}\oct \qu g\enotes
\Notes&\ibbu1b3\qh1N\tqh1b\enotes
\Notes&\ibbu2e0\qh2f\qh2N\qh2b\tqh2f&\oct
\qu d&\enotes
\barre
%\check
%Takt 56
\Notes\zhl J\raise 2\Interligne\hbox{\qs}\qupp L&\ds&{\zhlp j}\oct
\hup e\enotes
\Notes&\ibbu1b3\qh1N\tqh1c\enotes
\Notes&\ibbu2d0\qh2e\qh2N\qh2c\tqh2e\enotes
\Notes\zhl J\raise 2\Interligne\hbox{\qs}\qupp L&\ds&\oct
\enotes
\Notes&\ibbu1b3\qh1N\tqh1c&\oct
\enotes
\Notes&\ibbu2d0\qh2e\qh2N\qh2c\tqh2e&\oct
\pt a\ds\sk\sk\ccl e\enotes
\barre
%\check
%Takt 57
\Notes\zhl J\raise 2\Interligne\hbox{\qs}\qupp N&\ds&{\bigfl i\zhlp i}\oct \hu g\enotes
\Notes&\ibbu1b3\bigaccid\qh1{_b}\tqh1c\enotes
\Notes&\ibbu2d0\qh2e\qh2b\qh2c\tqh2e\enotes
\Notes\zhl J\raise 2\Interligne\hbox{\qs}\qupp N&\ds&\oct \qu e\enotes
\Notes&\ibbu1b3\qh1b\tqh1c\enotes
\Notes&\ibbu2d0\qh2e\qh2b\qh2c&\oct \pt a\ds\enotes
\Notes&\tqh2e&\oct \ccl e\enotes
\barre
%\check
%Takt 58
\Notes\zhl F\raise 2\Interligne\hbox{\qs}\qupp M&\ds&\itenu2j\zh j\hl o\enotes
\Notes&\ibbu1b3\qh1a\tqh1c\enotes
\Notes&\ibbu2d0\qh2e\qh2a\qh2c\tqh2e\enotes
\Notes\zhl F\raise 2\Interligne\hbox{\qs}\qupp M&\ds&\tten2\zq j\ql h\enotes
\Notes&\ibbu1b3\qh1a\tqh1c\enotes
\Notes&\ibbu2d0\qh2e\qh2a\qh2c\tqh2e&\oct \qp\enotes
\barre
%\check
%Takt 59
\Notes\bigaccid\zhl {^F}\raise\Interligne\hbox{\qs}\qupp
J&\ds&{\bigfl l\zh l}\oct \hl h\enotes
\Notes&\ibbu1b3\qh1a\tqh1c\enotes
\Notes&\qsk\bigaccid\ibbu2d0\qh2{_e}\qh2a\qh2c\tqh2e\enotes
\Notes\zhl F\raise\Interligne\hbox{\qs}\qupp J&\ds&{\zq h}\oct \ql c\enotes
\Notes&\ibbu1b3\qh1a\tqh1c\enotes
\Notes&\ibbu2d0\qh2e\qh2a\qh2c&\oct \pt a\ds\enotes
\Notes&\tqh2e&\oct \ccl h\enotes
\barre
%\check
%Takt 60
\Notes\zhl G\raise 1.6\Interligne\hbox{\qs}\bigaccid\qsk\qupp {_L}&\ds&\itenl2j\zh j\oct \hl j\enotes
\Notes&\ibbu1b3\qh1b\tqh1c\enotes
\Notes&\bigaccid\qsk\ibbu2d0\qh2{_e}\qh2b\qh2c\tqh2e\enotes
\Notes\zhl G\raise 1.6\Interligne\qs\qupp L&\ds&\bigaccid
\tten2\zq j\ql{_l}\enotes
\Notes&\ibbu1b3\qh1b\tqh1c\enotes
\Notes&\ibbu2d0\qh2e\qh2b\qh2c&\oct
\pt a\ds\enotes
\Notes&\tqh2e&\oct
\ccl j\enotes
\barre
%\check
%Takt 61
\Notes\bigaccid\zhl {_H}\raise 2\Interligne\hbox{\qs}\qupp M&\ds&{\zhp l}\oct
\hl j\enotes
\Notes&\ibbu1b3\qh1b\tqh1c\enotes
\Notes&\ibbu2d0\qh2d\qh2b\qh2c\tqh2d\enotes
\Notes\zhl H\raise 2\Interligne\hbox{\qs}\qupp M&\ds&\oct
\ql d\enotes
\Notes&\ibbu1b3\qh1b\tqh1c\enotes
\Notes&\ibbu2d0\qh2d\qh2b\qh2c\tqh2d&\oct
\pt a\ds\sk\sk\ccl d\enotes
\barre
%\check
%Takt 62
\Notes\zhl G\raise 2\Interligne\hbox{\qs}\qupp M&\ds&{\zhl f}\oct
\itenu5d\hu d\enotes
\Notes&\ibbu1b3\qh1N\tqh1b\enotes
\Notes&\ibbu2d0\qh2d\qh2N\qh2b\tqh2d\enotes
\Notes\zhl G\raise 2\Interligne\qs\qupp M&\ds&{\zql i}\oct
\tten5\cu d\enotes
\Notes&\ibbu1b3\qh1N\tqh1b&\oct
\Ibu4db4\qh4d\enotes
\Notes&\ibbu2d0\qh2d\qh2N&{\itenl4g\zql g}\oct
\qh4c\enotes
\Notes&\qh2b\tqh2d&\oct
\tqh4b\enotes
\barre
%\check
%Takt 63
\Notes\zhl G\raise 2\Interligne\hbox{\qs}\qupp L&\ds&{\tten4\zhlp g}\oct
\qup g\enotes
\Notes&\ibbu1b3\qh1N\tqh1c\enotes
\Notes&\ibbu2d0\qh2e\qh2N\enotes
\Notes&\qh2c\tqh2e&\oct
\cu e\enotes
\Notes\zhl G\raise 2\Interligne\qs\qupp L&\ds&\oct
\qu c\enotes
\Notes&\ibbu1b3\qh1N\tqh1c\enotes
\Notes&\ibbu2d0\qh2e\qh2N\qh2c\tqh2e&\oct
\raise\Interligne\qp\enotes
\barre
%\check
%Takt 64
\Notes\zhl G\raise 1.6\Interligne\hbox{\qs}\qupp K&\ds&{\zhl j}\oct
\itenu5f\hu f\enotes
\Notes&\ibbu1b3\qh1N\tqh1c\enotes
\Notes&\ibbu2e0\qh2f\qh2N\qh2c\tqh2f\enotes
\Notes\zhl G\raise 1.6\Interligne\hbox{\qs}\qupp K&\ds&{\zhl h}\oct
\tten5\cu f\enotes
\Notes&\ibbu1b3\qh1N\tqh1c&\oct
\Ibu4fd4\qh4f\enotes
\Notes&\ibbu2e0\qh2f\qh2N&\oct
\qh4e\enotes
\Notes&\qh2c\tqh2f&\oct
\tqh4d\enotes
\barre
%\check
%Takt 65
\Notes\zhl G\raise 1.6\Interligne\hbox{\qs}\qupp K&\ds&{\zh m}\oct
\qlp k\enotes
\Notes&\ibbu1b3\qh1N\tqh1b\enotes
\Notes&\ibbu2e0\qh2f\qh2N\enotes
\Notes&\qh2b\tqh2f&\oct
\cl i\enotes
\Notes\zhl G\raise 1.6\Interligne\hbox{\qs}\qupp K&\ds&\zq i\oct
\ql g\enotes
\Notes&\ibbu1b3\qh1N\tqh1b\enotes
\Notes&\ibbu2e0\qh2f\qh2N\qh2b\tqh2f&\qp\enotes
\barre
%\check
%Takt 66
\Notes\zhl G\raise 1.6\Interligne\hbox{\qs}\qsk\bigaccid
\qupp {_L}&\ds&{\bigaccid\zw j\zhl{_l}}\oct
\itenu5h\hu h\enotes
\Notes&\ibbu1b3\qh1a\tqh1c\enotes
\Notes&\qsk\ibbu2e0\bigaccid\qh2{^f}\qh2a\qh2c\tqh2f\enotes
\Notes\zhl G\raise 1.6\Interligne\hbox{\qs}\qupp L&\ds&{\bigaccid\zhl{^m}}\oct
\tten5\cu h\enotes
\Notes&\ibbu1b3\qh1a\tqh1c&\oct
\Ibl4hj4\qb4h\enotes
\Notes&\ibbu2e0\qh2f\qh2a&\oct
\qb4i\enotes
\Notes&\qh2c\tqh2f&\oct
\tqb4j\enotes
\barre
%\check
%Takt 67
\Notes\zhl G\raise 1.6\Interligne\hbox{\qs}\qsk\bigaccid\qupp {=L}&\ds
&{\zhl n}\oct \itenu5l\hu l\enotes
\Notes&\ibbu1b3\qh1N\tqh1c\enotes
\Notes&\ibbu2e0\qh2g\qh2N\qh2c\tqh2g\enotes
\Notes\zhl G\raise 1.6\Interligne\hbox{\qs}\qupp L&\ds&{\zql{=l}}\oct
\tten5\cu l\enotes
\Notes&\ibbu1b3\qh1N\tqh1c&\oct
\Ibu4je4\qh4j\enotes
\Notes&\ibbu2e0\qh2g\qh2N&{\zql j}\oct \qh4g\enotes
\Notes&\qh2c\tqh2g&\oct \tqh4e\enotes
\barre
%\check
%Takt 68
\Notes\zhl G\raise 1.6\Interligne\hbox{\qs}\qupp K&\ds&{\zhl f}\oct
\itenu5d\hu d\enotes
\Notes&\ibbu1b3\qh1N\tqh1c\enotes
\Notes&\ibbu2e0\qh2f\qh2N\qh2c\tqh2f\enotes
\Notes\zhl G\raise 1.6\Interligne\hbox{\qs}\qupp K&\ds&{\zhl h}\oct
\tten5\cu d\enotes
\Notes&\ibbu1b3\qh1N\tqh1c&\oct
\Ibu4hh4\qh4h\enotes
\Notes&\ibbu2e0\qh2f\qh2N&\oct
\qh4i\enotes
\Notes&\qh2c\tqh2f&\oct
\tqh4h\enotes
\barre
%\check
%Takt 69
\Notes\zhl G\raise 1.6\Interligne\hbox{\qs}\qupp K&\ds&\zhl i\oct \Ibu4fc6\qh4h\enotes
\Notes&\ibbu1b3\qh1N\tqh1b&\oct \qh4g\enotes
\Notes&\ibbu2e0\qh2f\qh2N&\oct
\qh4f\enotes
\Notes&\qh2b\tqh2f&\oct
\tqh4d\enotes
\Notes\zhl G\raise 1.6\Interligne\hbox{\qs}\qupp K&\ds&\relax
{\zhl d}\ibu4i{-3}\qh4i\enotes
\Notes&\ibbu1b3\qh1N\tqh1b&\relax
\qh4h\enotes
\Notes&\ibbu2e0\qh2f\qh2N&\relax
\qh4f\enotes
\Notes&\qh2b\tqh2f&\relax
\tqh4d\enotes
\barre
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\check
%Takt 70
\Notes\zhu C\raise\Interligne\hbox{\qs}\qupp J&\ds
&\bigaccid\zw{_b}\roff{\itenu3c\zw c}\enotes
\Notes&\ibbu1b3\qh1N\bigaccid\qsk\tqh1{_b}\enotes
\Notes&\ibbu2d0\qh2e\qh2N\qh2b\tqh2e\enotes
\Notes\zhu C\raise\Interligne\qs\qupp J&\ds\enotes
\Notes&\ibbu1b3\qh1N\tqh1b\enotes
\Notes&\ibbu2d0\qh2e\qh2N\qh2b\tqh2e\enotes
%\cleftoksii{6000}\changeclefs
\barre
%\check
%Takt 71
\Notes\raise\Interligne\rlap{\qs}\wh C\itenl2J\qupp J&\ds&\tten3\zw a\wh c\enotes
\Notes&\oct\ibbu1a3\qh1M\tqh1a\enotes
\Notes&\oct\ibbu2e0\qh2c\qh2f\qh2c\tqh2a\enotes
\Notes\tten2\hu J&\oct\ibbu2b0\qh2c\qh2a\qh2M\tqh2a\enotes
\Notes&\oct\ibbu3M0\qh3M\qh3K\qh3M\tqh3K\enotes
%\cleftoksii{0000}\changeclefs
\barre
%\check
%Takt 72
\Notes\zw C\qs\itenl3I\qupp I&\ds&\bigaccid\wh{=b}\enotes
\Notes&\ibbl1h3\qb1g\tqb1i\enotes
\Notes&\ibbl2j{-2}\qb2k\qb2m\qb2k\tqb2i\enotes
\Notes\tten3\hu I&\ibbl2h0\qb2k\qb2i\qb2g\tqb2i\enotes
\Notes&\ibbu3e0\qh3d\qh3f\pince n\qh3e\tqh3d\enotes
\barre
%\check
%Takt 73
\NOTes\pointdurgue C\zwh C\wh J&\zwh e\zwh g\pointdorgue j\wh j\relax
&\pointdorgue f\wh c\enotes
\linegoal 19
\finmorceau
\bye

View File

@ -0,0 +1,3 @@
\def\chorale{\relax}
\input aveverum
\endinput

View File

@ -0,0 +1,4 @@
\def\Signature{-5}
\def\Transpose{-1}
\input aveverum
\endinput

View File

@ -0,0 +1,4 @@
\def\Signature{0}
\def\Transpose{-2}
\input aveverum
\endinput

View File

@ -0,0 +1,4 @@
\def\Signature{2}
\def\Transpose{-1}
\input aveverum
\endinput

View File

@ -0,0 +1,297 @@
\ifx\mxversion\undefined
\input musixtex
\input musixcpt
\input musixsty
\fi
\title{Ave Verum}
\author{Charles Gounod}
\shortauthor{C. Gounod}
\subtitle{\relax}
\maketitle
\parindent 13mm
\musicsize=20
\normal
\relativeaccidentals
\def\nbinstruments{1}
\def\instrumenti{Orgue}
\def\instrumentii{Basse}
\def\instrumentiii{T\'{e}nor}
\def\instrumentiv{\vbox{\hsize\parindent\centerline{Soprano}\centerline{Alto}}}
\nbporteesi=2\relax
\generalmeter{\allabreve}
\setinterinstrument1{10pt}
\setinterinstrument2{10pt}
\setinterinstrument3{10pt}
\cleftoksi{6000}
\cleftoksii{6000}
\cleftoksiii{6000}
\ifx\Transpose\undefined
\def\Transpose{0}
\def\Signature{-3}
\fi
\generalsignature{\Signature}
\ifx\chorale\undefined
\setsize1{\normalvalue}
\setsize2{\smallvalue}
\setsize3{\smallvalue}
\setsize4{\smallvalue}
\else
\setsize1{\smallvalue}
\setsize2{\normalvalue}
\setsize3{\normalvalue}
\setsize4{\normalvalue}
\fi
\ninepoint
\def\Zsong{\zsong}
\stemcut
\transpose=\Transpose
\debutmorceau
\qspace
\NOtes\itenl1E\itenl2L\zw E\wh L|\hpause\enotes
\NOtes\hu N|\zh b\hu e\enotes
\barre % 2
\NOtes\tten1\tten2\itenl1E\itenl2L\zw E\zwh L\hu a|\itenl0c\zwh c\hu f\enotes
\NOtes\hu N|\hu g\enotes
\barre %3
\NOtes\tten1\tten2\zhl E\roff{\itenu1M}\rh M\hu L|\tten0\zhl c\hu h\enotes
\NOtes\zhl F\tten1\zh M\hu a|\zh d\hu j\enotes
\barre %4
\NOtes\zhl G\zh N\hu b|\zwh e\hu i\enotes
\NOtes\zhl H\zh J\hu a|\hu e\enotes
\barre %5
\NOtes\itenl2I\zwh I\hu b|\itenl1e\zh e\hu g\enotes
\NOtes\hu N|\tten1\itenu1e\zh b\hu e\enotes
\barre %6
\NOtes\tten2\zwh I\hu M|\zwh a\zh c\tten1\hu e\enotes
\NOtes|\zh b\hu d\enotes
\barre %7
\NOTes\zhlp E\hup L|\zhp N\zhp b\hup e\enotes
\Notes\soupir|\soupir\enotes
\suspmorceau
\def\nbinstruments{4}%
\debutmorceau %8
\barno 8\relax
\qspace
\def\H#1#2#3#4#5{\NOtes\zhl{#1}\hu{#2}|\zhl{#3}\hu{#4}&\Zsong{#5}\hu{#1}&\Zsong{#5}\hl{#2}&\Zsong{#5}\zhl{#3}\hu{#4}\enotes}%
\def\Hh#1#2#3#4#5{\NOtes\hl{#1}|\zhl{#2}\zh{#3}\hu{#4}&\Zsong{#5}\hu{#1}&\Zsong{#5}\hl{#2}&\Zsong{#5}\zhl{#3}\hu{#4}\enotes}%
\def\Hqhq#1#2#3#4#5{\Notes\zhl{#1}\qu{#2}|\zhl{#3}\qu{#4}&\Zsong{#5}\hu{#1}&\Zsong{#5}\ql{#2}&\Zsong{#5}\zhl{#3}\qu{#4}\enotes}%
\def\Hhhq#1#2#3#4#5{\Notes\zhl{#1}\hu{#2}|\zhl{#3}\qu{#4}&\Zsong{#5}\hu{#1}&\Zsong{#5}\hl{#2}&\Zsong{#5}\zhl{#3}\qu{#4}\enotes}%
\H LNei{A--}%
\Hqhq I{ba}d{gf}{ve}%
\barre %9
\H JNee{ve--}%
\NOtes \zhl I\hu N|\Fl d\zhu e\roff{\hl d}&\Zsong{rum }\hu I&\Zsong{rum }\hl
N&\Zsong{rum }\Fl d\zhu e\roff{\hl d}\enotes
\barre %10
\H Hacj{Cor--}%
\Hqhq I{NM}{=d}{ih}{pus }%
\barre %11
\Hh Lceh{na--}%
\Hh Lbeg{tum }%
\barre %12
\H LNgi{de }%
\Hqhq K{^a^b}f{jk}{Ma--}%
\barre %13
\H Jcel{ri--}%
\H Lcgg{a }%
\barre %14
\Notes\zw M\wh{=a}|\zhl c\qu{fg}\zql f\qu h\zql e\qu j\relax
&\Zsong{Vir-}\hup M\sk\sk\Zsong{gi-}\qu M\relax
&\Zsong{Vir-}\hup{=a}\sk\sk\Zsong{gi-}\qu a\relax
&\Zsong{Vir-}\zhl c\qu{fg}\Zsong{gi-}\zql f\qu h\zql e\qu j\enotes
\barre %15
\NOtes\zw I\wh a|\zw d\hu {ji}&\Zsong{ne.}\wh I&\Zsong{ne.}\wh a&\Zsong{ne.}\zw
d\hu {ji}\enotes
\barre %16
\H LNei{Ve-}%
\Hqhq I{ba}d{gf}{re}%
\barre %17
\H JNee{pas-}%
\NOtes \zhl I\hu N|\Fl d\zhu e\roff{\hl d}&\Zsong{sum }\hu I&\Zsong{sum }\hl
N&\Zsong{sum }\Fl d\zhu e\roff{\hl d}\enotes
\barre %18
\H Hacj{im-}%
\Hqhq I{NM}{=d}{ih}{mo-}%
\barre %19
\Hh Lceh{la-}%
\Hh Lbeg{tum }%
\barre %20
\H Kbfi{In }%
\H Ibfk{cru-}%
\barre %21
\Hhhq Lbe{g^f}{ce }%
\Hhhq JLe{g^h}{pro }%
\barre %22
\NOtes\zw K\hu d|\zhl g\hu i&\Zsong{ho-}\hup K&\Zsong{ho-}\hl
d&\Zsong{ho-}\zhl g\hu i\enotes
\Notes\qup c|\lSh f\zqlp f\qup{^h}&&\Zsong{-}\qlp c&\Zsong{-}\lSh f\zqp f\qup{^h}\enotes
\notes\sk\cu c|\sk\lNa h\zq{=f}\cu h&\Zsong{mi-}\qu K&\sk\Zsong{mi-}\cl
c&\sk\Zsong{mi-}\lNa h\zcl{=f}\cu h\enotes
\barre %23
\def\Hp#1#2#3#4#5{\NOTes\zhlp{#1}\hup{#2}|\zhlp{#3}\hup{#4}&\Zsong{#5}\hup{#1}&\Zsong{#5}\hlp{#2}&\Zsong{#5}\zhlp{#3}\hup{#4}\enotes}%
\def\Qhhq#1#2#3#4#5{\Notes\zhu{#2}\ql{#1}|\zhl{#3}\qu{#4}&\Zsong{#5}\qu{#1}&\Zsong{#5}\hl{#2}&\Zsong{#5}\zhl{#3}\qu{#4}\enotes}%
\Hp Nbgg{ne }%
\Notes\soupir|\soupir&\soupir&\soupir&\soupir\enotes
\barre %24
\H Nbei{Cu-}%
\Qhhq {ML}be{=hg}{jus }%
\barre %25
\NOtes\roff{\zhl a}\hu b|\zhl d\hu g&\Zsong{la-}\hu a&\Zsong{la-}\hl
b&\Zsong{la-}\zhl d\hu g\enotes
\NOtes\roff{\zhl a}\hu b|\zhl d\hu f&\Zsong{tus }\hu a&\Zsong{tus }\hl
b&\Zsong{tus }\zhl d\hu f\enotes
\barre %26
\H Nbei{per-}%
\Qhhq {ML}be{hg}{fo-}%
\barre %27
\NOtes\roff{\zhl a}\hu b|\zhl d\hu g&\Zsong{ra-}\hu a&\Zsong{ra-}\hl
b&\Zsong{ra-}\zhl d\hu g\enotes
\NOtes\roff{\zhl a}\hu b|\zhl d\hu f&\Zsong{tum }\hu a&\Zsong{tum }\hl
b&\Zsong{tum }\zhl d\hu f\enotes
\barre %28
\H Nbee{flu-}%
\Hhhq Kbf{ih}{xit}%
\barre %29
\def\Qqqq#1#2#3#4#5{\Notes\rlap{\qu{#2}}\ql{#1}|\rlap{\ql{#3}}\qu{#4}&\Zsong{#5}\qu{#1}&\Zsong{#5}\ql{#2}&\Zsong{#5}\rlap{\ql{#3}}\qu{#4}\enotes}%
\H Lbgg{un-}%
\Qqqq L{^b}gk{da }%
\Qqqq Lcgj{et }%
\barre %30
\Notes\zhlp M\qu {dc=b}\zql M\qu c|\zhl f\qu{i^h}\zhl
e\qu{g=h}\relax
&\Zsong{san-}\hup M\sk\sk\Zsong{gui-}\qu M\relax
&\Zsong{san-}\ql{dc}\Zsong{gui-}\ql{=bc}\relax
&\Zsong{san-}\zhl f\qu{i^h}\Zsong{gui-}\zhl e\qu{g=h}\enotes
\barre %31
\Hp Ibdi{ne, }%
\Notes\soupir|\soupir&\soupir&\soupir&\soupir\enotes
\barre %32
\H LNei{Es-}%
\Hqhq I{ba}d{gf}{to }%
\barre %33
\H JNee{no-}%
\NOtes \zhl N\hu b|\Fl d\zhu e\roff{\hl d}&\Zsong{bis }\hu N&\Zsong{bis }\hl
b&\Zsong{bis }\Fl d\zhu e\roff{\hl d}\enotes
\barre %34
\def\Qqhh#1#2#3#4#5{\Notes\rlap{\qu{#2}}\ql{#1}|\zhl{#3}\hu{#4}&\Zsong{#5}\qu{#1}&\Zsong{#5}\ql{#2}&\Zsong{#5}\zhl{#3}\hu{#4}\enotes}%
\def\Qqqh#1#2#3#4#5{\Notes\rlap{\qu{#2}}\ql{#1}|\zhu{#4}\ql{#3}&\Zsong{#5}\qu{#1}&\Zsong{#5}\ql{#2}&\Zsong{#5}\zhu{#4}\ql{#3}\enotes}%
\Qqhh {aN}{cb}cj{pr\ae{}-}%
\Qqqh {ML}{aN}{=de}j{gus-}%
\barre %35
\H Kafj{ta-}%
\H Kafi{tum }%
\barre %36
\H LNei{Mor-}%
\Hh Jegj{tis }%
\barre %37
\Hhhq Mcf{ih}{in }%
\Hqhq H{ba}c{gf}{ex-}%
\barre %38
\NOtes\zhlp I\hu N|\zhlp b\hu e&\Zsong{a-}\hup
I&\Zsong{a-}\hl N&\Zsong{a-}\zhlp b\hu e\enotes
\Notes\hu a\ql I|\hu d\ql b&\sk\Zsong{mi-}\qup I&\Zsong{ni-}\hl
a&\Zsong{mi-}\hu d\ql b\enotes
\barre %39
\NOtes\zhlp L\hup N|\zhlp b\hup e&\Zsong{ne }\hu L&\Zsong{ne
}\hlp N&\Zsong{ne }\zhlp b\hup e\enotes
\Notes\sk\soupir|\sk\soupir&\Zsong{O }\hu L&\sk\soupir&\sk\soupir\enotes
\barre %40
\NOtes\zhl L\hu c|\zhl e\hu h&\Zsong{Je-}\hu L&\Zsong{O }\hl c&\Zsong{O }\zhl
e\hu h\enotes
\Notes\zhl L\qu{bb}|\zhl d\qu{hg}&\Zsong{su }\hu L&\Zsong{Je-}\ql b\Zsong{su
}\ql b&\Zsong{Je-}\zql d\qu h\Zsong{su }\zql d\qu g\enotes
\barre %41
\def\qhhh#1#2#3#4#5{\Notes\zhu{#2}\ql{#1}|\zhl{#3}\qu{#4}&\Zsong{#5}\qu{#1}&\Zsong{#5}\hl{#2}&\Zsong{#5}\zhl{#3}\hu{#4}\enotes}%
\H Lacg{dul-}%
\Notes \zhu a\zhl{LL}|\zhl c\hu f&\Zsong{cis }\qu L\Zsong{O }\qu L&\Zsong{cis
}\hl a&\Zsong{cis }\zhl c\hu f\enotes
\barre %42
\NOtes\zhl L\hu e|\zhl h\hu j&\Zsong{Je-}\hu L&\Zsong{O }\hl e&\Zsong{O }\zhl
h\hu j\enotes
\Notes\zhl L\qu{_dd}|\zhl g\qu{ji}&\Zsong{su }\hu L&\Zsong{Je-}\ql {_d}\Zsong{su
}\ql d&\Zsong{Je-}\zql g\qu j\Zsong{su }\zql g\qu i\enotes
\barre %43
\H Lcfi{pi-}%
\H Lcfh{e }%
\barre %44
\H b{=d}hm{Je-}%
\NOtes\zhu c\roff{\hl b}|\zhl h\hu l&\Zsong{su, }\hu b&\Zsong{su, }\hl
f&\Zsong{su, }\zhl h\hu l\enotes
\barre %45
\H bfhk{Je-}%
\H begj{su }%
\barre %46
\Hhhq Idf{ji}{fi-}%
\Qqqq Icej{li }%
\Qqqq Ibdh{Ma-}%
\barre %47
\H Lbeh{ri-}%
\Qqqq Lbeg{\ae{} }%
\Qqqq bbeg{In }%
\barre %48
\Qqqq aceg{no-}%
\Notes \zql a\qu c|\zqu f\roff{\ql e}&\Zsong{bis }\qu a&\Zsong{bis }\ql c&\Zsong{bis }\roff{\zql
e}\qu f\enotes
\Notes \roff{\zql a}\qu b|\zqu f\ql d&\Zsong{mi-}\qu a&\Zsong{mi-}\ql b&\Zsong{mi-}\roff{\zql
e}\qu f\enotes
\Notes \roff{\zql a}\qu b|\zqu j\ql d&\Zsong{se-}\qu a&\Zsong{se-}\ql b&\Zsong{se-}\zql
d\qu j\enotes
\barre %49
\H Nbej{re-}%
\Qqqq Nbei{re }%
\Qqqq Nbei{O }%
\barre %50
\Qqqq {Lb}{bd}{gh}{nm}{Je-}%
\Qqqq cegl{su }%
\Qqqq N{^b}fk{In }%
\barre %51
\Qqqq acej{no-}%
\Qqqq {^L}{_d}gi{bis }%
\Qqqq Mcfh{mi-}%
\Qqqq Hacf{se-}%
\barre %52
\def\Whhh#1#2#3#4#5{\NOtes\zwh{#1}\hu{#2}|\rlap{\hl{#3}}\hu{#4}&\Zsong{#5}\zwh{#1}&\Zsong{#5}\hl{#2}&\Zsong{#5}\rlap{\hl{#3}}\hu{#4}\enotes}%
\Whhh I{Na}{eb}{id}{re-}%
\barre %53
\NOtes\zhl L\hup N|\zhlp b\hup e&\Zsong{re }\hu L&\Zsong{re }\hlp N&\Zsong{re }\zhlp b\hup e\enotes
\Notes\itenl1E\itenl2L\zh E\hl L\raise2\Interligne\soupir|\sk\soupir&\itenl3L\Zsong{A-}\hu L&\sk\soupir&\sk\soupir\enotes
\barre %54
\NOtes\tten1\tten2\zwh c\zh E\hl L|\zw g\wh l&\Zsong{--}\tten3\hu L&\Zsong{A-}\wh
c&\Zsong{A-}\zw g\wh l\enotes
\Notes\itenl1E\itenl2L\zh E\hl L&\csong{men !}\itenl3L\hu L\enotes
\barre %55
\NOtes\tten1\tten2\zh E\zhl L\hup b|\zhlp g\hup k&\tten3\Zsong{--}\hu L&\csong{men !}\hlp b&\csong{men !}\zhlp g\hup k\enotes
\Notes\itenl1E\itenl2L\zh E\hl L\raise2\Interligne\soupir|\sk\soupir&\itenl3L\Zsong{A-}\hu L&\sk\soupir&\sk\soupir\enotes
\barre %56
\NOtes\tten1\tten2\zwh {^a}\zh E\hl L|\zw {^f}\wh j&\tten3\Zsong{--}\hu L&\Zsong{A-}\wh
{^a}&\Zsong{A-}\zw {^f}\wh j\enotes
\Notes\itenl1E\itenl2L\zh E\hl L&\csong{men !}\itenl3L\hu L\enotes
\barre %57
\NOtes\tten1\tten2\zh E\zhl L\hu b|\zhlp g\hup i&\tten3\Zsong{--}\hu L&\csong{men !}\hlp b&\csong{men !}\zhlp g\hup i\enotes
\Notes\itenl1E\itenl2L\zh E\hl L\raise2\Interligne\soupir|\sk\soupir&\itenl3L\Zsong{A-}\hu L&\sk\soupir&\sk\soupir\enotes
\barre %58
\NOtes\tten1\tten2\zwh c\zh E\hl L|\zw e\wh h&\tten3\Zsong{--}\hu L&\Zsong{A-}\wh
c&\Zsong{A-}\zw e\wh h\enotes
\Notes\itenl1E\itenl2L\zh E\hl L&\csong{men !}\itenl3L\hu L\enotes
\barre %59
\NOtes\tten1\tten2\zhp E\zhlp L\hup b|\zhlp e\hup g&\tten3\hu L&\csong{men !}\hlp b&\csong{men !}\zhlp e\hup g\enotes
\Notes\sk\soupir|\sk\soupir&\sk\soupir&\sk\soupir&\sk\soupir\enotes
\barre %60
\NOtes\zw I\rw b\wh a|\zw d\hu{gf}&\Zsong{A-}\wh I&\Zsong{A-}\rw b\wh
a&\Zsong{A-}\zw d\hu{gf}\enotes
\barre %61
\NOtes\zw E\wh L|\pointdorgue l\zw{Nb}\wh e&\Zsong{men.}\zw E\wh L&\Zsong{men.}\zw N\wh
b&\pointdorgue l\Zsong{men.}\wh e\enotes
\ifnum\Signature<-3\relax
\mulooseness1\relax
\else
\mulooseness2\relax
\fi
\finmorceau
\bye

View File

@ -0,0 +1,95 @@
\input musixtex
\instrumentnumber2\setstaffs22%
\hsize 100mm \vsize 230mm
\generalmeter{\meterfrac{4}{4}\meterfrac{2}{4}\meterfrac{1}{4}}%
\setclef1{\bass}\generalsignature2%
\startpiece
\notes\qu K&\qu d|\qu e\en
%
% Signatures
% if there is no bar line, the signatures are confusing
% it is not clear if they are for a single note or not
% bar 1
%% Signature changing in a single instrument with 2 staves
\setsign21\changesignature
\notes\qu J&\qu d|\qu e\en
% Signature changing in a single instrument
%\setsign1{-1}\changesignature
%\notes\qu K&\qu d|\qu e\en
% Signature changing in a single staff without naturals
\setsign11\ignorenats\changesignature
\notes\qu M&\qu d|\qu e\en
% bar 2
% New signatures after a bar line
\generalsignature{-2}\changecontext%
\notes\qu K&\qu d|\qu e\en%
\notes\qu K&\qu d|\qu e\en%
% New signatures after an invisible bar line
\generalsignature{1}\zchangecontext%
\notes\qu K&\qu d|\qu e\en%
%
% new music line caused by mulooseness
\mulooseness1
%
% bar 3
%\setsign2{-1}\changesignature\Changecontext%
\setsign2{-1}\ignorenats\Changecontext%
%\zalaligne%
\notes\qu K&\qu d|\qu e\en%
% bar 4
\generalsignature{2}\ignorenats\Changecontext%
\notes\qu K&\qu d|\qu e\en%
% bar 5 OK :
\setsign1{-3}\setsign2{-3}\changecontext%
\notes\qu K&\qu d|\qu e\en%
% bar 6
% Are all this options common (choose 1 line of 3)?
%\generalsignature{-3}\changecontext\alaligne%
%\generalsignature{-3}\changesignature\setdoublebar\alaligne%
\generalsignature{-3}\changesignature\Changecontext%
%
\notes\qu K&\qu d|\qu e\en%
% bar 7
\generalsignature{2}\ignorenats\Changecontext%
\notes\qu K&\qu d|\qu e\en%
%
% Clefs
% in 1 staff and taking space
\setclef1\treble\changeclefs%
\notes\qu k&\cu{.d}\ccu{e}|\qu e\en%
% combined with signature change - space is already available
\setclef1\bass\zchangeclefs\setsign1{-2}\setsign2{-2}%
\ignorenats\changesignature%
\notes\qu K&\cu{de}|\qu e\en%
% clef change before barline
\setclef1\treble\zchangeclefs\bar%
\notes\qu k&\cu{de}|\qu e\en%
% clef change after barline
\setclef1\bass\bar\zchangeclefs%
\notes\qu K&\cu{de}|\qu e\en%
% bar 10
% Meter
\setmeter1{{\meterfrac{2}{4}}}%
% How big the '2' must be?
\setmeter2{{\lower2pt\hbox{\meterfrac{\Bigtype 2}{}}}%
{\meterfrac{3}{4}}}\changecontext
\notes\qu K&\cu{de}|\qu e\en
% bar 11
% Meter Clefs and Key Signatures
% all 3 clefs after bar if no changeclefs
\setmeter1{{\meterfrac{2}{8}}}%
\setmeter2{{\meterfrac{3}{6}}{\meterfrac{3}{8}}}%
\setsign2{-1}%
% How to force showing the bass clef?
\setclef1\bass\setclef2{23}%
\Changecontext
\notes\qu K&\cu{de}|\qu e\en
% bar 12
% Meter Clefs Keys Signatures all 3 with clef before the bar
% probably not if signatures are involved
\setmeter1{{\meterfrac{2}{4}}}%
\setmeter2{{\meterfrac{3}{8}}{\meterfrac{3}{6}}}%
\setsign2{-1}%
\setclef1\treble\zchangeclefs\changecontext
\notes\qu k&\cu{de}|\qu e\en
\mulooseness1\Stoppiece\eject\bye

View File

@ -0,0 +1,318 @@
\ifx
\mxversion\undefined
\input musixtex
\input musixcpt
\input musixsty
\fi
\title{Chanson innocente}
\subtitle{(pour orgue)}
\fulltitle{XII. Chanson innocente}
\csname titremorceautoc\endcsname
\shortauthor{D. Taupin}
\fullauthor{Daniel TAUPIN\\organiste \`{a} Gif-sur-Yvette}
\othermention{Compos\'{e} en 1996-1999}
%
%
\maketitle
\parindent 18mm
\instrumentnumber{3}
\setname1{Fl\^{u}te 16, 8'}
\setname2{Fl\^{u}te 8'}
\setname3{Sesquialtera}
\generalmeter{\meterfrac68}
%\def\ttriou#1#2#3{\def\txt{\eightit3}\Ibbu0{#1}{#3}2\qh0{#1}\butext0\qh0{#2}\tqh0{#3}}
%\def\ttriol#1#2#3{\def\txt{\eightit3}\Ibbl0{#1}{#3}2\qb0{#1}\bltext0\qb0{#2}\tqb0{#3}}
\def\sextol#1#2#3{\ibbl0{#1}0\qb0{#1}\qb0{#2}\qb0{#3}\qb0{#1}\qb0{#2}\tqb0{#3}}
\def\sextou#1#2#3{\ibbu0{#3}0\qb0{#1}\qb0{#2}\qb0{#3}\qb0{#1}\qb0{#2}\tqh0{#3}}
%\check
\def\Sextol#1#2#3#4#5#6{\Ibbl0{#1}{#4}3\qb0{#1}\qb0{#2}\qb0{#3}\qb0{#4}\qb0{#5}\tqb0{#6}}
\def\Sextou#1#2#3#4#5#6{\Ibbu0{#3}{#6}3\qb0{#1}\qb0{#2}\qb0{#3}\qb0{#4}\qb0{#5}\tqh0{#6}}
%\check
\def\triou#1#2#3{\Ibu0{#1}{#3}2\qh0{#1}\qh0{#2}\tqh0{#3}}
%\check
\def\triol#1#2#3{\Ibl0{#1}{#3}2\qb0{#1}\qb0{#2}\tqb0{#3}}
%\check
\def\triopl#1#2#3{\Ibl0{#1}{#3}4\qbp0{#1}\sk\sk\tbbl0\qb0{#2}\tqb0{#3}\sk}
\def\triopu#1#2#3{\Ibu0{#1}{#3}4\qhp0{#1}\sk\sk\tbbu0\qh0{#2}\tqh0{#3}\sk}
\noautolines
\setname1{P\'{e}dale}\setname2{Fl\^{u}te}\setname3{Sesquialtera}
\generalsignature{1}
\setclef1{\bass}\setclef2{\treble}\setclef3{\treble}
\def\tripler{\noteskip=3\noteskip}
\def\doubler{\noteskip=2\noteskip}
\debutmorceau
\Notes\qup G&\sextou bdg&\Uptext{\moyen Andantino \bf \metron{\qup}{40}}\enotes
\Notes\qup H&\sextou ceg&\pause\enotes
\barre %2
\Notes\qup K&\Sextou adfacf&\doubler\sk\pt5\soupir\enotes
\Notes\qup G&\Sextou Nbdbdg&\doubler\soupir\sk\ilegu0n\cu g\enotes
\barre %3
\Notes\qup G&\sextou bdg&\doubler\qu i\sk\cu i\enotes
\Notes\qup H&\sextou acf&\doubler\triou jij\enotes
\barre %4
\Notes\qup I&\sextou bdg&\doubler\qu k\sk\cu i\enotes
\Notes\qup L&\sextou beg&\doubler\cu g\tleg0\ds\ilegu0n\cu g\enotes
\barre %5
\Notes\qup J&\sextou Nce&\doubler\ql l\sk\cl l\enotes
\Notes\qup H&\sextou acf&\doubler\triol jkl\enotes
\barre %6
\Notes\qup I&\sextou bdg&\doubler\qlp k\enotes
\Notes\qlp L&\sextou beg&\doubler\cu i\tleg0\ds\ilegu0n\cu g\enotes
\barre %7
\Notes\qup H&\sextou ace&\doubler\qu j\sk\cu j\enotes
\Notes\qlp K&\sextou Mad&\doubler\triou hij\enotes
\barre %8
\Notes\qup I&\Sextou Ma{^d}Mad&\doubler\qu i\sk\cu h\enotes
\Notes\qlp L&\sextou Nbe&\doubler\cu g\tleg0\ds\ilegu0n\cu i\enotes
\barre %9
\Notes\qlp J&\sextou ace&\doubler\qu h\sk\cu g\enotes
\Notes\qlp K&\Sextou adgadf&\doubler\qu g\sk\cu f\enotes
\barre %10
\Notes\qup I&\sextou bdg&\qup g\tleg0\enotes
\Notes\qup H&\Sextou acgacd&\doubler\soupir\sk\ilegu0n\cu g\enotes
\barre %11
\Notes\qup G&\Sextou Nbdbdg&\doubler\qu i\sk\cu i\enotes
\Notes\qup H&\sextou acf&\doubler\triou jij\enotes
\barre %12
\Notes\qup I&\sextou bdg&\doubler\qu k\sk\cu i\enotes
\Notes\qup L&\sextou beg&\doubler\cu g\tleg0\ds\ilegu0n\cu g\enotes
\barre %13
\Notes\qup J&\sextou ceg&\doubler\ql l\sk\cl l\enotes
\Notes\qup H&\sextou acf&\doubler\triol lmn\enotes
\barre %14
\Notes\qup I&\sextou bdg&\doubler\qlp k\enotes
\Notes\qlp L&\sextou beg&\doubler\cu i\tleg0\ds\sk\ilegu0n\cu g\enotes
\barre %15
\Notes\qup H&\sextou ace&\doubler\qu j\sk\cu j\enotes
\Notes\qup {^K}&\sextou acf&\doubler\triou hij\enotes
\barre %16
\Notes\qlp L&\Sextou NbeNaf&\doubler\qu i\sk\cu h\enotes
\Notes\doubler\qup J&\sextou Nce&\doubler\cu g\tleg0\ds\ilegu0n\cu i\enotes
\barre %17
\Notes\qup H&\sextou ace&\doubler\qu h\sk\cu g\enotes
\Notes\qlp K&\Sextou acdacf&\doubler\qu g\sk\cu f\enotes
\barre %18
\Notes\qup G&\sextou bdg&\hu g\tleg0\enotes
\Notes\sk\sk\sk\soupir&\sextou dgi&\doubler\soupir\sk\ilegu0n\cl i\enotes
\barre %19
\Notes\qup I&\sextou dgi&\doubler\ql k\sk\cl k\enotes
\Notes\qup K&\Sextou dfhcfh&\triopl mlm\enotes
\barre %20
\Notes\qup L&\sextou egi&\triopl nml\enotes
\Notes\qup I&\sextou dgi&\doubler\ql k\sk\cl l\enotes
\barre %21
\Notes\qup H&\sextou acf&\doubler\ql j\sk\cl k\enotes
\Notes\qup G&\Sextou bdgdgi&\doubler\qu i\sk\cu g\enotes
\barre %22
\Notes\qup K&\sextou dfh&\doubler\qup h\tleg0\enotes
\Notes\qup D&\Sextou dfhcfh&\doubler\soupir\sk\ilegu0n\cu h\enotes
\barre %23
\Notes\qup G&\sextou dgi&\doubler\qu i\sk\cu i\enotes
\Notes\qup H&\sextou fhj&\doubler\triou jij\enotes
\barre %24
\Notes\qup I&\sextou dgi&\doubler\qu k\sk\cu i\enotes
\Notes\qup L&\sextou beg&\doubler\cu g\tleg0\ds\ilegu0n\cu i\enotes
\barre %25
\Notes\qup J&\sextou ehj&\doubler\qu h\sk\cu g\enotes
\Notes\qup K&\Sextou cdhdfj&\doubler\qu g\sk\cu f\enotes
\barre %26
\Notes\qup G&\sextou bdg&\qup g\tleg0\enotes
\Notes\sk\sk\pt 5\soupir&\sextou dgi&\doubler\soupir\sk\ilegu0n\cl i\enotes
\barre %27
\Notes\qup G&\sextou dgi&\doubler\ql k\sk\cl k\enotes
\Notes\qup H&\sextou cfh&\doubler\triol mkm\enotes
\barre %28
\Notes\qup I&\sextou dgi&\triopl nml\enotes
\Notes\qup G&\sextou dgi&\doubler\ql k\sk\cl l\enotes
\barre %29
\Notes\qup H&\sextou acf&\doubler\ql j\sk\cl k\enotes
\Notes\qup G&\Sextou bdgdgi&\triopl iji\enotes
\generalmeter{\meterfrac 98}%
\changecontext %30
\Notes\qup K&\sextou dfh&\doubler\cu h\tleg0\ds\ilegu0n\cu h\enotes
\Notes\qup G&\sextou dgi&\triopu iji\enotes
\Notes\qup D&\Sextou dghcfh&\triopu hih\enotes
\generalmeter{\meterfrac 68}%
\changecontext %31
\Notes\hu G&\Sextou bdgNbd&\qup g\tleg0\enotes
\Notes\sk\sk\soupir&\sextou bdg&\doubler\soupir\sk\ilegu0n\cu g\enotes
\generalsignature{-2}%
\changecontext %32
\Notes\qup G&\sextou bdg&\doubler\ql i\sk\cl i\enotes
\Notes\qup H&\Sextou ac{^f}acf&\triopl jij\enotes
\barre %33
\Notes\qup I&\sextou bdg&\doubler\ql k\sk\cl i\enotes
\Notes\qup L&\sextou beg&\doubler\cu g\tleg0\ds\ilegu0n\cu g\enotes
\barre %34
\Notes\qup J&\sextou Nce&\doubler\ql l\sk\cl l\enotes
\Notes\qup K&\Sextou d{^f}hcfh&\doubler\triol jkl\enotes
\barre %35
\Notes\qup I&\Sextou bdgNbd&\doubler\qlp k\enotes
\Notes\qlp L&\sextou beg&\doubler\cu i\tleg0\ds\ilegu0n\cu g\enotes
\barre %36
\Notes\qup H&\sextou ace&\doubler\qu j\sk\cu j\enotes
\Notes\qlp K&\sh M\sextou Mad&\doubler\triou hij\enotes
\barre %37
\Notes\qup G&\Sextou bdgac{^f}&\doubler\qu i\sk\cu h\enotes
\Notes\qlp L&\sextou beg&\doubler\cu g\tleg0\ds\ilegu0n\cu i\enotes
\barre %38
\Notes\qlp J&\sextou ace&\doubler\qu h\sk\cu g\enotes
\Notes\qlp K&\Sextou adgad{^f}&\doubler\qu g\sk\cu {^f}\enotes
\barre %39
\Notes\hu G&\Sextou bdgNbd&\qup g\tleg0\enotes
\Notes\doubler\sk\soupir&\sextou bdg&\doubler\soupir\sk\ilegu0n\cl i\enotes
\barre %40
\Notes\qup G&\sextou bdg&\doubler\ql k\sk\cl k\enotes
\Notes\qup H&\Sextou ac{^f}acf&\triopl{^m}{=l}m\enotes
\barre %41
\Notes\qup I&\sextou bdg&\triopl n{=m}{_l}\enotes
\Notes\qup J&\sextou ceg&\doubler\ql k\sk\cl j\enotes
\barre %42
%\check
\Notes\qup K&\sextou dgi&\triopl iji\enotes
\Notes\qup K&\Sextou d{^f}hdfh&\triopl hih\enotes
\barre %43
\Notes\hu G&\Sextou dgibdg&\doubler\qup g\tleg0\enotes
\Notes\doubler\sk\soupir&\sextou dgi&\doubler\soupir\sk\ilegu0n\cl i\enotes
\barre %44
\Notes\qup I&\sextou dfi&\doubler\ql k\sk\cl k\enotes
\Notes\qup K&\sextou fik&\triopl mlk\enotes
\Notes\doubler\ql{=M}\sk\cl{^M}&\sextou fhj&\doubler\ql j\sk\cl k\enotes
\barre %45
\Notes\qlp N&\sextou dgi&\triopl iji\enotes
\Notes\qup K&\Sextou d{^f}hdfh&\doubler\cu h\tleg0\ds\ilegu0n\cu h\enotes
\barre %46
\Notes\qlp N&\sextou dgi&\triopu iji\enotes
\Notes\qlp K&\Sextou d{^f}hdfj&\triopu hih\enotes
\barre %47
\Notes\hu G&\Sextou bdgdgi&\qup g\tleg0\enotes
\Notes\doubler\sk\soupir&\Sextou dg{=i}dgi&\doubler\soupir\sk\ilegu0o\cl k\enotes
\generalsignature{1}%
\changecontext %48
\Notes\qup G&\sextou dgi&\doubler\ql p\sk\cl p\enotes
\Notes\qlp K&\sextou dfh&\triopl opo\enotes
\barre %49
\Notes\qlp L&\sextou beg&\triopl nml\enotes
\Notes\qup I&\sextou bdg&\doubler\ql k\sk\cl i\enotes
\barre %50
\Notes\qup H&\Sextou cfhacf&\triopl jkj\enotes
\Notes\qup G&\Sextou bdgdgi&\triopu ihg\enotes
\barre %51
\Notes\qup K&\sextou dfh&\qu h\tleg0\sk\ds\enotes
\Notes\qup I&\sh d\sextou dfi&\doubler\ilegu0n\qu i\sk\cu h\enotes
\barre %52
\Notes\qlp L&\sextou beg&\doubler\qu g\sk\cu g\enotes
\Notes\qup H&\sextou acf&\triopu jih\enotes
\barre %53
\Notes\qup I&\sextou beg&\doubler\qu i\sk\cu i\enotes
\Notes\qup I&\sextou bfh&\doubler\qu i\sk\cu i\enotes
\barre %54
\Notes\hl L&\Sextou begNbe&\doubler\qup e\tleg0\enotes
\Notes\doubler\sk\soupir&\sextou beg&\doubler\soupir\sk\ilegu0n\cl i\enotes
\barre %55
\Notes\qlp L&\sextou beg&\doubler\ql n\sk\cl n\enotes
\Notes\qup H&\sextou acf&\ibl0m0\pt m\qb0m\sk\sk\nbbl0\qb0{nm}\tqb0l\enotes
\barre %56
\Notes\qup I&\Sextou b{^d}fadf&\doubler\cl{^k}\tleg0\ds\ilegu0n\cl i\enotes
\Notes\qlp L&\sextou beg&\doubler\ql l\sk\cl m\enotes
\barre %57
\Notes\qup J&\Sextou cegceh&\doubler \ql n\sk\ql o\enotes
\Notes\qup I&\Sextou {^d}fidfi&\doubler\ql p\sk\cl m\enotes
\barre %58
\Notes\qup L&\sextou egi&\Ibl0nl5\qb0n\sk\nbbl0\qb0{onm}\tqb0l\enotes
\Notes\qup I&\sh d\sextou dfi&\doubler\cl {^k}\tleg0\ds\ilegu0o\cl i\enotes
\barre %59
\Notes\qlp L&\sextou beg&\doubler\ql l\sk\cl m\enotes
\Notes\qup J&\Sextou cegceh&\doubler \ql n\sk\cl o\enotes
\barre %60
\Notes\qup G&\sextou dgi&\doubler\ql p\sk\cl n\enotes
\Notes\qup I&\sextou bdg&\Ibl0nl5\qbp0n\sk\sk\nbbl0\qb0{on}\tqb0m\enotes
\barre %61
\Notes\qup J&\sextou ceg&\doubler\ql l\sk\cl j\enotes
\Notes\qlp N&\sextou dgi&\triopl iji\enotes
\barre %62
\Notes\qup K&\sextou dfh&\triopu hih\enotes
\Notes\qup L&\sextou egi&\triopu gfe\enotes
\barre %63
\Notes\qup H&\sextou acf&\doubler\qu f\sk\cu f\enotes
\Notes\qup I&\sextou beg&\triopu gfe\enotes
\Notes\qup I&\sextou bfh&\triopu fe{^d}\enotes
\barre %64
\Notes\hu L&\Sextou begNbe&\qup e\tleg0\enotes
\Notes\doubler\sk\soupir&\Sextou begbdg&\doubler\soupir\sk\ilegu0n\cu g\enotes
\barre %65
\Notes\qup G&\sextou dgi&\doubler\ql i\sk\cl i\enotes
\Notes\qup I&\sextou bdg&\triopl kji\enotes
\barre %66
\Notes\doubler\qu K\sk\cu{^K}&\Sextou dfhdfi&\doubler\qu h\sk\cu i\enotes
\Notes\qup L&\sextou egi&\Ibu0ge5\qh0g\sk\nbbu0\qh0{hgf}\tqh0e\enotes
\Notes\qup I&\sh d\sextou dfi&\Ibu0fd5\qh0f\sk\nbbu0\qh0{gfe}\tqh0{^d}\enotes
\barre %67
\Notes\hl L&\Sextou egibeg&\qup e\tleg0\enotes
\Notes\doubler\sk\soupir&\Sextou egidgi&\doubler\soupir\sk\ilegu0n\cu g\enotes
\barre %68
\Notes\qup G&\sextou bdg&\doubler\qu i\sk\cu i\enotes
\Notes\qup H&\sextou acf&\doubler\triou jij\enotes
\barre %69
\Notes\qup I&\sextou bdg&\doubler\qu k\sk\cu i\enotes
\Notes\qup L&\sextou beg&\doubler\cu g\tleg0\ds\ilegu0n\cu g\enotes
\barre %70
\Notes\qup J&\sextou ceg&\doubler\ql l\sk\cl l\enotes
\Notes\qup H&\sextou cfh&\doubler\triol lmn\enotes
\barre %71
\Notes\qup I&\sextou bdg&\doubler\qlp k\enotes
\Notes\qlp L&\sextou beg&\doubler\cu i\tleg0\ds\ilegu0n\cu i\enotes
\barre %72
\Notes\qup H&\sextou ace&\doubler\qu j\sk\cu j\enotes
\Notes\qlp K&\sextou Mad&\doubler\triou lkj\enotes
\barre %73
\Notes\qup I&\Sextou Ma{^d}Mad&\doubler\qu i\sk\cu h\enotes
\Notes\qlp L&\sextou Nbe&\doubler\cu g\tleg0\ds\ilegu0n\cu i\enotes
\barre %74
\Notes\qlp J&\sextou ace&\doubler\qu h\sk\cu g\enotes
\Notes\qlp K&\Sextou adgadf&\doubler\qu g\sk\cu f\enotes
\barre %75
\Notes\qup I&\sextou bdg&\qup g\tleg0\enotes
\Notes\qup H&\ibbu0f0\qh0{acged}\tqh0c&\doubler\soupir\sk\ilegu0n\cl i\enotes
\barre %76
\Notes\qup I&\sextou bdg&\doubler\ql k\sk\cl k\enotes
\Notes\qup K&\Sextou dfhcfh&\triopl mlm\enotes
\barre %77
\Notes\qup L&\sextou egi&\triopl nml\enotes
\Notes\qup I&\Sextou dgibeg&\doubler\ql k\sk\cl l\enotes
\barre %78
\Notes\qup H&\sextou acf&\doubler\ql j\sk\cl k\enotes
\Notes\qup G&\Sextou bdgdgi&\doubler\qu i\sk\cu g\enotes
\barre %79
\Notes\qup K&\sextou dfh&\doubler\cu h\tleg0\ds\ilegu0n\cu h\enotes
\Notes\qup G&\sextou dgi&\triopu iji\enotes
\Notes\qup D&\Sextou dghcfh&\triopu hih\enotes
\barre %80
\Notes\hu G&\Sextou bdgdgi&\qup g\tleg0\enotes
\Notes\sk\sk\soupir&\Sextou gikikn&\uptext{\moyen Rall.}\doubler\soupir\sk\ilegu0o\cl n\enotes
\barre %81
\Notes\qup G&\Ibbl0nk3\qb0{pnknk}\tqb0i&\advance\transpose 7\triopl iji\enotes
\Notes\qup D&\Ibbu0jg5\qh0{khfcf}\tqh0h&\advance\transpose 7\triopl hih\enotes
\barre %82
\Notes\hup G&\Ibbu0je5\qh0{igdgd}\tqh0b&\hlp n\tleg0\enotes
\Notes&\Sextou Nbdbdf\enotes
\NOtes\pt 5\soupir&\qup g&\pt 5\soupir\enotes
%\linegoal 28
\mulooseness -7
\finmorceau
\rightline{\sl\aujourdhui}\vfil\eject
\ifx\toc\undefined
\let\finishpiece \end
\else
\let\finishpiece\relax
\fi
\finishpiece
\endinput

View File

@ -0,0 +1,947 @@
\title{Fantaisie aigre-douce}
\subtitle{(pour orgue)}
\shortauthor{D. Taupin}
\fullauthor{Daniel TAUPIN}
\othermention{Compos\'e en 1993}
\maketitle
\tracingstats=2\relax
%
% formes frquentes
%
%au moins deux croches basses et hautes
\def\dqb#1#2{\Ibl0{#1}{#2}1\qb0{#1}\tqb0{#2}}%
\def\dqh#1#2{\Ibu0{#1}{#2}1\qh0{#1}\tqh0{#2}}%
%au moins deux doubles croches basses et hautes
\def\dqbb#1#2{\Ibbl0{#1}{#2}1\qb0{#1}\tqb0{#2}}%
\def\dqhh#1#2{\Ibbu0{#1}{#2}1\qh0{#1}\tqh0{#2}}%
%au moins trois doubles croches basses et hautes
\def\tqbb#1#2#3{\Ibbl0{#1}{#3}2\qb0{#1#2}\tqb0{#3}}%
\def\Tqbb#1#2#3{\ibbl0{#2}0\qb0{#1#2}\tqb0{#3}}%
%au moins quatre croches basses et hautes
\def\qqb#1#2#3#4{\Ibl0{#1}{#4}3\qb0{#1#2#3}\tqb0{#4}}%
\def\Qqb#1#2#3#4{\Ibl0{#1}{#3}2\qb0{#1#2#3}\tqb0{#4}}%
\def\qqB#1#2#3#4{\Ibl0{#2}{#4}2\qb0{#1#2#3}\tqb0{#4}}%
\def\qqh#1#2#3#4{\Ibu0{#1}{#4}3\qh0{#1#2#3}\tqh0{#4}}%
\def\Qqh#1#2#3#4{\Ibu0{#1}{#3}2\qh0{#1#2#3}\tqh0{#4}}%
\def\qqH#1#2#3#4{\Ibu0{#2}{#4}2\qh0{#1#2#3}\tqh0{#4}}%
%au moins quatre doubles croches basses et hautes
\def\qqbb#1#2#3#4{\Ibbl0{#1}{#4}3\qb0{#1#2#3}\tqb0{#4}}%
\def\Qqbb#1#2#3#4{\Ibbl0{#1}{#3}2\qb0{#1#2#3}\tqb0{#4}}%
\def\qqBB#1#2#3#4{\Ibbl0{#2}{#4}2\qb0{#1#2#3}\tqb0{#4}}%
\def\qqhh#1#2#3#4{\Ibbu0{#1}{#4}3\qh0{#1#2#3}\tqh0{#4}}%
\def\Qqhh#1#2#3#4{\Ibbu0{#1}{#3}2\qh0{#1#2#3}\tqh0{#4}}%
\def\qqHH#1#2#3#4{\Ibbu0{#2}{#4}2\qh0{#1#2#3}\tqh0{#4}}%
%
\def\qlppz#1{\uppz #1\ql #1}
\def\zlppz#1{\lppz #1\zq #1}
\def\quppz#1{\lppz #1\qu #1}
%
\nbporteesii=2\relax
\def\nbinstruments{2}
\global\cleftoksii={{6}{0}{0}{0}}%
\global\cleftoksi={{6}{0}{0}{0}}%
%
\signaturegenerale{0}\relax % ut majeur
\def\troistemps{\generalmeter{\meterfrac{3}{4}}}%
%\check
\def\instrumenti{P\'edale}%
\def\instrumentii{G.O.}%
%\check
\medskip\noindent{\rm G.O.: Plein jeu, anches 8' et fonds 16' {\sl ad libitum.}}%
\par\noindent{\rm P\'ed.: fonds et anches 16', tirasse G.O.}%
\smallskip
%
\def\trioskip{\multiply\noteskip by 2\relax\divide\noteskip by 3\relax}%
\def\doubler{\multiply\noteskip by 2\relax}%
\troistemps
\debutmorceau
\bigaccid
\notes&|\Uptext{\hbox{\kern -16mm\moyen Allegro
\bf(\metron{\hup}{50})}}\enotes
\advance\linesinpage by 1\relax
\ifx\mxversion\undefined\kern -\Interligne\fi
%\check
% mesure 1
\NOtes\hu J&\zq L\qlppz N|\zlppz c\qu e\enotes
\temps\NOtes&\zq L\qlppz N|\zlppz c\qu e\enotes
\temps\NOtes\soupir&\zq L\qlppz N|\zlppz c\qu e\enotes
%\check
% mesure 2
\barre\NOtes\hu J&\zq L\qlppz N|\zlppz c\qu e\enotes
\temps\NOtes&\zq L\qlppz N|\zlppz c\qu e\enotes
\temps\NOtes\soupir&\zq L\qlppz N|\zlppz c\qu e\enotes
%\check
% mesure 3
\barre\NOtes\hu J&\zq L\qlppz N|\zlppz c\qu e\enotes
\temps\notes&\zq L\uppz a\ql{_a}|\lppz c\zql{_d}\dqh fe\enotes
\temps\NOtes\soupir&\zq L\qlppz a|\lppz c\zql d\qu f\enotes
%\check
% mesure 4
\barre\NOtes\hu J&\zq L\qlppz N|\zlppz c\qu e\enotes
\temps\notes&\zq L\uppz a\ql{_a}|\na d\roff{\lppz d\zql d}\dqh ef\enotes
\temps\NOtes\soupir&\zq L\qlppz N|\lppz c\zql c\qu e\enotes
%\check
% mesure 5
\barre\NOtes\hu{_K}&\zq L\qlppz N|\lppz d\zq{_d}\qu f\enotes
\temps\NOtes&\zq L\qlppz N|\lppz d\rq e\qu{=d}\enotes
\temps\NOtes\soupir&\zq M\uppz a\ql{_a}|\lppz d\zq{_d}\qu f\enotes
%\check
% mesure 6
\barre\NOtes\qu J&\zq L\qlppz N|\zlppz c\qu e\enotes
\temps\notes\doubler\qu{=K}&\zq L\uppz a\ql{_a}|\na d\roff{\lppz d\zql d}\dqh ef\enotes
\temps\NOtes\soupir&\zq L\qlppz N|\lppz c\zql c\qu e\enotes
%\check
% mesure 7
\barre\NOtes\hu{^J}&\zq K\qlppz N|\lppz c\zq{^c}\qu g\enotes
\temps\NOtes&\zq L\qlppz N|\lppz d\zq d\qu{^f}\enotes
\temps\NOtes\soupir&\zq M\uppz a\ql{_a}|\zlppz c\qu{=f}\enotes
%\check
% mesure 8
\barre\NOtes\qu J&\zq L\qlppz N|\na c\zlppz c\qu e\enotes
\temps\notes\doubler\qu{K}&\zq L\uppz a\ql{_a}|\lppz c\zql c\dqh e{^d}\enotes
\temps\NOtes\soupir&\zq L\qlppz N|\lppz c\zql c\qu e\enotes
%\check
% mesure 9
\barre\NOtes\hu{_L}&\zq L\qlppz N|\lppz b\zq {_e}\qu{b}\enotes
\temps\NOtes&\zq L\qlppz N|\zq a\lppz a\qu{^c}\enotes
\temps\NOtes\qu{K}&\zq M\uppz a\ql{_a}|\lppz b\zq b\qu d\enotes
%\check
% mesure 10
\barre\NOtes\hu J&\zq L\qlppz N|\zlppz c\qu{=e}\enotes
\temps\NOtes&\zq L\qlppz N|\zlppz c\qu e\enotes
\temps\NOtes\soupir&\zq L\qlppz N|\zlppz c\qu e\enotes
%\check
% mesure 11
\barre\NOtes\qu J&\zq L\qlppz N|\zlppz c\qu e\enotes
\temps\NOtes\qu{_K}&\zq L\qlppz N|\zlppz c\qu e\enotes
\temps\NOtes\qu J&\zq L\qlppz N|\zlppz c\qu e\enotes
% mesure 12
\barre\NOtes\hu J&\zq L\qlppz N|\zlppz c\zq e\qu g\enotes
\temps\NOtes&\zq L\qlppz N|\zlppz c\zq e\qu g\enotes
\temps\NOtes\soupir&\zq L\qlppz N|\zlppz c\zq e\qu g\enotes
%\check
% mesure 13
\barre\NOtes\hu J&\zq L\qlppz N|\zlppz c\zq e\qu g\enotes
\temps\NOtes&\zq L\qlppz N|\zlppz c\zq e\qu g\enotes
\temps\NOtes\soupir&\zq L\qlppz N|\zlppz c\zq e\qu g\enotes
%\check
% mesure 14
\barre\NOtes\qu J&\zq L\qlppz N|\zlppz c\zq e\qu g\enotes
\temps\notes\qu{_K}&\zq L\uppz a\ql{_a}|\lppz c\zq f\zql{_d}\dqh {_h}g\enotes
\temps\NOtes\soupir&\zq L\qlppz a|\lppz c\zq d\zql f\qu h\enotes
%\check
% mesure 15
\barre\NOtes\qu J&\zq L\qlppz N|\zlppz c\zq e\qu g\enotes
\temps\notes\doubler\qu{=K}&\zq L\uppz a\ql{_a}|\relax
\na d\lppz d\zq f\zql d\roff{\dqh g{_h}}\enotes
\nspace
\temps\NOtes\soupir&\zq L\qlppz N|\lppz c\zql c\zq e\qu g\enotes
%\check
% mesure 16
\barre\NOtes\hu{^J}&\zq L\qlppz N|\lppz c\zq{^c}\zq f\qu{_h}\enotes
\temps\NOtes&\zq L\qlppz N|\lppz d\rq e\zq d\qu g\enotes
\temps\NOtes\soupir&\zq M\uppz a\ql{_a}|\lppz c\zq{=c}\zq f\qu h\enotes
%\check
% mesure 17
\barre\NOtes\qu J&\zq L\qlppz N|\zlppz c\zq e\qu g\enotes
\temps\notes\doubler\qu{=K}&\zq L\uppz a\ql{_a}|\relax
\lfl e\lq e\lppz d\zql d\dqh g{=h}\enotes
\temps\NOtes\soupir&\zq L\qlppz N|\na e\lppz c\zql c\zq e\qu g\enotes
%\check
% mesure 18
\barre\NOtes\hu{^J}&\zq L\qlppz N|\lppz c\zq{^c}\zq e\zq g\qu{_i}\enotes
\temps\NOtes&\zq L\qlppz N|\lppz d\zq d\zq{^f}\qu h\enotes
\temps\NOtes\soupir&\zq M\uppz a\ql{_a}|\zlppz c\zql{_e}\qu{_h}\enotes
%\check
% mesure 19
\barre\NOtes\qu J&\zq L\qlppz N|\zlppz c\zq{=e}\qu g\enotes
\temps\notes\doubler\qu{=K}&\zq L\uppz a\ql{_a}|\lppz c\zq e\zql c\dqh g{^f}\enotes
\temps\NOtes\soupir&\zq L\qlppz N|\lppz c\zql c\zq e\qu g\enotes
%\check
% mesure 20
\barre\NOtes\hu{^K}&\zq L\qlppz N|\lsh c\lppz b\rq c\zq{_b}\qu{^f}\enotes
\temps\NOtes&\zq L\qlppz N|\na b\lppz d\zq b\rq c\qu{=f}\enotes
\temps\NOtes\soupir&\zq M\uppz a\ql{_a}|\lppz b\zq b\qu{^f}\enotes
%\check
% mesure 21
\barre\NOtes\hu J&\zq L\qlppz N|\zlppz c\zq e\qu g\enotes
\temps\NOtes&\zq L\qlppz N|\zlppz c\zq e\qu g\enotes
\temps\NOtes\soupir&\zq L\qlppz N|\zlppz c\zq e\qu g\enotes
%\check
% mesure 22
\barre\NOtes\qu J&\zq L\qlppz N|\zlppz c\zq e\qu g\enotes
\temps\NOtes\qu{_K}&\zq L\qlppz N|\zlppz c\zq e\qu g\enotes
\temps\NOtes\qu J&\zq L\qlppz N|\zlppz c\zq e\qu g\enotes
%\check
% mesure 23
\barre\NOtes\qu L&\zq {La}\qlppz c|\zlppz e\zq h\qu j\enotes
\temps\NOtes\qu J&\zq {LN}\qlppz c|\zlppz e\zq g\qu j\enotes
\temps\NOtes\soupir&\zq {LN}\qlppz c|\zlppz e\zq g\qu j\enotes
%\check
% mesure 24
\barre\NOtes\hu J&\zq {LN}\qlppz c|\zlppz e\zq g\qu j\enotes
\temps\NOtes&\zq {LN}\qlppz c|\zlppz e\zq g\qu j\enotes
\temps\NOtes\soupir&\zq {LN}\qlppz c|\zlppz e\zq g\qu j\enotes
% mesure 25
\barre\NOtes\hu J&\zq {LN}\qlppz c|\zlppz e\zq g\qu j\enotes
\temps\notes&\zq {M_a}\qlppz c|\zlppz f\zql {_h}\dqh jk\enotes
\temps\NOtes\soupir&\zq {Ma}\qlppz c|\zlppz f\zql {h}\qu j\enotes
%\check
% mesure 26
\barre\NOtes\hu J&\zq {LN}\qlppz c|\zlppz e\zq {jg}\qu l\enotes
\temps\NOtes&\zq {L=a}\qlppz c|\lna h\sh f\zlppz f\zq {hj}\qu{_l}\enotes
\temps\NOtes\soupir&\lfl a\zq {^Ma}\qlppz c|\zlppz f\zq {_h}\qu k\enotes
% mesure 27
\barre\NOtes\hu J&\zq {L=a}\qlppz c|\zlppz e\zq{=h}\qu j\enotes
\temps\notes&\zq {LN}\qlppz c|\zlppz e\zql {g}\dqh ji\enotes
\temps\NOtes\soupir&\zq {M_a}\qlppz c|\zlppz f\zql {_h}\qu j\enotes
%\check
% mesure 28
\barre\NOtes\hu J&\zq {L_a}\qlppz c|\zlppz e\rq f\qu{_h}\enotes
\temps\NOtes&\zq {LN}\uppz b\qlp{_b}|\zlppz e\zq g\qu{_i}\enotes
\temps\NOtes\soupir&\zq {_LN}\na b\qlppz b|\fl e\zlppz e\zq g\qu{=i}\enotes
%\check
% mesure 29
\barre\NOtes\hu J&\zq {=LN}\qlppz c|\na e\zlppz e\zq g\qu j\enotes
\temps\notes&\zq {M_a}\qlppz c|\zlppz f\zql {_h}\dqh jk\enotes
\temps\NOtes\soupir&\lsh M\zq {M=a}\qlppz c|\lsh f\zlppz f\zql {=h}\qu j\enotes
%\check
% mesure 30
\barre\NOtes\hu J&\zq{LN}\qlppz c|\zlppz e\zq {gj}\qu l\enotes
\temps\NOtes&\zq{LN}\qlppz c|\zlppz e\zq{gj}\qu l\enotes
\temps\NOtes\soupir&\zq{LN}\qlppz c|\zlppz e\zq{gj}\qu l\enotes
%\check
% mesure 31
\barre\NOtes\hu J&\zq{LN}\qlppz c|\zlppz e\zq {gj}\qu l\enotes
\temps\NOtes&\zq{LN}\qlppz c|\zlppz e\zq{gj}\qu l\enotes
\temps\NOtes\soupir&\zq{LN}\qlppz c|\zlppz e\zq{gj}\qu l\enotes
%\check
% mesure 32
\barre\NOtes\hu J&\zq {LN}\qlppz c|\zlppz e\zq{gj}\qu l\enotes
\temps\notes&\zq {L_a}\uppz d\ql{_d}|\lppz f\zq{f_h}\zql{_k}\dqh ml\enotes
\temps\NOtes\soupir&\zq{La}\qlppz d|\lppz f\zq{fh}\zql k\qu m\enotes
%\check
% mesure 33
\barre\NOtes\hu J&\zq{LN}\qlppz c|\zlppz e\zq{gj}\qu l\enotes
\temps\notes&\zq {L_a}\uppz d\ql{=d}|\zlppz e\zq{=h}\zql k\roff{\dqh lm}\enotes
\nspace
\temps\NOtes\soupir&\zq {LN}\qlppz c|\zlppz e\zq{gj}\qu l\enotes
%\check
% mesure 34
\barre\NOtes\hu{^J}&\zq {LN}\sh c\qlppz c|\zlppz f\zq{h^j}\qu m\enotes
\temps\NOtes&\zq {LN}\qlppz d|\zlppz e\rq k\zq g\qu l\enotes
\temps\NOtes\soupir&\lfl a\zq {Ma}\na c\qlppz c|\zlppz f\zq{h=j}\qu m\enotes
%\check
% mesure 35
\barre\NOtes\qu J&\zq {LN}\qlppz c|\zlppz e\zq{gj}\qu l\enotes
\temps\notes\doubler\qu{=K}&\zq {L_a}\ql d|\lppz e\zq{e_h}\zql k\roff{\dqh lm}\enotes
\nspace
\temps\NOtes\soupir&\zq {LN}\qlppz c|\zlppz e\zq{gj}\qu l\enotes
%\check
% mesure 36
\barre\NOtes\hu{^J}&\zq {KN}\sh c\qlppz c|\lppz g\zq{g^j}\rq k\qu n\enotes
\temps\NOtes&\zq{LN}\qlppz d|\zq{^fj}\rq l\qu{^m}\enotes
\temps\NOtes\soupir&\zq {M_a}\qlppz c|\lfl h\na f\zlppz f\zq{hj}\qu{=m}\enotes
%\check
% mesure 37
\barre\NOtes\qu J&\zq {LN}\na c\qlppz c|\zlppz e\zq{gj}\qu l\enotes
\temps\notes\doubler\qu{=K}&\lfl a\zq {La}\na d\qlppz d|\lppz e\zq{_h}\zql j\dqh l{^k}\enotes
\temps\NOtes\soupir&\zq {LN}\qlppz c|\lppz e\zq{egj}\qu l\enotes
%\check
% mesure 38
\barre\NOtes\qsk\hu{^K}&\qsk\lfl b\na d\zq {LNb}\qlppz d|\qsk
\zlppz e\zq{g}\qu{=k}\enotes
\temps\NOtes&\sh c\zq {LN}\qlppz c|\zq e\lppz e\zq h\qu{^j}\enotes
\temps\NOtes\qu{=K}&\lq a\lfl a\zq {M}\qlppz b|\lppz d\zq {df_h}\qu k\enotes
%\check
% mesure 39
\barre\NOtes\hu J&\zq {LN}\qlppz c|\zlppz e\zq{gj}\qu l\enotes
\temps\NOtes&\zq {LN}\qlppz c|\zlppz e\zq{gj}\qu l\enotes
\temps\NOtes\soupir&\zq {LN}\qlppz c|\zlppz e\zq{gj}\qu l\enotes
%\check
% mesure 40
\barre\NOtes\hu J&\zq {LN}\qlppz c|\Uptext{\it rit.}\zlppz e\zq{gj}\qu l\enotes
\temps\NOtes&\zq {LN}\qlppz c|\zlppz e\zq{gj}\qu l\enotes
\temps\NOtes\soupir&\zq {LN}\qlppz c|\zlppz e\zq{gj}\qu l\enotes
%\check
% mesure 41
\barre
\notes\zcharnote B{\it legato}\Ilegu0b\hl L&\zcharnote g{\it
a tempo}\Qqbb Nece|\Uptext{\it bien
sirupeux~!}\ibbu0i0\qh0{lgj}\tqh0g\enotes
\temps\notes&\Qqbb Nece|\ibbu0i0\qh0{lgj}\tqh0g\enotes
\temps\notes\ql L&\Qqbb Nece|\ibbu0i0\qh0{lgj}\tqh0g\enotes
%\check
% mesure 42
\barre\notes\ql L&\Qqbb Nece|\Qqhh lgjg\enotes
\temps\notes\ql K&\Qqbb Ndbd|\Qqhh kgig\enotes
\temps\notes\ql L&\Qqbb Nece|\Qqhh lgjg\enotes
%\check
% mesure 43
\barre\notes\ql J&\Qqbb Nece|\Qqhh lgjg\enotes
\temps\notes\ql K&\Qqbb Ndbd|\Qqhh kgig\enotes
\temps\notes\ql L&\Qqbb Nece|\Qqhh lgjg\enotes
%\check
% mesure 44
\barre\notes\qlp N&\Qqbb Nece|\Qqhh lgjg\enotes
\temps\notes\sk\tleg0\sk\ds&\Qqbb Nece|\Qqhh lgjg\enotes
\temps\notes\Ilegu0b\ql N&\Qqbb Nece|\Qqhh lgjg\enotes
%\check
% mesure 45
\barre\notes\hlp a&\Qqbb Mcac|\Qqhh mhjh\enotes
\temps\notes&\Qqbb Mcac|\Qqhh mhjh\enotes
\temps\notes&\Qqbb Mcac|\Qqhh mhjh\enotes
%\check
% mesure 46
\barre\notes\qlp N\tleg0&\Qqbb Nece|\Qqhh lgjg\enotes
\temps\notes\sk\sk\ds&\Qqbb Nece|\Qqhh lgjg\enotes
\temps\notes\Ilegu0c\ql N&\Qqbb Nece|\Qqhh lgjg\enotes
%\check
% mesure 47
\barre\notes\hl c&\Qqbb afcf|\Qqhh mhjh\enotes
\temps\notes&\Qqbb afcf|\Qqhh mhjh\enotes
\temps\notes\ql N&\Qqbb Nece|\Qqhh lgjg\enotes
%\check
% mesure 48
\barre\notes\ql N&\Qqbb Nece|\Qqhh lgjg\enotes
\temps\notes\ql M&\Qqbb afcf|\Qqhh mhjh\enotes
\temps\notes\ql L&\Qqbb Nece|\Qqhh lgjg\enotes
%\check
% mesure 49
\barre\notes\hu K\tleg0&\Qqbb Ndbd|\Qqhh kgig\enotes
\temps\notes&\Qqbb Ndbd|\Qqhh kgig\enotes
\temps\notes\soupir&\Qqbb Ndbd|\Qqhh kgig\enotes
%\check
% mesure 50
\barre\notes\Ilegu0c\hl L&\Qqbb Nece|\Qqhh lgjg\enotes
\temps\notes&\Qqbb Nece|\Qqhh lgjg\enotes
\temps\notes\ql L&\Qqbb Nece|\Qqhh lgjg\enotes
%\check
% mesure 51
\barre\notes\ql L&\Qqbb Nece|\Qqhh lgjg\enotes
\temps\notes\ql K&\Qqbb Ndbd|\Qqhh kgig\enotes
\temps\notes\ql L&\Qqbb Nece|\Qqhh lgjg\enotes
%\check
% mesure 52
\barre\notes\ql J&\Qqbb Nece|\Qqhh lgjg\enotes
\temps\notes\ql K&\Qqbb Ndbd|\Qqhh kgig\enotes
\temps\notes\ql L&\Qqbb Nece|\Qqhh lgjg\enotes
%\check
% mesure 53
\barre\notes\hl a&\Qqbb aece|\Qqhh lhjh\enotes
\temps\notes&\Qqbb aece|\Qqhh lhjh\enotes
\temps\notes\ql b&\Qqbb {^N}ebe|\Qqhh l{^g}ig\enotes
%\check
% mesure 54
\barre\notes\qlp c\tleg0&\Qqbb aece|\Qqhh lhjh\enotes
\temps\notes\sk\sk\ds&\Qqbb aece|\Qqhh lhjh\enotes
\temps\notes\Ilegu0c\ql c&\Qqbb aece|\Qqhh lhjh\enotes
%\check
% mesure 55
\barre\notes\hl b&\Qqbb Nebe|\Qqhh lgig\enotes
\temps\notes&\Qqbb Nebe|\Qqhh lgig\enotes
\temps\nspace\notes\ql a&\Qqbb aece|\bigsh m\Qqhh mhjh\enotes
%\check
% mesure 56
\barre\notes\hl N&\Qqbb Nebe|\Qqhh lgig\enotes
\temps\notes&\Qqbb Nebe|\Qqhh lgig\enotes
\temps\notes\ql a&\Qqbb aece|\Qqhh lhjh\enotes
%\check
% mesure 57
\barre\notes\hl N&\Qqbb Nebe|\Qqhh lgig\enotes
\temps\notes&\Qqbb Nebe|\Qqhh lgig\enotes
\temps\nspace\notes\ql {^M}&\varaccid\Qqbb a{^f}{^d}f|\sh m\varaccid\Qqhh mh{^k}h\enotes
%\check
% mesure 58
\barre\notes\hl L\tleg0&\Qqbb Nebe|\Qqhh lgig\enotes
\temps\notes&\Qqbb Nebe|\Qqhh lgig\enotes
\temps\notes\soupir&\Qqbb Nebe|\Qqhh lgig\enotes
%\check
% mesure 59
\barre\notes\Ilegu0b\hl N&\Qqbb Nece|\Qqhh lgjg\enotes
\temps\notes&\Qqbb Nece|\Qqhh lgjg\enotes
\temps\notes\ql N&\Qqbb Nece|\Qqhh lgjg\enotes
%\check
% mesure 60
\barre\notes\hl M&\Qqbb afcf|\Qqhh mhjh\enotes
\temps\notes&\Qqbb afcf|\Qqhh mhjh\enotes
\temps\notes\ql L&\Qqbb Nece|\Qqhh njlj\enotes
%\check
% mesure 61
\barre\notes\hlp K&\Qqbb Ndbd|\Qqhh niki\enotes
\temps\notes&\Qqbb Ndbd|\Qqhh niki\enotes
\temps\notes&\Qqbb Ndbd|\Qqhh niki\enotes
%\check
% mesure 62
\barre\notes\hl J\tleg0&\Qqbb Nece|\Qqhh njlj\enotes
\temps\notes&\Qqbb Nece|\Qqhh njlj\enotes
\temps\notes\soupir&\Qqbb Nece|\Qqhh njlj\enotes
% mesure 63
\barre\notes\Ilegu0b\hl L&\Qqbb Nece|\Qqhh lgjg\enotes
\temps\notes&\Qqbb Nece|\Qqhh lgjg\enotes
\temps\notes\ql L&\Qqbb Nece|\Qqhh lgjg\enotes
%\check
% mesure 64
\barre\notes\ql L&\Qqbb Nece|\Qqhh lgjg\enotes
\temps\notes\ql K&\Qqbb Nece|\Qqhh lgjg\enotes
\temps\notes\ql L&\Qqbb Nece|\Qqhh lgjg\enotes
%\check
% mesure 65
\barre\notes\ql J&\Qqbb Nece|\Qqhh lgjg\enotes
\temps\notes\ql K&\Qqbb Nece|\Qqhh lgjg\enotes
\temps\notes\ql L&\Qqbb Nece|\Qqhh lgjg\enotes
%\check
% mesure 66
\barre\notes\qlp N&\Qqbb Nece|\Qqhh lgjg\enotes
\temps\notes\sk\tleg0\sk\ds&\Qqbb Nece|\Qqhh lgjg\enotes
\temps\notes\Ilegu0c\ql N&\Qqbb Nece|\Qqhh lgjg\enotes
%\check
% mesure 67
\barre\notes\hlp c&\Qqbb afcf|\Qqhh mhjh\enotes
\temps\notes&\Qqbb afcf|\Qqhh mhjh\enotes
\temps\notes&\Qqbb afcf|\Qqhh mhjh\enotes
%\check
% mesure 68
\barre\notes\qlp N\tleg0&\Qqbb Nece|\Qqhh lgjg\enotes
\temps\notes\sk\sk\ds&\Qqbb Nece|\Qqhh lgjg\enotes
\temps\notes\Ilegu0c\ql N&\Qqbb Nece|\Qqhh lgjg\enotes
% mesure 69
\barre\notes\ql N&\Qqbb Nece|\Qqhh lgjg\enotes
\temps\notes\ql M&\Qqbb Ndbd|\Qqhh kgig\enotes
\temps\notes\ql L&\Qqbb Nece|\Qqhh lgjg\enotes
%\check
% mesure 70
\barre\notes\hu K&\Qqbb Ndbd|\Qqhh kgig\enotes
\temps\notes&\Qqbb Ndbd|\Qqhh kgig\enotes
\temps\notes\qu K&\Qqbb Ndbd|\Qqhh kgig\enotes
%\check
% mesure 71
\barre\notes\hu J\tleg0&\Qqbb Nece|\Qqhh lgjg\enotes
\temps\notes&\Qqbb Nece|\Qqhh lgjg\enotes
\temps\notes\soupir&\Qqbb Nece|\Qqhh lgjg\enotes
%\check
% mesure 72
\barre\notes\lppz J\qu J&\Qqbb Nece|\Qqhh lgjg\enotes
\temps\notes\lppz J\qu J&\Qqbb Nece|\Qqhh lgjg\enotes
\temps\notes\lppz J\qu J&\Qqbb Nece|\soupir\enotes
%\check
% mesure 73
\barre
\NOtes\hu J&\zq L\qlppz N|\uptext{\it aigre et nerveux}\zlppz c\qu e\enotes
\temps\NOtes&\zq L\qlppz N|\zlppz c\qu e\enotes
\temps\NOtes\soupir&\zq L\qlppz N|\zlppz c\qu e\enotes
%\check
% mesure 74
\barre\NOtes\hu J&\zq L\qlppz N|\zlppz c\qu e\enotes
\temps\NOtes&\zq L\qlppz N|\zlppz c\qu e\enotes
\temps\NOtes\soupir&\zq L\qlppz N|\zlppz c\qu e\enotes
%\check
% mesure 75
\barre\NOtes\hu J&\zq L\qlppz N|\zlppz c\qu e\enotes
\temps\notes&\zq L\uppz a\ql{_a}|\lppz c\zql{_d}\dqh fe\enotes
\temps\NOtes\soupir&\zq L\qlppz a|\lppz c\zql d\qu f\enotes
%\check
% mesure 76
\barre\NOtes\hu J&\zq L\qlppz N|\zlppz c\qu e\enotes
\temps\notes&\zq L\uppz a\ql{_a}|\na d\roff{\lppz d\zql d}\dqh ef\enotes
\temps\NOtes\soupir&\zq L\qlppz N|\lppz c\zql c\qu e\enotes
%\check
% mesure 77
\barre\NOtes\hu{_K}&\zq L\qlppz N|\lppz c\zq{_d}\qu f\enotes
\temps\NOtes&\zq L\qlppz N|\lppz d\rq e\qu{=d}\enotes
\temps\NOtes\soupir&\zq M\uppz a\ql{_a}|\zlppz c\qu f\enotes
%\check
% mesure 78
\barre\NOtes\qu J&\zq L\qlppz N|\zlppz c\qu e\enotes
\temps\notes\doubler\qu{=K}&\zq L\uppz a\ql{_a}|\na d\roff{\lppz d\zql d}\dqh ef\enotes
\temps\NOtes\soupir&\zq L\qlppz N|\lppz c\zql c\qu e\enotes
%\check
% mesure 79
\barre\NOtes\hu{_K}&\zq K\qlppz N|\lppz c\zq{_d}\qu g\enotes
\temps\NOtes&\zq L\qlppz N|\lppz d\zq{=d}\qu{^f}\enotes
\temps\NOtes\soupir&\zq M\uppz a\ql{_a}|\zlppz c\qu{=f}\enotes
%\check
% mesure 80
\barre\NOtes\qu J&\zq L\qlppz N|\na c\zlppz c\qu e\enotes
\temps\notes\doubler\qu{=K}&\zq L\uppz a\ql{_a}|\lppz c\zql c\dqh e{^d}\enotes
\temps\NOtes\soupir&\zq L\qlppz N|\lppz c\zql c\qu e\enotes
%\check
% mesure 81
\barre\NOtes\hu{^K}&\zq L\qlppz N|\lppz b\zq {^d}\qu{b}\enotes
\temps\NOtes&\zq L\qlppz N|\zq a\lppz a\qu{^c}\enotes
\temps\NOtes\qu{=K}&\zq M\uppz a\ql{_a}|\lppz b\zq b\qu{=d}\enotes
%\check
% mesure 82
\barre\NOtes\hu J&\zq L\qlppz N|\lppz c\zq{=c}\qu e\enotes
\temps\NOtes&\zq L\qlppz N|\zlppz c\qu e\enotes
\temps\NOtes\soupir&\zq L\qlppz N|\zlppz c\qu e\enotes
%\check
% mesure 83
\barre\NOtes\qu J&\zq L\qlppz N|\zlppz c\qu e\enotes
\temps\NOtes\qu{_K}&\zq L\qlppz N|\zlppz c\qu e\enotes
\temps\NOtes\qu J&\zq L\qlppz N|\zlppz c\qu e\enotes
% mesure 84
\barre\NOtes\hu J&\zq L\qlppz N|\zlppz c\zq e\qu g\enotes
\temps\NOtes&\zq L\qlppz N|\zlppz c\zq e\qu g\enotes
\temps\NOtes\soupir&\zq L\qlppz N|\zlppz c\zq e\qu g\enotes
%\check
% mesure 85
\barre\NOtes\hu J&\zq L\qlppz N|\zlppz c\zq e\qu g\enotes
\temps\NOtes&\zq L\qlppz N|\zlppz c\zq e\qu g\enotes
\temps\NOtes\soupir&\zq L\qlppz N|\zlppz c\zq e\qu g\enotes
%\check
% mesure 86
\barre\NOtes\qu J&\zq L\qlppz N|\zlppz c\zq e\qu g\enotes
\temps\notes\qu{_K}&\zq L\uppz a\ql{_a}|\lppz c\zq f\zql{_d}\dqh {_h}g\enotes
\temps\NOtes\soupir&\zq L\qlppz a|\lppz c\zq d\zql f\qu h\enotes
%\check
% mesure 87
\barre\NOtes\qu J&\zq L\qlppz N|\zlppz c\zq e\qu g\enotes
\temps\notes\doubler\qu{=K}&\zq L\uppz a\ql{_a}|\relax
\na d\lppz d\zq f\zql d\roff{\dqh g{_h}}\enotes
\nspace
\temps\NOtes\soupir&\zq L\qlppz N|\lppz c\zql c\zq e\qu g\enotes
%\check
% mesure 88
\barre\NOtes\hu{^J}&\zq L\qlppz N|\lppz c\zq{^c}\zq f\qu{_h}\enotes
\temps\NOtes&\zq L\qlppz N|\lppz d\rq e\zq d\qu g\enotes
\temps\NOtes\soupir&\zq M\uppz a\ql{_a}|\zlppz c\zq f\qu h\enotes
%\check
% mesure 89
\barre\NOtes\qu J&\zq L\qlppz N|\zlppz c\zq e\qu g\enotes
\temps\notes\qu{K}&\zq L\uppz a\ql{_a}|\relax
\lfl e\lq e\lppz d\zql d\dqh g{=h}\enotes
\temps\NOtes\soupir&\zq L\qlppz N|\na e\lppz c\zql c\zq e\qu g\enotes
%\check
% mesure 90
\barre\NOtes\hu{^J}&\zq L\qlppz N|\lppz c\zq{^c}\zq e\zq g\qu{_i}\enotes
\temps\NOtes&\zq L\qlppz N|\lppz d\zq d\zq{^f}\qu h\enotes
\temps\NOtes\soupir&\zq M\uppz a\ql{_a}|\zlppz c\zql{_e}\qu{_h}\enotes
%\check
% mesure 91
\barre\NOtes\qu J&\zq L\qlppz N|\zlppz c\zq{=e}\qu g\enotes
\temps\notes\qu{K}&\zq L\uppz a\ql{_a}|\lppz c\zq e\zql c\dqh g{^f}\enotes
\temps\NOtes\soupir&\zq L\qlppz N|\lppz c\zql c\zq e\qu g\enotes
%\check
% mesure 92
\barre\NOtes\hu{^K}&\zq L\qlppz N|\lsh c\lppz b\rq c\zq{_b}\qu{^f}\enotes
\temps\NOtes&\zq L\qlppz N|\na b\lppz d\zq b\rq c\qu{=f}\enotes
\temps\NOtes\soupir&\zq M\uppz a\ql{_a}|\lppz b\zq b\qu{^f}\enotes
%\check
% mesure 93
\barre\NOtes\hu J&\zq L\qlppz N|\lppz c\zq{=c}\zq e\qu g\enotes
\temps\NOtes&\zq L\qlppz N|\zlppz c\zq e\qu g\enotes
\temps\NOtes\soupir&\zq L\qlppz N|\zlppz c\zq e\qu g\enotes
%\check
% mesure 94
\barre\NOtes\qu J&\zq L\qlppz N|\zlppz c\zq e\qu g\enotes
\temps\NOtes\qu{_K}&\zq L\qlppz N|\zlppz c\zq e\qu g\enotes
\temps\NOtes\qu J&\zq L\qlppz N|\zlppz c\zq e\qu g\enotes
%\check
% mesure 95
\barre\NOtes\qu L&\zq {La}\qlppz c|\zlppz e\zq h\qu j\enotes
\temps\NOtes\qu J&\zq {LN}\qlppz c|\zlppz e\zq g\qu j\enotes
\temps\NOtes\soupir&\zq {LN}\qlppz c|\zlppz e\zq g\qu j\enotes
%\check
% mesure 96
\barre\NOtes\hu J&\zq {LN}\qlppz c|\zlppz e\zq g\qu j\enotes
\temps\NOtes&\zq {LN}\qlppz c|\zlppz e\zq g\qu j\enotes
\temps\NOtes\soupir&\zq {LN}\qlppz c|\zlppz e\zq g\qu j\enotes
% mesure 97
\barre\NOtes\hu J&\zq {LN}\qlppz c|\zlppz e\zq g\qu j\enotes
\temps\notes&\zq {M_a}\qlppz c|\zlppz f\zql {_h}\dqh jk\enotes
\temps\NOtes\soupir&\zq {Ma}\qlppz c|\zlppz f\zql {h}\qu j\enotes
%\check
% mesure 98
\barre\NOtes\hu J&\zq {LN}\qlppz c|\zlppz e\zq {jg}\qu l\enotes
\temps\NOtes&\zq {L=a}\qlppz c|\lna h\sh f\zlppz f\zq {hj}\qu{_l}\enotes
\temps\NOtes\soupir&\lfl a\zq {^Ma}\qlppz c|\zlppz f\zq {_h}\qu k\enotes
% mesure 99
\barre\NOtes\hu J&\zq {LN}\qlppz c|\zlppz e\zq g\qu j\enotes
\temps\notes&\zq {M_a}\qlppz c|\zlppz f\zql {_h}\dqh jk\enotes
\temps\NOtes\soupir&\zq {Ma}\qlppz c|\zlppz f\zql {h}\qu j\enotes
%\check
% mesure 100
\barre\NOtes\hu J&\zq {LN}\qlppz c|\zlppz e\zq {jg}\qu l\enotes
\temps\NOtes&\zq {L=a}\qlppz c|\lna h\sh f\zlppz f\zq {hj}\qu{_l}\enotes
\temps\NOtes\soupir&\lfl a\zq {^Ma}\qlppz c|\zlppz f\zq {_h}\qu k\enotes
% mesure 101
\barre\NOtes\hu J&\zq {L=a}\qlppz c|\zlppz e\zq{=h}\qu j\enotes
\temps\notes&\zq {LN}\qlppz c|\zlppz e\zql {g}\dqh ji\enotes
\temps\NOtes\soupir&\zq {M_a}\qlppz c|\zlppz f\zql {_h}\qu j\enotes
%\check
% mesure 102
\barre\NOtes\hu J&\zq {L_a}\qlppz c|\zlppz e\rq f\qu{_h}\enotes
\temps\NOtes&\zq {LN}\uppz b\qlp{_b}|\zlppz e\zq g\qu{_i}\enotes
\temps\NOtes\soupir&\zq {_LN}\na b\qlppz b|\fl e\zlppz e\zq g\qu{=i}\enotes
%\check
% mesure 103
\barre\NOtes\hu J&\zq {L=a}\qlppz c|\zlppz e\zq{=h}\qu j\enotes
\temps\notes&\zq {LN}\qlppz c|\zlppz e\zql {g}\dqh ji\enotes
\temps\NOtes\soupir&\zq {M_a}\qlppz c|\zlppz f\zql {_h}\qu j\enotes
%\check
% mesure 104
\barre\NOtes\hu J&\zq {L_a}\qlppz c|\zlppz e\rq f\qu{_h}\enotes
\temps\NOtes&\zq {LN}\uppz b\qlp{_b}|\zlppz e\zq g\qu{_i}\enotes
\temps\NOtes\soupir&\zq {_LN}\na b\qlppz b|\fl e\zlppz e\zq g\qu{=i}\enotes
%\check
% mesure 105
\barre\NOtes\hu J&\zq {=LN}\qlppz c|\na e\zlppz e\zq g\qu j\enotes
\temps\notes&\zq {M_a}\qlppz c|\zlppz f\zql {_h}\dqh jk\enotes
\temps\NOtes\soupir&\lsh M\zq {M=a}\qlppz c|\lsh f\zlppz f\zql {=h}\qu j\enotes
%\check
% mesure 106
\barre\NOtes\hu J&\zq{LN}\qlppz c|\zlppz e\zq {gj}\qu l\enotes
\temps\NOtes&\zq{LN}\qlppz c|\zlppz e\zq{gj}\qu l\enotes
\temps\NOtes\soupir&\zq{LN}\qlppz c|\zlppz e\zq{gj}\qu l\enotes
%\check
% mesure 107
\barre\NOtes\hu J&\zq{LN}\qlppz c|\zlppz e\zq {gj}\qu l\enotes
\temps\NOtes&\zq{LN}\qlppz c|\zlppz e\zq{gj}\qu l\enotes
\temps\NOtes\soupir&\zq{LN}\qlppz c|\zlppz e\zq{gj}\qu l\enotes
%\check
% mesure 108
\barre\NOtes\hu J&\zq {LN}\qlppz c|\zlppz e\zq{gj}\qu l\enotes
\temps\notes&\zq {L_a}\uppz d\ql{_d}|\lppz f\zq{f_h}\zql{_k}\dqh ml\enotes
\temps\NOtes\soupir&\zq{La}\qlppz d|\lppz f\zq{fh}\zql k\qu m\enotes
%\check
% mesure 109
\barre\NOtes\hu J&\zq{LN}\qlppz c|\zlppz e\zq{gj}\qu l\enotes
\temps\notes&\zq {L_a}\uppz d\ql{=d}|\zlppz e\zq{=h}\zql k\roff{\dqh lm}\enotes
\nspace
\temps\NOtes\soupir&\zq {LN}\qlppz c|\zlppz e\zq{gj}\qu l\enotes
%\check
% mesure 110
\barre\NOtes\hu{^J}&\zq {LN}\sh c\qlppz c|\zlppz f\zq{h^j}\qu m\enotes
\temps\NOtes&\zq {LN}\qlppz d|\zlppz e\rq k\zq g\qu l\enotes
\temps\NOtes\soupir&\lfl a\zq {Ma}\na c\qlppz c|\lfl h\zlppz f\zq{h=j}\qu m\enotes
%\check
% mesure 111
\barre\NOtes\hu K&\zq {^Ma}\qlppz d|\sh f\zlppz f\zq{hk}\qu{^m}\enotes
\temps\NOtes&\zq {^La}\sh c\qlppz c|\lsh j\sh e\zlppz e\zq{hj}\qu{^l}\enotes
\temps\NOtes\soupir&\zq {Ma}\qlppz d|\zlppz f\zq{hk}\qu{m}\enotes
%\check
% mesure 112
\barre\NOtes\hu L&\zq {N=c}\qlppz e|\zlppz g\zq{j=l}\qu{n}\enotes
\temps\NOtes&\zq {^Ma}\qlppz d|\sh f\zlppz f\zq{hk}\qu{^m}\enotes
\temps\NOtes\soupir&\zq {Nc}\qlppz e|\zlppz g\zq{jl}\qu{n}\enotes
%\check
% mesure 113
\barre\NOtes\hu K&\zq {^Ma}\qlppz d|\sh f\zlppz f\zq{hk}\qu{^m}\enotes
\temps\NOtes&\zq {^La}\sh c\qlppz c|\lsh j\sh e\zlppz e\zq{hj}\qu{^l}\enotes
\temps\NOtes\soupir&\zq {Ma}\qlppz d|\zlppz f\zq{hk}\qu{m}\enotes
%\check
% mesure 114
\barre\NOtes\hu{_L}&\zq{Nc}\lppz e\ql{_e}|\zlppz g\zq{_lj}\qu{n}\enotes
\temps\NOtes&\zq{Nc}\qlppz{e}|\zlppz g\zq{lj}\qu{n}\enotes
\temps\NOtes\soupir&\zq{Nc}\qlppz{e}|\zlppz g\zq{lj}\qu{n}\enotes
%\check
% mesure 115
\barre\NOtes\hu{K}&\zq{Nc}\fl e\qlppz{e}|\zlppz g\zq{_lj}\qu{n}\enotes
\temps\NOtes&\zq{Nc}\qlppz{e}|\zlppz g\zq{lj}\qu{n}\enotes
\temps\NOtes\soupir&\zq{Nc}\qlppz{e}|\zlppz g\zq{lj}\qu{n}\enotes
%\check
% mesure 116
\barre\NOtes\hu{K}&\zq{Nb}\qlppz{d}|\zlppz g\zq{ik}\qu{n}\enotes
\temps\NOtes&\zq{Nb}\qlppz{d}|\zlppz g\zq{ik}\qu{n}\enotes
\temps\NOtes\soupir&\zq{Nb}\qlppz{d}|\zlppz g\zq{ik}\qu{n}\enotes
% mesure 117
\barre
\notes\zcharnote B{\it legato}\Ilegu0b\hl L&\zcharnote g{\it
a tempo}\Qqbb Nece|\Uptext{\it bien
sirupeux~!}\ibbu0i0\qh0{lgj}\tqh0g\enotes
\temps\notes&\Qqbb Nece|\ibbu0i0\qh0{lgj}\tqh0g\enotes
\temps\notes\ql L&\Qqbb Nece|\ibbu0i0\qh0{lgj}\tqh0g\enotes
%\check
% mesure 118
\barre\notes\ql L&\Qqbb Nece|\Qqhh lgjg\enotes
\temps\notes\ql K&\Qqbb Ndbd|\Qqhh kgig\enotes
\temps\notes\ql L&\Qqbb Nece|\Qqhh lgjg\enotes
%\check
% mesure 119
\barre\notes\ql J&\Qqbb Nece|\Qqhh lgjg\enotes
\temps\notes\ql K&\Qqbb Ndbd|\Qqhh kgig\enotes
\temps\notes\ql L&\Qqbb Nece|\Qqhh lgjg\enotes
%\check
% mesure 120
\barre\notes\qlp N&\Qqbb Nece|\Qqhh lgjg\enotes
\temps\notes\sk\tleg0\sk\ds&\Qqbb Nece|\Qqhh lgjg\enotes
\temps\notes\Ilegu0b\ql N&\Qqbb Nece|\Qqhh lgjg\enotes
%\check
% mesure 121
\barre\notes\bigfl a\hlp a&\bigaccid\Qqbb Mc{_a}c|\bigaccid\Qqhh m{_h}jh\enotes
\temps\notes&\Qqbb Mcac|\Qqhh mhjh\enotes
\temps\notes&\Qqbb Mcac|\Qqhh mhjh\enotes
%\check
% mesure 122
\barre\notes\qlp N\tleg0&\Qqbb Nece|\Qqhh lgjg\enotes
\temps\notes\sk\sk\ds&\Qqbb Nece|\Qqhh lgjg\enotes
\temps\notes\Ilegu0c\ql N&\Qqbb Nece|\Qqhh lgjg\enotes
% mesure 123
\barre\notes\hl c&\bigfl a\Qqbb afcf|\bigaccid\Qqhh m{_h}jh\enotes
\temps\notes&\Qqbb afcf|\Qqhh mhjh\enotes
\temps\notes\ql N&\Qqbb Nece|\Qqhh lgjg\enotes
%\check
% mesure 124
\barre\notes\ql N&\Qqbb Nece|\Qqhh lgjg\enotes
\temps\notes\ql M&\Qqbb {=a}fcf|\Qqhh m{=h}jh\enotes
\temps\notes\ql L&\Qqbb Nece|\Qqhh lgjg\enotes
%\check
% mesure 125
\barre\notes\hu K\tleg0&\Qqbb Ndbd|\Qqhh kgig\enotes
\temps\notes&\Qqbb Ndbd|\Qqhh kgig\enotes
\temps\notes\soupir&\Qqbb Ndbd|\Qqhh kgig\enotes
%\check
% mesure 126
\barre\notes\Ilegu0b\hl L&\Qqbb Nece|\Qqhh lgjg\enotes
\temps\notes&\Qqbb Nece|\Qqhh lgjg\enotes
\temps\notes\ql L&\Qqbb Nece|\Qqhh lgjg\enotes
%\check
% mesure 127
\barre\notes\ql L&\Qqbb Nece|\Qqhh lgjg\enotes
\temps\notes\ql K&\Qqbb Nece|\Qqhh lgjg\enotes
\temps\notes\ql L&\Qqbb Nece|\Qqhh lgjg\enotes
%\check
% mesure 128
\barre\notes\ql J&\Qqbb Nece|\Qqhh lgjg\enotes
\temps\notes\ql K&\Qqbb Nece|\Qqhh lgjg\enotes
\temps\notes\ql L&\Qqbb Nece|\Qqhh lgjg\enotes
%\check
% mesure 129
\barre\notes\qlp N&\Qqbb Nece|\Qqhh lgjg\enotes
\temps\notes\sk\tleg0\sk\ds&\Qqbb Nece|\Qqhh lgjg\enotes
\temps\notes\Ilegu0c\ql N&\Qqbb Nece|\Qqhh lgjg\enotes
%\check
% mesure 130
\barre\notes\hlp c&\Qqbb afcf|\Qqhh mhjh\enotes
\temps\notes&\Qqbb afcf|\Qqhh mhjh\enotes
\temps\notes&\Qqbb afcf|\Qqhh mhjh\enotes
%\check
% mesure 131
\barre\notes\qlp b\tleg0&\Qqbb Nebe|\Qqhh lgig\enotes
\temps\notes\sk\sk\ds&\Qqbb Nebe|\Qqhh lgig\enotes
\temps\notes\Ilegu0c\ql c&\Qqbb aece|\Qqhh lhjh\enotes
% mesure 132
\barre\notes\qlp b\tleg0&\Qqbb Nebe|\Qqhh lgig\enotes
\temps\notes\sk\sk\ds&\Qqbb Nebe|\Qqhh lgig\enotes
\temps\notes\Ilegu0c\ql c&\Qqbb aece|\Qqhh lhjh\enotes
%\check
% mesure 133
\barre\notes\ql b&\Qqbb Nebe|\Qqhh lgig\enotes
\temps\notes\ql N&\Qqbb Nebe|\Qqhh lgig\enotes
\temps\notes\ql a&\Qqbb aece|\Qqhh lhjh\enotes
%\check
% mesure 134
\barre\notes\ql b&\Qqbb Nebe|\Qqhh lgig\enotes
\temps\notes\ql a&\Qqbb aece|\Qqhh lhjh\enotes
\temps\nspace\notes\ql b&\varaccid\Qqbb a{^f}{^d}f|\varaccid\sh m\Qqhh mh{^k}h\enotes
%\check
% mesure 135
\barre\notes\hl L\tleg0&\Qqbb Nebe|\Qqhh lgig\enotes
\temps\notes&\Qqbb Nebe|\Qqhh lgig\enotes
\temps\notes\soupir&\Qqbb Nebe|\Qqhh lgig\enotes
%\check
% mesure 136
\barre\notes\Ilegu0b\hl N&\Qqbb Nece|\Qqhh lgjg\enotes
\temps\notes&\Qqbb Nece|\Qqhh lgjg\enotes
\temps\notes\ql N&\Qqbb Nece|\Qqhh lgjg\enotes
%\check
% mesure 137
\barre\notes\ql N&\Qqbb Nebe|\Qqhh lgig\enotes
\temps\notes\ql M&\Qqbb afcf|\Qqhh mhjh\enotes
\temps\notes\ql L&\Qqbb Nece|\Qqhh njlj\enotes
%\check
% mesure 138
\barre\notes\hl K&\Qqbb Ndbd|\Qqhh niki\enotes
\temps\notes&\Qqbb Ndbd|\Qqhh niki\enotes
\temps\notes\ql K&\Qqbb Ndbd|\Qqhh niki\enotes
%\check
% mesure 139
\barre\notes\hl J\tleg0&\Qqbb Nece|\Qqhh njlj\enotes
\temps\notes&\Qqbb Nece|\Qqhh njlj\enotes
\temps\notes\soupir&\Qqbb Nece|\Qqhh njlj\enotes
%\check
% mesure 140
\barre\NOtes\hu J&\zq{LN}\qlppz c|\zlppz e\zq {gj}\qu l\enotes
\temps\NOtes&\zq{LN}\qlppz c|\zlppz e\zq{gj}\qu l\enotes
\temps\NOtes\soupir&\zq{LN}\qlppz c|\zlppz e\zq{gj}\qu l\enotes
%\check
% mesure 141
\barre\NOtes\hu J&\zq {LN}\qlppz c|\zlppz e\zq{gj}\qu l\enotes
\temps\notes&\zq {L_a}\uppz d\ql{_d}|\lppz f\zq{f_h}\zql{_k}\dqh ml\enotes
\temps\NOtes\soupir&\zq{La}\qlppz d|\lppz f\zq{fh}\zql k\qu m\enotes
%\check
% mesure 142
\barre\NOtes\hu J&\zq{LN}\qlppz c|\zlppz e\zq{gj}\qu l\enotes
\temps\notes&\zq {L_a}\uppz d\ql{=d}|\zlppz e\zq{=h}\zql k\roff{\dqh lm}\enotes
\nspace
\temps\NOtes\soupir&\zq {LN}\qlppz c|\zlppz e\zq{gj}\qu l\enotes
%\check
% mesure 143
\barre\NOtes\hu{^J}&\zq {LN}\sh c\qlppz c|\zlppz f\zq{h^j}\qu m\enotes
\temps\NOtes&\zq {LN}\qlppz d|\zlppz e\rq k\zq g\qu l\enotes
\temps\NOtes\soupir&\lfl a\zq {Ma}\na c\qlppz c|\zlppz f\zq{h=j}\qu m\enotes
%\check
% mesure 144
\barre\NOtes\qu J&\zq {LN}\qlppz c|\zlppz e\zq{gj}\qu l\enotes
\temps\notes\doubler\qu{=K}&\zq {L_a}\ql d|\lppz e\zq{e_h}\zql k\roff{\dqh lm}\enotes
\nspace
\temps\NOtes\soupir&\zq {LN}\qlppz c|\zlppz e\zq{gj}\qu l\enotes
%\check
% mesure 145
\barre\NOtes\hu{^J}&\zq {KN}\sh c\qlppz c|\lppz g\zq{g^j}\rq k\qu n\enotes
\temps\NOtes&\zq{LN}\qlppz d|\zq{^fj}\rq l\qu{^m}\enotes
\temps\NOtes\soupir&\zq {M_a}\qlppz c|\lfl h\na f\zlppz f\zq{hj}\qu{=m}\enotes
%\check
% mesure 146
\barre\NOtes\qu J&\zq {LN}\na c\qlppz c|\zlppz e\zq{gj}\qu l\enotes
\temps\notes\doubler\qu{=K}&\lfl a\zq {La}\na d\qlppz d|\lppz e\zq{_h}\zql j\dqh l{^k}\enotes
\temps\NOtes\soupir&\zq {LN}\qlppz c|\lppz e\zq{egj}\qu l\enotes
%\check
% mesure 147
\barre\NOtes\qsk\hu{^K}&\qsk\lfl b\na d\zq {LNb}\qlppz d|\qsk
\zlppz e\zq{g}\qu{=k}\enotes
\temps\NOtes&\sh c\zq {LN}\qlppz c|\zq e\lppz e\zq h\qu{^j}\enotes
\temps\NOtes\qu{=K}&\lq a\lfl a\zq {M}\qlppz b|\lppz d\zq {df_h}\qu k\enotes
%\check
% mesure 148
\barre\NOtes\hu J&\zq {LN}\qlppz c|\zlppz e\zq{gj}\qu l\enotes
\temps\NOtes&\zq {LN}\qlppz c|\zlppz e\zq{gj}\qu l\enotes
\temps\NOtes\soupir&\zq {LN}\qlppz c|\zlppz e\zq{gj}\qu l\enotes
%\check
% mesure 149
\barre\NOtes\hu J&\zq {LN}\qlppz c|\zlppz e\zq{gj}\qu l\enotes
\temps\NOtes&\zq {LN}\qlppz c|\zlppz e\zq{gj}\qu l\enotes
\temps\NOtes\soupir&\zq {LN}\qlppz c|\zlppz e\zq{gj}\qu l\enotes
%\check
% mesure 150
\def\sQqbb{\smallnotesize\Qqbb}%
\def\sqqBB{\smallnotesize\qqBB}%
\def\sQqhh{\smallnotesize\Qqhh}%
\notes\hu J&\sQqbb Nece|\smallnotesize\roff{\normalnotesize\zhu l}\relax
\ibbl0i0\qb0{lgj}\tqb0g\enotes
\temps\notes&\sQqbb cece|\smallnotesize\ibbl0i0\qb0{jgj}\tqb0g\enotes
\temps\notes\qu J&\sQqbb Nece|\zqu l\smallnotesize\ibbl0i0\qb0{lgj}\tqb0g\enotes
%\check
% mesure 151
\barre\notes\qu J&\sQqbb Nece|\zqu l\sqqBB lgjg\enotes
\temps\notes\qu G&\sQqbb Ndbd|\zqu k\sqqBB kgig\enotes
\temps\notes\qu J&\sQqbb Nece|\zqu l\sqqBB lgjg\enotes
%\check
% mesure 152
\barre\notes\qu H&\sQqbb Nece|\zqu j\sqqBB jghg\enotes
\temps\notes\qu I&\sQqbb Ndbd|\zqu k\sqqBB kgig\enotes
\temps\notes\qu J&\sQqbb Nece|\zqu l\sqqBB lgjg\enotes
%\check
% mesure 153
\barre\notes\qlp L&\sQqbb Nece|\zqup n\sqqBB njlj\enotes
\temps\notes\sk\sk\ds&\sQqbb cece|\rlap{\sk\sk\raise 3\Interligne\ds}\relax
\sqqBB ljlj\enotes
\temps\notes\ql L&\sQqbb Nece|\zqu n\sqqBB njlj\enotes
%\check
% mesure 154
\barre\notes\hlp M&\sQqbb Mcac|\rlap{\smallnotesize\qsk\normalnotesize\hup o}\relax
\sqqBB ojmj\enotes
\temps\notes&\sQqbb acac|\sqqBB mjmj\enotes
\temps\notes&\sQqbb acac|\sqqBB mjmj\enotes
%\check
% mesure 155
\barre\notes\qlp L&\sQqbb Nece|\zqup n\sqqBB njlj\enotes
\temps\notes\sk\sk\ds&\sQqbb cece|\rlap{\sk\sk\raise 3\Interligne\ds}\relax
\sqqBB ljlj\enotes
\temps\notes\ql L&\sQqbb Nece|\zqu n\sqqBB njlj\enotes
%\check
% mesure 156
\barre\notes\hl M&\sQqbb afcf|\rlap{\smallnotesize\qsk
\normalnotesize\hu q}\sqqBB qmom\enotes
\temps\notes&\sQqbb afcf|\sqqBB omom\enotes
\temps\notes\itenu0L\ql L&\sQqbb Nece|\zqu n\sqqBB njlj\enotes
%\check
% mesure 157
\barre\notes\tten0\ql L&\sQqbb Nece|\zqu n\sqqBB njlj\enotes
\temps\notes\ql K&\sQqbb afcf|\zqu m\sqqBB mhjh\enotes
\temps\notes\ql J&\sQqbb Nece|\zqu l\sqqBB lgjg\enotes
%\check
% mesure 158
\barre\notes\hu G&\sQqbb Ndbd|\rlap{\smallnotesize\qsk\normalnotesize\hu k}\relax
\sqqBB kgig\enotes
\temps\notes&\sQqbb Ndbd|\sqqBB igig\enotes
\temps\notes\soupir&\sQqbb Ndbd|\raise 2\Interligne\rlap{\soupir}\sqqBB igig\enotes
%\check
% mesure 159
\barre\notes\hu J&\sQqbb Nece|\rlap{\smallnotesize\qsk\normalnotesize\hu l}\relax
\sqqBB lgjg\enotes
\temps\notes&\sQqbb Nece|\sqqBB jgjg\enotes
\temps\notes\qu J&\sQqbb Nece|\zqu l\sqqBB lgjg\enotes
%\check
% mesure 160
\barre\notes\qu J&\sQqbb Nece|\zqu l\sqqBB lgjg\enotes
\temps\notes\qu I&\sQqbb Ndbd|\zqu k\sqqBB kgig\enotes
\temps\notes\qu G&\sQqbb Nece|\zqu l\sqqBB lgjg\enotes
%\check
% mesure 161
\barre\notes\qu J&\sQqbb Nece|\zqu j\sqqBB jghg\enotes
\temps\notes\qu H&\sQqbb Nece|\zqu k\sqqBB kgig\enotes
\temps\notes\qu G&\sQqbb Nece|\zqu l\sqqBB lgjg\enotes
%\check
% mesure 162
\barre\notes\qup J&\sQqbb Nece|\zqup n\sqqBB njlj\enotes
\temps\notes\sk\sk\ds&\sQqbb Nece|\rlap{\sk\sk\raise 3\Interligne\ds}\relax
\sqqBB ljlj\enotes
\temps\notes\qu J&\sQqbb Nece|\zqu n\sqqBB njlj\enotes
%\check
% mesure 163
\barre\notes\hlp M&\sQqbb afcf|\rlap{\smallnotesize\qsk\normalnotesize\hup q}\relax
\sqqBB qmom\enotes
\temps\notes&\sQqbb afcf|\sqqBB omom\enotes
\temps\notes&\sQqbb afcf|\sqqBB omom\enotes
%\check
% mesure 164
\barre\notes\qlp L&\sQqbb Nece|\zqup n\sqqBB njlj\enotes
\temps\notes\sk\sk\ds&\sQqbb Nece|\rlap{\sk\sk\raise 3\Interligne\ds}\relax
\sqqBB ljlj\enotes
\temps\notes\ql L&\sQqbb Nece|\zqu n\sqqBB njlj\enotes
% mesure 165
\barre\notes\ql L&\sQqbb Nece|\zqu n\sqqBB njlj\enotes
\temps\notes\ql K&\sQqbb afcf|\zqu m\sqqBB mhjh\enotes
\temps\notes\ql J&\sQqbb Nece|\zqu l\sqqBB lgjg\enotes
%\check
% mesure 166
\barre\notes\hu G&\sQqbb Ndbd|\rlap{\smallnotesize\qsk\normalnotesize\hu k}\relax
\sqqBB kgig\enotes
\temps\notes&\sQqbb Ndbd|\sqqBB igig\enotes
\temps\notes\qu G&\sQqbb Ndbd|\zqu k\sqqBB kgig\enotes
%\check
% mesure 167
\barre\notes\hu J&\sQqbb
LcNc|\normalnotesize\roff{\zhu j}\relax
\sqqBB jege\enotes
\temps\notes&\sQqbb LcNc|\sqqBB gege\enotes
\temps\notes\soupir&\sQqbb LcNc|\rlap{\raise 2\interligne\soupir}\relax
\sqqBB gege\enotes
% mesure 168
\barre
\Notes\hu L&\zh c\hl g|\zh{jl}\hl n\enotes
\temps\Notes&\enotes
\temps\Notes\qu L&\zq c\qlppz g|\zq{jl}\qlppz n\enotes
% mesure 169
\barre\Notes\qu L&\zq c\ql g|\zq{jl}\ql n\enotes
\temps\Notes\qu K&\zq b\ql f|\zq{ik}\ql m\enotes
\temps\Notes\qu J&\zq N\ql e|\zq{gj}\ql l\enotes
%\check
% mesure 170
\barre\Notes\hu G&\zh N\hl d|\zh{gi}\hl k\enotes
\temps\Notes&\enotes
\temps\Notes\qu G&\zq N\ql d|\zq{gi}\ql k\enotes
%\check
% mesure 171
\barre\NOtes\itenu0J\hup J&\itenl1N\itenu2c\zhp N\hlp c|\itenl3e\itenu4g\itenu5j\zhp e\zhp g\hlp j\enotes
%\check
% mesure 172
\barre\Notes\tten0\zhlp J\hlp C&\tten1\tten2\zhp N\hlp c|\tten3\tten4\tten5\zhp e\zhp g\hlp j\enotes
%\mulooseness 1\relax
\mulooseness -4\relax
\finmorceau
\rightline{\sl\aujourdhui}\vfil\eject
\bye

View File

@ -0,0 +1,12 @@
\input plainenc\relax\inputencoding{cp1252}
\input musixtex
\input musixlyr
\hsize50mm
\setlyrics1{á ä ö}\assignlyrics11%
\startpiece\addspace{4pt}%
\znotes\zcharnote{12}{Poème naïf}\en%
\Notes\qa{ggg}\en%
\endpiece
\vfill\eject
\end

View File

@ -0,0 +1,4 @@
\def\ftranspose{-1}
\def\fsignature{-3}
\input fantaisi
\bye

View File

@ -0,0 +1,2 @@
\input fantaisi
\bye

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,626 @@
\fullauthor{Daniel TAUPIN}
\shortauthor{D. Taupin}
\fulltitle{XI. Fantaisie et fugue en style baroque}
\shorttitle{Fantaisie et fugue en style baroque}
\csname titremorceautoc\endcsname
\shorttitle{Fantaisie en style baroque}
\subtitle{{\frtbf Fantaisie}}
\othermention{Compos\'e en 1995}
\maketitle
% if transpose not defined outside assume 0 and three flats
\ifx\ftranspose\undefined\def\ftranspose{0}\fi
\ifx\fsignature\undefined\def\fsignature{-3}\fi
\parindent 18mm
\tracingstats=2\relax
%
% formes fr\'equentes
%
%au moins deux croches basses et hautes
\def\dqb#1#2{\Ibl0{#1}{#2}1\qb0{#1}\tqb0{#2}}%
\def\dqh#1#2{\Ibu0{#1}{#2}1\qh0{#1}\tqh0{#2}}%
%au moins deux doubles croches basses et hautes
\def\dqbb#1#2{\Ibbl0{#1}{#2}1\qb0{#1}\tqb0{#2}}%
\def\dqhh#1#2{\Ibbu0{#1}{#2}1\qh0{#1}\tqh0{#2}}%
%au moins trois doubles croches basses et hautes
\def\tqbb#1#2#3{\Ibbl0{#1}{#3}2\qb0{#1#2}\tqb0{#3}}%
\def\Tqbb#1#2#3{\ibbl0{#2}0\qb0{#1#2}\tqb0{#3}}%
\def\sTqbb#1#2#3{{\smallnotesize\Tqbb{#1}{#2}{#3}}}%
%au moins quatre croches basses et hautes
\def\qqb#1#2#3#4{\Ibl0{#1}{#4}3\qb0{#1#2#3}\tqb0{#4}}%
\def\Qqb#1#2#3#4{\Ibl0{#1}{#3}2\qb0{#1#2#3}\tqb0{#4}}%
\def\qqB#1#2#3#4{\Ibl0{#2}{#4}2\qb0{#1#2#3}\tqb0{#4}}%
\def\qqh#1#2#3#4{\Ibu0{#1}{#4}3\qh0{#1#2#3}\tqh0{#4}}%
\def\Qqh#1#2#3#4{\Ibu0{#1}{#3}2\qh0{#1#2#3}\tqh0{#4}}%
\def\qqH#1#2#3#4{\Ibu0{#2}{#4}2\qh0{#1#2#3}\tqh0{#4}}%
%au moins quatre doubles croches basses et hautes
\def\qqbb#1#2#3#4{\varaccid\Ibbl0{#1}{#4}3\qb0{#1#2#3}\tqb0{#4}}%
\def\sqqbb#1#2#3#4{\varaccid\smallnotesize\Ibbl0{#1}{#4}3\qb0{#1#2#3}\tqb0{#4}}%
\def\Qqbb#1#2#3#4{\varaccid\Ibbl0{#1}{#3}2\qb0{#1#2#3}\tqb0{#4}}%
\def\sQqbb#1#2#3#4{{\varaccid\smallnotesize\Qqbb{#1}{#2}{#3}{#4}}}%
\def\qqBB#1#2#3#4{\varaccid\Ibbl0{#2}{#4}2\qb0{#1#2#3}\tqb0{#4}}%
\def\sqqBB#1#2#3#4{{\varaccid\smallnotesize\qqBB{#1}{#2}{#3}{#4}}}%
\def\qqhh#1#2#3#4{\varaccid\Ibbu0{#1}{#4}3\qh0{#1#2#3}\tqh0{#4}}%
\def\sqqhh#1#2#3#4{\varaccid\smallnotesize\Ibbu0{#1}{#4}3\qh0{#1#2#3}\tqh0{#4}}%
\def\Qqhh#1#2#3#4{\varaccid\Ibbu0{#1}{#3}2\qh0{#1#2#3}\tqh0{#4}}%
\def\sQqhh#1#2#3#4{\varaccid\smallnotesize\Ibbu0{#1}{#3}2\qh0{#1#2#3}\tqh0{#4}}%
\def\qqHH#1#2#3#4{\varaccid\Ibbu0{#2}{#4}2\qh0{#1#2#3}\tqh0{#4}}%
\def\sqqHH#1#2#3#4{{\varaccid\smallnotesize\qqHH{#1}{#2}{#3}{#4}}}%
%
\nbporteesii=2\relax
\def\nbinstruments{2}
\global\cleftoksii={6000}%
\global\cleftoksi={6000}%
%
\noautolines
%
\generalsignature{\fsignature}\relax % r\'e mineur
\transpose=\ftranspose\relax
%\check
\def\instrumenti{P\'edale 16'}%
\def\instrumentii{G.O.}%
%\check
\medskip\noindent{\rm G.O.: Plein jeu, fonds 16' {\sl ad libitum.}}%
\par\noindent{\rm Pos.: Plein jeu, acc. G.O.}%
\par\noindent{\rm P\'ed.: fonds et anches 16', tirasses G.O. \& pos.}%
\smallskip
%
\def\trioskip{\multiply\noteskip by 2\relax\divide\noteskip by 3\relax}%
\def\doubler{\multiply\noteskip by 2\relax}%
\generalmeter{\meterfrac 34}
\staffbotmarg=10pt
\stafftopmarg=0pt
\interstaff{10}
\debutmorceau
%\noautolines
\relativeaccidentals
\bigaccid
%\autolines{9}55\relax
\znotes&|\Uptext{\hbox{\kern -8mm\moyen Allegro
\bf(\metron{\qu}{55})}}\enotes
%\advance\linesinpage by 1\relax
%\check
% mesure 1
\notes&\sqqhh JKLM|\sqqhh cdef\enotes
\temps\notes\sk\pause&\sqqhh NLKJ|\sqqhh gedc\enotes
\temps\notes&\sqqhh caNM|\sqqhh jhgf\enotes
%\check
% mesure 2
\barre\notes&\sqqhh NaMa|\sqqhh ghfh\enotes
\temps\notes\sk\pause&\sqqhh NLKJ|\sqqhh gedc\enotes
\temps\notes&\sqqhh caNM|\sqqhh jhgf\enotes
%\check
% mesure 3
\barre\notes&\sqqhh NaMN|\sqqhh ghfg\enotes
\temps\notes\sk\pause&\sqqhh LMKL|\sqqhh efde\enotes
\temps\notes&\sqqhh JLKJ|\sqqhh cedc\enotes
%\check
% mesure 4
\barre\notes\hu G&\sqqbb N{^a}{^b}c|\itenu1i\itenl2g\zq{^id}\qu g\enotes
\temps\notes&\sqqbb dbaN|\tten1\tten2\itenl1g\zhl g\zq{k}\qu{^i}\enotes
\temps\notes\qu J&\sqqbb edec|\zq{l}\qu j\enotes
%\check
% mesure 5
\barre\notes\hu G&\sqqbb{^b}cdb|\tten1\itenl1g\zhlp g\zh{^i}\hu k\enotes
\temps\notes&\sqqbb NabN|\enotes
\temps\notes\qu J&\sqqbb edec|\zq j\qu l\enotes
%\check
% mesure 6
\barre\notes\qu I&\sqqbb decd|\tten1\zq{g=i}\qu k\enotes
\temps\notes\qu K&\sqqbb {=b}c{^a}b|\zq{hj}\qu{^m}\enotes
\temps\notes\qu G&\sqqbb N{^b}aN|\zq{^ik}\qu n\enotes
%\check
% mesure 7
\barre\notes\hu J&\itenu1c\zh{Nc}\hl e|\sqqbb jklm\enotes
\temps\notes&|\sqqbb nlkj\enotes
\temps\notes\qu H&\tten1\itenu1c\zq{ac}\ql f|\sqqbb qonm\enotes
%\check
% mesure 8
\barre\notes\hu J&\tten1\itenu1c\zh{Nc}\hl e|\sqqbb nomo\enotes
\temps\notes&|\sqqbb nlkj\enotes
\temps\notes\qu H&\tten1\zq{ac}\ql f|\sqqbb qonm\enotes
%\check
% mesure 9
\barre\notes\qu G&\itenl1N\zh N\zhl{^b}\qu d|\sqqbb nomn\enotes
\temps\notes\qu{^I}&\qu f|\sqqhh lmkl\enotes
\temps\notes\qu J&\tten1\zq N\lfl b\zq{b}\ql{^e}|\sqqhh j{^l}kj\enotes
%\check
% mesure 10
\barre\notes\hu F&\sqqbb MNab|\itenu1m\zh h\zhl j\hup m\enotes
\temps\notes&\sqqbb caNM\enotes
\temps\notes\qu I&\sqqbb f{_d}cb|\zq i\ql k\enotes
%\check
% mesure 11
\barre\notes\hu F&\sqqbb c{_d}bd|\tten1\itenu1m\zh h\zhl j\hup m\enotes
\temps\notes&\sqqbb caNM\enotes
\temps\notes\qu I&\sqqbb fdcb|\zq i\ql k\enotes
%\check
% mesure 12
\barre\notes\qu H&\sqqbb c{_d}bc|\tten 1\zq h\zq j\ql m\enotes
\temps\notes\qu J&\sqqbb abNa|\zq g\zq i\ql{^l}\enotes
\temps\notes\qu F&\sqqbb MNab|\zq h\zq j\ql m\enotes
%\check
% mesure 13
\barre\notes\hu J&\zh N\zhl{^e}\roff{\qu c}|\sqqbb jk{^l}m\enotes
\temps\notes&\qu b|\sqqbb nlkj\enotes
\temps\notes\qu H&\zq{ac}\ql f|\sqqbb qonm\enotes
%\check
% mesure 14
\barre\notes\hu J&\zh N\zhl{^e}\roff{\qu c}|\sqqbb nomo\enotes
\temps\notes&\qu b|\sqqbb n{^l}kj\enotes
\temps\notes\qu H&\zq{ac}\ql f|\sqqbb qonm\enotes
%\check
% mesure 15
\barre\notes\qu G&\itenl1N\zql N\zq c\qu {=e}|\sqqbb nomn\enotes
\temps\notes\qu {^I}&\tten1\zq N\zq {^b}\qu f|\sqqbb {=l}mkl\enotes
\temps\notes\qu J&\zq {=b}\rq c\qu {^e}|\sqqbb jk{^l}j\enotes
%\check
% mesure 16
\barre\notes\hu {^H}&\sqqbb MN{^a}b|\itenl1h\zhp{^hj}\hlp m\enotes
\temps\notes&\sqqbb cbca\enotes
\temps\notes\qu J&\sqqbb {=e}c{^a}N|\enotes
%\check
% mesure 17
\barre\notes\hu K&\sqqbb {^M}N{^a}b|\tten1\itenl1h\itenu2m\zh{^hk}\hl{^m}\enotes
\temps\notes&\sqqbb cbca\enotes
\temps\notes\qu J&\sqqbb {^f}{=e}dc|\tten1\tten2\zq{hj}\ql m\enotes
%\check
% mesure 18
\barre\notes\qu I&\sqqbb bcdb|\itenl1i\itenu2n\zq{ik}\ql n\enotes
\temps\notes\qu L&\sqqbb g{=e}dc|\tten1\tten2\zq{il}\ql n\enotes
\temps\notes\qu K&\sqqbb d{^e}{^f}d|\zq{^hj}\ql{^m}\enotes
%\check
% mesure 19
\barre\notes\qu I&\sqqbb g{=e}dc|\zq{ik}\zqu n\enotes
\temps\notes\qu H&\sqqbb dcba|\zq{^hj}\zqu{^m}\enotes
\temps\notes\qu G&\sqqbb N{^a}{^b}N|\zq{^ik}\zqu{=m}\enotes
%\check
% mesure 20
\barre\notes\hu{^H}&\itenl1c\itenu2e\lSh c\zq{^ac}\ql{^e}|\sqqbb {^j}k{^l}m\enotes
\temps\notes&\tten1\tten2\zq{ce}\ql g|\sqqbb nmnl\enotes
\temps\notes\qu K&\zq{^ad}\ql{=f}|\sqqbb mlk{=j}\enotes
%\check
% mesure 21
\barre\notes\qu G&\itenl1N\itenu2f\zhlp N\zq{^b}\qu f|\sqqbb {^i}jkl\enotes
\temps\notes\qu {^I}&\tten2\zq{d}\qu f|\sqqbb mlmk\enotes
\temps\notes\qu J&\zq{=b}\qu {^e}|\sqqbb lkj{=i}\enotes
%\check
% mesure 22
\barre\notes\hup{^H}&\tten1\lSh c\zql N\zhp{c}\hup{^e}|\sqqbb {^h}{^i}{^j}k\enotes
\temps\notes&\ql{^a}|\sqqbb {^l}k{^j}i\enotes
\temps\notes&\ql N|\sqqbb jhij\enotes
%\check
% mesure 23
\generalsignature{2}\changecontext
\notes\itenl1K\hup K&\sqqbb MNaM|\itenl2k\zh {hm}\hu k\enotes
\temps\notes&\sqqbb KMNa|\enotes
\temps\notes&\sqqbb babN|\tten2\itenl2k\zq{ik}\ql n\enotes
%\check
% mesure 24
\barre\notes\tten1\hup K&\sqqbb abad|\tten2\itenu2m\zh{hk}\hl m\enotes
\temps\notes&\sqqbb cbaN|\enotes
\temps\notes&\sqqbb MNaM|\tten2\itenu2m\zq{_j}\zql m\qu o\enotes
%\check
% mesure 25
\barre\notes\hu I&\sqqbb KMNa|\tten2\zh i\zhl k\qu m\enotes
\temps\notes&\sqqbb babN|\qu n\enotes
\temps\notes\qu H&\sqqbb cabc|\zq j\zql l\qu o\enotes
%\check
% mesure 26
\barre\notes\hu K&\itenu1d\zh{ad}\hl f|\sqqbb klmn\enotes
\temps\notes&|\sqqbb omlk|\enotes
\temps\notes\qu I&\tten1\itenu1d\zq{bd}\ql g|\sqqbb popn\enotes
%\check
% mesure 27
\barre\notes\hu K&\tten1\zh{ad}\hl f|\sqqbb opon\enotes
\temps\notes&|\sqqbb monm|\enotes
\temps\notes\qu G&\zq{be}\ql g|\sqqbb nmlk\enotes
%\check
% mesure 28
\barre\notes\hup H&\zhp a\zhlp c\hu e|\sqqbb jklm\enotes
\temps\notes&|\sqqbb nlon\enotes
\temps\notes&\qu g|\sqqbb {_m}lkj\enotes
%\check
% mesure 29
\barre\notes\hu K&\sqqbb KL{_M}N|\itenu1k\zh {_fh}\hu k\enotes
\temps\notes&\sqqbb aNaM|\enotes
\temps\notes\qu G&\sqqbb {_b}aNb|\tten1\itenu1k\zq{g_i}\qu k\enotes
%\check
% mesure 30
\barre\notes\hup K&\sqqbb a{_M}LK|\tten1\zq{_f}\zql h\hup k\enotes
\temps\notes&\sqqbb d{_b}aN|\zq g\ql{_i}\enotes
\temps\notes&\sqqbb aNMa|\zq f\ql h\enotes
%\check
% mesure 31
\barre\notes\qu G&\sqqbb N{_M}LK|\zq g\zq{_i}\ql l\enotes
\temps\notes\qu H&\sqqbb JKLM|\itenu0j\zq h\zq j\ql {_m}\enotes
\temps\notes\qu F&\sqqbb {=M}{^N}{^a}M|\tten0\lSh h\zq{h}\zq j\ql {=m}\enotes
%\check
% mesure 32
\barre\notes\itenl1I\hup I&\itenl2b\zh b\zh d\hl f|\sqqbb ijkl\enotes
\temps\notes&|\sqqbb mkji\enotes
\temps\notes&\tten2\itenl2b\zq b\zq e\ql g|\sqqbb pnml\enotes
%\check
% mesure 33
\barre\notes\tten1\hu I&\tten2\zh b\zh d\itenu2f\hl f|\sqqbb mnml\enotes
\temps\notes&|\sqqbb km{^o}p\enotes
\temps\notes\qu F&\tten2\itenu2f\zq{^ac}\ql f|\sqqbb qpo{^n}\enotes
%\check
% mesure 34
\barre\notes\hup I&\zh b\tten2\itenu2d\itenu3f\zh {^d}\hl f|\sqqbb ml{^k}j\enotes
\temps\notes&|\sqqbb klm{=o}\enotes
\temps\notes&\tten2\tten3\zq{df}\ql{=a}|\sqqbb {_q}omk\enotes
%\check
% mesure 35
\barre\notes\hu E&\sqqbb LMNa|\zh{gi}\itenu1l\hl l\enotes
\temps\notes&\sqqbb bNML|\enotes
\temps\notes\qu H&\sqqbb e{_c}ba|\zq{h_j}\tten1\itenu1l\ql l\enotes
%\check
% mesure 36
\barre\notes\hu E&\sqqbb b{_c}ac|\zh{gi}\tten1\itenu1l\hl l\enotes
\temps\notes&\sqqbb bNML|\enotes
\temps\notes\qu {_J}&\sqqbb ecba|\zq{h_j}\tten1\itenu1l\ql l\enotes
%\check
% mesure 37
\barre\notes\hu I&\sqqbb b{_c}ab|\tten1\itenl1i\zq{g}\zql i\qu l\enotes
\temps\notes&\sqqbb NaMN|\loff{\tten1\zq g}\zql h\qu{^k}\enotes
\temps\notes\qu{^G}&\sqqbb L{^N}ML|\zq{^gi}\ql l\enotes
%\check
% mesure 38
\barre\notes\hup H&\zh N\zh c\hl e|\sqqhh hijk\enotes
\temps\notes&|\sqqhh ljih\enotes
\temps\notes\qu{_F}&\itenl1a\zq a\zq d\ql {_f}|\sqqhh {_m}lmk\enotes
%\check
% mesure 39
\barre\notes\hu J&\tten1\zhp c\zhlp a\hu e|\sqqhh lkji\enotes
\temps\notes&|\sqqhh jhjk\enotes
\temps\notes\qu H&\qu g|\sqqhh ljkl\enotes
%\check
% mesure 40
\barre\notes\qu F&\itenu1f\zq {^a}\zq c\ql f|\sqqhh mlkj\enotes
\temps\notes\hu I&\tten1\zql b\zh{^d}\hu f|\sqqhh {^k}ikm\enotes
\temps\notes&\ql {=a}|\sqqhh ponm\enotes
%\check
% mesure 41
\generalsignature{3}\relax
\changecontext\notes\hu J&\sqqbb {^L}M{N}L|\itenu0j\zh{^l}\zh g\hu j\enotes
\temps\notes&\sqqbb cbaN\enotes
\temps\notes\qu F&\sqqbb aMac|\tten0\itenu0m\zq m\zq h\qu j\enotes
%\check
% mesure 42
\barre\notes\hu I&\sqqbb fedc|\tten0\zhp i\zhlp k\hu m\enotes
\temps\notes&\sqqbb decd\enotes
\temps\notes\qu K&\sqqbb bdcb|\qu n\enotes
%\check
% mesure 43
\barre\notes\hu E&\zhp{N}\zhlp b\hu d|\sqqhh {g}hi{_j}\enotes
\temps\notes&|\sqqhh kihg\enotes
\temps\notes\qu G&\itenu1e\qu e|\sqqhh lkji\enotes
%\check
% mesure 44
\barre\notes\hu H&\tten1\zhp c\zhup e\hl a|\sqqhh {=j}kji\enotes
\temps\notes&|\sqqhh jhjk\enotes
\temps\notes\qu{_G}&\ql {_N}|\sqqhh ljkl\enotes
%\check
% mesure 45
\barre\notes\hu F&\advance\transpose -7\relax\sqqbb f{g}{^h}i|\zh{^h}\zhl
j\itenu1m\hup m\enotes
\temps\notes&\advance\transpose -7\relax\sqqbb jhgf\enotes
\temps\notes\qu I&\advance\transpose -7\relax\sqqbb kjki|\zq i\ql k\enotes
%\check
% mesure 46
\barre\notes\hu F&\advance\transpose -7\relax\sqqbb jkik|\tten1\zh{^h}\zh j\hl m\enotes
\temps\notes&\advance\transpose -7\relax\sqqbb j{^h}{g}f\enotes
\temps\notes\qu{^H}&\advance\transpose -7\relax\sqqbb lklj|\zq j\zq l\ql{^o}\enotes
%\check
% mesure 47
\barre\notes\qu I&\advance\transpose -7\relax\sqqbb kji{=h}|\itenl1i\itenl2k\zq
i\zq k\ql m\enotes
\temps\notes\qu K&\advance\transpose -7\relax\sqqbb
{g}hig|\tten1\tten2\itenu1n\zq i\zq k\ql n\enotes
\temps\notes\qu J&\advance\transpose -7\relax\sqqbb {^l}{^k}lj|\tten1\zq
j\zq{^l}\ql n\enotes
%\check
% mesure 48
\barre\notes\hu H&\zh a\zhl c\itenu1f\hup f|\sqqbb mnop\enotes
\temps\notes&|\sqqbb qpqo\enotes
\temps\notes\qu I&\itenu2b\itenu0d\zq b\ql d|\sqqbb rqrp\enotes
%\check
% mesure 49
\barre\notes\qu G&\tten0\tten1\tten2\zq b\zq d\ql f|\advance\transpose 7\sqqbb mkji\enotes
\temps\notes\qu J&\zq {c^e}\zql g|\advance\transpose 7\sqqbb jkik\enotes
\temps\notes\qu H&\zq{ac}\ql f|\advance\transpose 7\sqqbb jhgf\enotes
%\check
% mesure 50
\barre\notes\qu G&\itenu1c\zql N\zh c\hu {^e}|\sqqhh nm{^l}{^k}\enotes
\temps\notes\qu J&\ql b|\sqqhh jihg\enotes
\temps\notes\qu H&\tten1\zq{a}\ql c|\sqqhh hfhj\enotes
% mesure 51
\barre\notes\hup F&\sqqbb MNab|\zhp {hj}\itenu1m\hlp m\enotes
\temps\notes&\sqqbb c{^d}{^e}c\enotes
\temps\notes&\sqqbb f{=e}{=d}c\enotes
%\check
% mesure 52
\barre\notes\hu I&\sqqbb dcdb|\tten1\zq i\zq k\ql m\enotes
\temps\notes&\sqqbb Nabc|\zq g\itenu1j\itenu2l\zq j\ql{^l}\enotes
\temps\notes\qu J&\sqqbb {^d}{^e}fg|\tten1\tten2\zq j\zq l\ql n\enotes
%\check
% mesure 53
\barre\notes\hup H&|\zq h\itenu1j\itenu2m\zq j\zqu m\sqqbb f{^e}fc\enotes
\temps\notes&|\tten1\tten2\itenu2m\zq j\zqu m\sqqbb hghf\enotes
\temps\notes&|\tten2\zqu m\sqqbb jijh\enotes
% mesure 54
%\check
\barre\notes\qu{^H}&|\itenl1f\zq f\zql c\sqqhh m{^l}mj\enotes
\temps\notes\qu I&|\tten1\zq b\zql f\sqqhh kjki\enotes
\temps\notes\qu G&|\zq N\zq b\zql{=e}\sqqhh {=l}kli\enotes
% mesure 55
%\check
\barre\notes\qu H&\itenu1a\zq{ac}\ql e|\sqqhh jijh\enotes
\temps\notes\qu F&\tten1\itenu1d\zq{Ma}\ql d|\sqqhh kjkh\enotes
\temps\notes\qu G&\tten1\itenu1N\zq{Nb}\ql d|\sqqhh ihig\enotes
% mesure 56
%\check
\barre\notes\qu{^E}&\tten1\zq{^L}\zql N\hu c|\sqqhh jijg\enotes
\temps\notes\qu F&\zh M\hl a|\sqqhh high\enotes
\temps\notes\qu D&\qu d|\sqqhh fhgf\enotes
% mesure 57
%\check
\barre\notes\hup C&\zq{^L}\zql N\itenu1c\zhup c|\zqu j\ibbl0g0\qb0{j^e^d}\tqb0e\enotes
\temps\notes&\zq M\ql a|\zqu j\ibbl0h0\qb0{jfe}\tqb0f\enotes
\temps\notes&\zq N\ql b|\zqu j\ibbl0h0\qb0{jgf}\tqb0g\enotes
% mesure 58
%\check
\barre\notes\qu D&\tten1\itenl1M\itenu2c\zq M\zq a\ql c|\zqu j\sqqBB jhgh\enotes
\temps\notes\qu F&\tten1\tten2\zq M\zq{^a}\ql c|\zqu m\sqqBB m{^h}gh\enotes
\temps\notes\qu G&\zq N\zq b\ql d|\zqu m\sqqBB mihi\enotes
% mesure 59
%\check
\barre\notes\qu {^H}&\zq{^a}\zq c\itenu1f\ql f|\zqu m\sqqBB mjij\enotes
\temps\notes\qu I&\zh b\zh d\tten1\hl f|\zqu m\sqqBB mkjk\enotes
\temps\notes\qu {=H}&|\zqu i\sqqbb ijkm\enotes
% mesure 60
%\check
\barre\notes\qu G&\zql N\zhp c\hup{^e}|\zqu n\sqqBB n{^l}kl\enotes
\temps\notes\hu I&\hl b|\zqu j\sqqbb jlkl\enotes
\temps\notes&|\zqu n\sqqBB nlkl\enotes
% mesure 61
%\check
\barre\notes\hup H&\zhp {ac}\hlp f|\zqu j\sqqBB jm{^l}m\enotes
\temps\notes&|\zqu o\sqqbb omlm\enotes
\temps\notes&|\zqu j\sqqBB jmlm\enotes
% mesure 62
%\check
\barre\notes\qu I&\itenu1g\zq b\zql d\hup g|\zqu p\sqqBB pnmn\enotes
\temps\notes\qu J&\zq{c}\ql {^e}|\zqu {^l}\sqqbb lnmn\enotes
\temps\notes\qu K&\zq{b}\ql d|\zqu p\sqqBB pnmn\enotes
% mesure 63
%\check
\barre\notes\qu J&\tten1\itenu1c\zq{c^e}\ql g|\sqqbb {^l}nmn\enotes
\temps\notes\qu H&\tten1\zq{ac}\itenu1f\ql f|\sqqbb opno\enotes
\temps\notes\qu I&\tten1\zq{bd}\ql f|\sqqbb monm\enotes
% mesure 64
%\check
\barre\notes\itenl3J\hup J&\sqqhh JK{^L}M|\itenu2q\zh{^ln}\hl q\enotes
\temps\notes&\sqqbb NabN\enotes
\temps\notes&\sqqbb abNa|\tten2\itenu1m\itenu2o\zq{mo}\ql q\enotes
% mesure 65
%\check
\barre\notes\tten3\itenl3J\hup J&\sqqbb MaNM|\tten1\tten2\zq{jm}\ql o\enotes
\temps\notes&\sqqbb {^L}cbc|\itenu1q\zh{^ln}\hl q\enotes
\temps\notes&\sqqbb Lcbc\enotes
% mesure 66
%\check
\barre\notes\tten3\itenl3J\hup J&\sqqbb Mcac|\tten1\itenu1q\zh m\zhl o\hup q\enotes
\temps\notes&\sqqbb Mcac\enotes
\temps\notes&\sqqbb Ncbc|\itenu4n\itenu2p\zq n\ql p\enotes
% mesure 67
%\check
\barre\notes\tten3\hup J&\sqqbb Ncbc|\tten4\tten2\roff{\tten1\zhup q}\zq p\ql n\enotes
\temps\notes&\sqqbb af{^e}f|\itenu1m\zh m\hl o\enotes
\temps\notes&\sqqbb afef\enotes
% mesure 68
%\check
\barre\notes\qu I&\sqqbb df{=e}d|\tten1\itenl1m\zhlp m\zq p\qu r\enotes
\temps\notes\hu J&\sqqbb cfac|\itenu2o\itenu3q\zh o\hu q\enotes
\temps\notes&\sqqbb MaNM\enotes
% mesure 69
%\check
\barre\notes\qu H&\sqqbb JMac|\tten3\tten1\tten2\itenu1m\zq m\zq o\ql q\enotes
\temps\notes\qu I&\sqqbb dcba|\tten1\itenu1p\zq m\zq p\ql r\enotes
\temps\notes\qu L&\sqqbb NabN|\tten1\zq l\zq n\ql p\enotes
% mesure 70
%\check
\barre\notes\hu H&\itenl1a\zh c\zhu e\hlp a|\sqqbb opqr\enotes
\temps\notes&|\sqqbb srsq\enotes
\temps\notes\qu K&\zq d\ql{_f}|\sqqbb {_t}str\enotes
% mesure 71
%\check
\barre\notes\qu H&\tten1\zhl a\zq c\qu e|\sqqbb srqs\enotes
\temps\notes\qu I&\zq d\qu{_f}|\sqqbb r{_q}po\enotes
\temps\notes\qu E&\zq N\zq b\ql e|\sqqbb nopn\enotes
\generalsignature{0}\relax
% mesure 72
\changecontext\notes\itenl2H\hup H&\sqqbb abcd|\itenl1o\zhlp o\zh q\hu s\enotes
\temps\notes&\sqqbb ecba\enotes
\temps\notes&\sqqbb hfed|\zq r\qu t\enotes
%\check
%mesure 73
\barre\notes\tten2\itenl2H\hup H&\sqqbb efdf|\tten1\itenl1o\zhlp o\zh q\hu s\enotes
\temps\notes&\sqqbb ecba\enotes
\temps\notes&\sqqbb hfed|\zq r\qu t\enotes
%\check
%mesure 74
\barre\notes\tten2\hu H&\sqqbb efde|\tten1\zh o\zh q\zhl s\enotes
\temps\notes&\sqqbb cdbc\enotes
\temps\notes\qu F&\sqqbb acba|\zq m\zq p\ql r\enotes
%\check
%mesure 75
\barre\notes\hu E&\zh{^N}\zhl b\hup e|\sqqbb l{^m}{^n}o\enotes
\temps\notes&|\sqqbb pqrp\enotes
\temps\notes\qu H&\itenu1a\itenu2c\zq a\ql c|\sqqbb qrpq\enotes
%\check
%mesure 76
\barre\notes\qu F&\tten1\tten2\zq M\zq a\ql c|\sqqbb oqpo\enotes
\temps\notes\hu E&\itenu1e\zq{^N}\zq b\ql e|\sqqbb {^n}opn\enotes
\temps\notes&\tten1\zq a\zq c\ql e|\sqqbb l{=m}{=n}l\enotes
%\check
%mesure 77
\barre\notes\hup F&\itenl1M\itenu2d\zq M\zq a\ql d|\sqqbb mlkj\enotes
\temps\notes&\tten1\tten2\itenu1b\itenu2d\zq M\zq b\ql d|\sqqbb ijki\enotes
\temps\notes&\tten1\tten2\zq{Nb}\ql d|\sqqbb ghig\enotes
%\check
%mesure 78
\barre\notes\hu J&\advance\transpose 7\sqqbb JKLM|\advance\transpose 7\sqqbb cdef\enotes
\temps\notes&\advance\transpose 7\sqqbb NLKJ|\advance\transpose 7\sqqbb gedc\enotes
\temps\notes\qu H&\advance\transpose 7\sqqbb aMLK|\advance\transpose 7\sqqbb jhgf\enotes
%\check
% mesure 79
\barre\notes\hu J&\advance\transpose 7\sqqbb LMKM|\advance\transpose 7\sqqbb ghfh\enotes
\temps\notes&\advance\transpose 7\sqqbb LJIH|\advance\transpose 7\sqqbb gedc\enotes
\temps\notes\qu H&\advance\transpose 7\sqqbb aMLK|\advance\transpose 7\sqqbb jhgf\enotes
%\check
% mesure 80
\barre\notes\qu J&\advance\transpose 7\sqqbb LMKL|\advance\transpose 7\sqqbb ghfg\enotes
\temps\notes\qu H&\advance\transpose 7\sqqbb JKIJ|\advance\transpose 7\sqqbb efde\enotes
\temps\notes\qu F&\advance\transpose 7\sqqbb HJIH|\advance\transpose 7\sqqbb cedc\enotes
%\check
% mesure 81
\barre\notes\hu G&\sqqbb Nabc|\itenl1i\zhlp i\zq k\qu n\enotes
\temps\notes&\sqqbb dbaN|\zq k\qu m\enotes
\temps\notes\qu J&\sqqbb edec|\zq j\qu l\enotes
%\check
% mesure 82
\barre\notes\hu G&\sqqbb bcdb|\tten1\itenl1g\zhlp g\zh{i}\hu k\enotes
\temps\notes&\sqqbb NabN|\enotes
\temps\notes\qu J&\sqqbb edec|\zq j\qu l\enotes
%\check
% mesure 83
\barre\notes\qu I&\sqqbb decd|\tten1\itenu1k\zq{gi}\qu k\enotes
\temps\notes\qu K&\sqqbb bcab|\tten1\itenu1k\zq{hk}\qu m\enotes
\temps\notes\qu G&\rlap{\sk\sk\sk\itenu0N}\sqqbb NabN|\tten1\zq{ik}\qu n\enotes
%\check
% mesure 84
\barre\notes\hu J&\itenu1c\tten0\zh{Nc}\hl e|\sqqbb jklm\enotes
\temps\notes&|\sqqbb nlkj\enotes
\temps\notes\qu H&\tten1\itenu1c\zq{ac}\ql f|\sqqbb qonm\enotes
%\check
% mesure 85
\barre\notes\hu J&\tten1\itenu1c\zh{Nc}\hl e|\sqqbb nomo\enotes
\temps\notes&|\sqqbb nlkj\enotes
\temps\notes\qu H&\tten1\zq{ac}\ql f|\sqqbb qonm\enotes
%\check
% mesure 86
\barre\notes\qu G&\itenl1N\zh N\zhl b\qu d|\sqqbb nomn\enotes
\temps\notes\qu I&\qu f|\sqqhh lmkl\enotes
\temps\notes\qu J&\tten1\zq N\zq{_b}\ql e|\sqqhh jlkj\enotes
%\check
% mesure 87
\barre\notes\hu F&\sqqbb MNa{_b}|\itenu1m\zh h\zhl j\hup m\enotes
\temps\notes&\sqqbb caNM\enotes
\temps\notes\qu {_I}&\sqqbb fdcb|\zq{_i}\ql k\enotes
%\check
% mesure 88
\barre\notes\hu F&\sqqbb cd{_b}d|\tten1\itenu1m\zh h\zhl j\hup m\enotes
\temps\notes&\sqqbb caNM\enotes
\temps\notes\qu {_I}&\sqqbb fdcb|\zq {_i}\ql k\enotes
%\check
% mesure 89
\barre\notes\qu H&\sqqbb cdbc|\tten 1\zq h\zq j\ql m\enotes
\temps\notes\qu J&\sqqbb a{_b}Na|\zq g\zq{_i}\ql l\enotes
\temps\notes\qu F&\sqqbb MNab|\zq h\zq j\ql m\enotes
%\check
% mesure 90
\barre\notes\hu J&\zh N\zhl e\roff{\qu c}|\sqqbb jklm\enotes
\temps\notes&\qu {_b}|\sqqbb nlkj\enotes
\temps\notes\qu H&\itenu1c\zq{ac}\ql f|\sqqbb qonm\enotes
%\check
% mesure 91
\barre\notes\hu J&\zh N\zhl e\roff{\tten1\qu c}|\sqqbb nomo\enotes
\temps\notes&\qu {_b}|\sqqbb nlkj\enotes
\temps\notes\qu H&\itenu1c\zq{ac}\ql f|\sqqbb qonm\enotes
%\check
% mesure 92
\barre\notes\qu G&\tten1\itenl1N\zql N\zq c\qu e|\sqqbb nomn\enotes
\temps\notes\qu I&\tten1\zq N\zq {=b}\qu f|\sqqbb lmkl\enotes
\temps\notes\qu J&\zq{_b}\rq c\qu e|\sqqbb jklj\enotes
%\check
% mesure 93
\barre\notes\hu H&\sqqbb MNa{_b}|\itenl1h\zhp{hj}\hlp m\enotes
\temps\notes&\sqqbb cbca\enotes
\temps\notes\qu J&\sqqbb {_e}caN|\enotes
%\check
% mesure 94
\barre\notes\hu K&\sqqbb {^M}Na{_b}|\tten1\itenl1h\itenu2m\zh{hk}\hl{^m}\enotes
\temps\notes&\sqqbb cbca\enotes
\temps\notes\qu J&\sqqbb {^f}{_e}dc|\tten1\tten2\zq{hj}\ql m\enotes
%\check
% mesure 95
\barre\notes\qu {_I}&\sqqbb {_b}cdb|\itenl1i\itenu2n\zq{ik}\ql n\enotes
\temps\notes\qu {_L}&\sqqbb g{_e}dc|\tten1\tten2\zq{i_l}\ql n\enotes
\temps\notes\qu K&\sqqbb d{=e}{^f}d|\zq{hj}\ql{^m}\enotes
%\check
% mesure 96
\barre\notes\qu {_I}&\sqqbb g{_e}dc|\zq{_ik}\zqu n\enotes
\temps\notes\qu H&\sqqbb dc{_b}a|\zq{hj}\zqu{^m}\enotes
\temps\notes\qu G&\rlap{\sk\sk\sk\itenl1N}\sqqbb Na{=b}N|\zq{=ik}\zqu{=m}\enotes
%\check
% mesure 97
\barre\notes\hu J&\tten1\itenu1c\itenu2e\zhl N\zhp c\hup{_e}|\sqqbb jk{_l}m\enotes
\temps\notes&|\sqqbb nlkj\enotes
\temps\notes\qu{_H}&\ql {^M}|\sqqbb q{_o}n{^m}\enotes
%\check
% mesure 98
\barre\notes\hu J&\tten1\tten2\itenu1c\itenu2e\zhl N\zhp c\hup{_e}|\sqqbb n{_o}{=m}o\enotes
\temps\notes&|\sqqbb n{_l}kj\enotes
\temps\notes\qu{_H}&\ql {=M}|\sqqbb qonm\enotes
%\check
% mesure 99
\barre\notes\qu G&\tten1\tten2\zhl N\zq c\qu{_e}|\sqqbb n{_o}mo\enotes
\temps\notes\qu I&\zq b\qu d|\sqqbb nm{_l}k\enotes
\temps\notes\qu J&\zq c\qu {=e}|\sqqbb jk{=l}j\enotes
%\check
% mesure 100
\barre
\znotes&|\Sh m\enotes
\nspace
\notes\hu K&\sqqbb acbc|\ust m\lh l\zh{h}\hl{m}\enotes
\temps\notes&\sqqbb acbc\enotes
\temps\notes\qu H&\sqqbb acbc|\uppz m\lq l\zq h\ql{m}\enotes
%\check
% mesure 101
\barre\znotes&|\lFl l\Sh m\enotes
\nspace
\notes\hu {^F}&\sqqbb {^M}aNa|\ust q\lh l\zh{jm}\hl q\enotes
\temps\notes&\sqqbb MaNa\enotes
\temps\notes\qu J&\sqqbb MaNa|\uppz q\lq l\zq{jm}\ql q\enotes
%\check
% mesure 102
\barre\notes\hu G&\sqqbb N{_e}ce|\uppz u\zq{nq_s}\ql u\enotes
\temps\notes&\sqqbb Nece|\uppz s\zq{_lnq}\ql s\enotes
\temps\notes\qu {_I}&\sqqbb Nd{_b}d|\uppz r\zq{kn_p}\ql r\enotes
%\check
% mesure 103
\barre\nspace
\notes\hu H&\sqqbb ae{^c}e|\lSh j\zh{j=ln}\hl {^q}\enotes
\temps\notes&\sqqbb aece\enotes
\temps\notes\qu {^J}&\sqqbb aece|\uppz q\zq{jln}\ql q\enotes
%\check
% mesure 104
\barre\notes\hu {_I}&\sqqbb {_b}fdf|\uppz r\zq{km_p}\ql r\enotes
\temps\notes&\sqqbb bfdf|\uppz t\zq{mpr}\ql t\enotes
\temps\notes\qu G&\sqqbb Nf{=b}f|\cNa i\uppz p\zq{ikn}\ql {=p}\enotes
%\check
% mesure 105
\barre\nspace
\NOTEs\hu{_H}&\itenu1a\itenu3f\zh{_ac}\hl f|\itenu2q\zhl j\zh{m_o}\hu q\enotes
\temps\NOtes\qu F&\tten1\tten3\zq{ad}\ql f|\zql k\enotes
%\check
% mesure 106
\barre\NOTEs\hup C&\zhp{Nce}\hlp g|\tten2\zhp{jln}\hlp q\enotes
\mulooseness -4\relax
\finmorceau
\rightline{\sl\aujourdhui}\vfil\eject
\endinput

View File

@ -0,0 +1,18 @@
\input musixtex
\input musixcpt
\input musixsty
%
\def\misazero{\def\nbinstruments{2}\nbporteesi=1\relax
\nbporteesii=2\relax
\barsinline=0\relax
\linesinpage=0\relax
\signaturegenerale{0}\savesignature
\resetfacteurs
\computewidths}%
%
\misazero
\input fantcmol.tex
\misazero
\input fugcmoll.tex
\bye

View File

@ -0,0 +1,517 @@
\fullauthor{Daniel TAUPIN}
\shortauthor{D. Taupin}
\fulltitle{{\frtbf Fugue}}
\shorttitle{Fugue en style baroque}
\subtitle{}
\othermention{}
\maketitle
% if transpose not defined outside assume 0 and three flats
\ifx\ftranspose\undefined\def\ftranspose{0}\fi
\ifx\fsignature\undefined\def\fsignature{-3}\fi
%
% formes fr\'equentes
%
%au moins deux croches basses et hautes
\def\dqb#1#2{\Ibl0{#1}{#2}1\qb0{#1}\tqb0{#2}}%
\def\dqh#1#2{\Ibu0{#1}{#2}1\qh0{#1}\tqh0{#2}}%
%au moins deux doubles croches basses et hautes
\def\dqbb#1#2{\Ibbl0{#1}{#2}1\qb0{#1}\tqb0{#2}}%
\def\dqhh#1#2{\Ibbu0{#1}{#2}1\qh0{#1}\tqh0{#2}}%
%au moins trois doubles croches basses et hautes
\def\tqbb#1#2#3{\Ibbl0{#1}{#3}2\qb0{#1#2}\tqb0{#3}}%
\def\Tqbb#1#2#3{\ibbl0{#2}0\qb0{#1#2}\tqb0{#3}}%
\def\sTqbb#1#2#3{{\smallnotesize\Tqbb{#1}{#2}{#3}}}%
%au moins quatre croches basses et hautes
\def\qqb#1#2#3#4{\Ibl0{#1}{#4}3\qb0{#1#2#3}\tqb0{#4}}%
\def\Qqb#1#2#3#4{\Ibl0{#1}{#3}2\qb0{#1#2#3}\tqb0{#4}}%
\def\qqB#1#2#3#4{\Ibl0{#2}{#4}2\qb0{#1#2#3}\tqb0{#4}}%
\def\qqh#1#2#3#4{\Ibu0{#1}{#4}3\qh0{#1#2#3}\tqh0{#4}}%
\def\Qqh#1#2#3#4{\Ibu0{#1}{#3}2\qh0{#1#2#3}\tqh0{#4}}%
\def\qqH#1#2#3#4{\Ibu0{#2}{#4}2\qh0{#1#2#3}\tqh0{#4}}%
%au moins quatre doubles croches basses et hautes
\def\qqbb#1#2#3#4{\varaccid\Ibbl0{#1}{#4}3\qb0{#1#2#3}\tqb0{#4}}%
\def\Qqbb#1#2#3#4{\varaccid\Ibbl0{#1}{#3}2\qb0{#1#2#3}\tqb0{#4}}%
\def\sQqbb#1#2#3#4{{\varaccid\smallnotesize\Qqbb{#1}{#2}{#3}{#4}}}%
\def\qqBB#1#2#3#4{\varaccid\Ibbl0{#2}{#4}2\qb0{#1#2#3}\tqb0{#4}}%
\def\sqqBB#1#2#3#4{{\varaccid\smallnotesize\qqBB{#1}{#2}{#3}{#4}}}%
\def\qqhh#1#2#3#4{\varaccid\Ibbu0{#1}{#4}3\qh0{#1#2#3}\tqh0{#4}}%
\def\Qqhh#1#2#3#4{\varaccid\Ibbu0{#1}{#3}2\qh0{#1#2#3}\tqh0{#4}}%
\def\qqHH#1#2#3#4{\varaccid\Ibbu0{#2}{#4}2\qh0{#1#2#3}\tqh0{#4}}%
\def\sqqHH#1#2#3#4{{\varaccid\smallnotesize\qqHH{#1}{#2}{#3}{#4}}}%
%
\nbporteesii=2\relax
\def\nbinstruments{2}
\global\cleftoksii={6000}%
\global\cleftoksi={6000}%
%
\generalsignature{\fsignature}\relax % r\'e mineur
\transpose=\ftranspose\relax
%\check
\def\instrumenti{P\'edale 16'}%
\def\instrumentii{G.O.}%
%\check
\medskip\noindent{\rm G.O.: mixtures {\sl ad libitum.}}%
\par\noindent{\rm Pos.: mixtures, acc. G.O.}%
\par\noindent{\rm P\'ed.: fonds 16', tirasses G.O. \& pos.}%
\smallskip
\generalmeter{\meterfrac 32}
\staffbotmarg=10pt
\stafftopmarg=0pt
\interstaff{10}
\debutmorceau
\relativeaccidentals
\varaccid
\nspace
\Notes\wh G\sk\sk\hu C&\sk\pause\sk\soupir\ql c|\Uptext{\hbox{\kern
-8mm\moyen Andante
\bf(\metron{\qu}{65})}}\sk\sk\pausep\enotes
%\check
% mesure 2
\barre\Notes&\zhl L\qu N\hu e\hl M\enotes
\temps\notes\pause&\dqh dc\enotes
\temps\Notes&\zhl K\qu {^b}\enotes
\temps\notes&\dqh cd\enotes
%\check
% mesure 3
\barre\Notes&\zhl L\qu N\hu c\enotes
\temps\Notes\sk\pause&\hl {^L}\qu b\zhl M\qu a\enotes
\temps\notes&\dqh Na\enotes
%\check
% mesure 4
\barre\Notes\sk\sk\sk\pause&\zql {=L}\qu N\zql K\qu M\zql J\qu L\zql H\qu M\enotes %
\temps\Notes&\zhl G\qu N\enotes
\temps\notes&\dqh ML\enotes
%\check
% mesure 5
\generalmeter{\meterfrac 22}%
\changecontext\Notes\sk\pause&\zhl{^I}\roff{\Pince c}\hu K\enotes
\temps\Notes&\zql J\qu J\soupir|\sk\qu g\enotes
%\check
% mesure 6
\generalmeter{\meterfrac 32}%
\changecontext\Notes&\hl b\sk\hl{^M}|\roff{\zw d}\qu d\hu i\enotes
\temps\notes\pause&|\dqh hg\enotes
\temps\Notes&\hl K|\zhl c\qu{^f}\enotes
\temps\notes&|\dqh gh\enotes
%\check
% mesure 7
\barre\Notes\sk\sk\sk\pause&\zhl I\hu b\sk\zhl{^I}\itenu1N\wh N\sk\ql J|\qu d\hu g\sk\qu f\qu e\enotes
\temps\notes&\dqb {=I}J|\dqh de\enotes
%\check
% mesure 8
\barre\Notes\sk\sk\sk\pause&\tten1\zqu N\ql I\zqu {^M}\ql H\zqu N\ql G\zqu {^a}\ql L\zqu b\ql K|\qu {dcbcd}\enotes
\temps\notes&\rlap{\dqb LJ}\dqh aN|\dqh cb\enotes
%\check
% mesure 9
\generalmeter{\meterfrac 22}%
\changecontext\Notes\sk\pause&\zhl K\hu{^M}|\roff{\Pince L}\hu a\enotes
\temps\Notes&\zql N\qu N\soupir|\qu N\qu g\enotes
%\check
% mesure 10
\barre\Notes\sk\sk\pause&\hl L\sk\hl{^I}|\roff{\zhl c}\qu c\hu h\hl d\enotes
\temps\notes&|\dqh gf\enotes
%\check
% mesure 11
\barre\Notes&\hl{=I}|\zhl c\qu{^e}\enotes
\temps\notes\sk\pause&|\dqh fg\enotes
\temps\Notes&\zhu M\hl H\sk|\qu c\qu j\enotes
%\check
% mesure 12
\generalmeter{\meterfrac 32}%
\changecontext\Notes&\zhu N\hl I\sk\hl J|\qu f\hu{_k}\hl{^e}\enotes
\temps\notes\pause&|\dqh ji\enotes
\temps\Notes&\hl {_K}|\zhl f\qu h\enotes
\temps\notes&|\dqh ij\enotes
%\check
% mesure 13
\barre\Notes&\hl J|\zhl{=b}\qu {^e}\enotes
\temps\notes&|\dqh fg\enotes
\temps\Notes\pause&\hl I|\zhl a\qu c\enotes
\temps\notes&|\dqh de\enotes
\temps\Notes&\itenu1M\zhu M\hl{^H}\sk|\qu f\qu m\enotes
%\check
% mesure 14
\barre\Notes&\tten1\zhu M\hl G|\qu {^i}\hu o\enotes
\temps\Notes&\zw N\hl{^I}|\enotes
\temps\notes\pause&|\dqh nm\enotes
\temps\Notes&\hl {^H}|\qu l\enotes
\temps\notes&|\dqh kj\enotes
%\check
% mesure 15
\barre\Notes\sk\sk\pause&\zqu a\ql K\zqu c\ql L\hl N|\qu m\qu l\zql g\hu k\ql f\enotes
\temps\Notes\soupir\qu J&\ql c\soupir|\zql e\qu j\soupir\enotes
%\check
% mesure 16
\generalmeter{\meterfrac 22}%
\changecontext\Notes\qu G\hu L\sk&\sk\pause|\sk\pause\enotes
\temps\notes\dqh KL&|\enotes
%\check
% mesure 17
\barre\Notes\qu M\qu K&|\sk\hpause\enotes
\temps\Notes\hu L&\pause|\soupir\qu h\enotes
%\check
% mesure 18
\barre\Notes\hu K\sk\hu J&\sk\sk\pause|\qu f\hu j\enotes
\temps\notes&|\dqh{^i}j\enotes
%\check
% mesure 19
\barre\Notes\hu {^I}\sk&\sk\hpause|\qu k\qu{^i}\enotes
\temps\Notes\hu J&\sk\qu N|\itenu1j\hu j\enotes
%\check
% mesure 20
\barre\Notes\hu H&\qu L\hu c|\tten1\wh j\enotes
\temps\Notes\hu {_K}&\enotes
\temps\notes&\dqh{=b}c\enotes
%\check
% mesure 21
\barre\Notes\hu I&\qu {_d}\qu b|\hu g\enotes
\temps\Notes\qu H\qu M&\itenu1c\hu c|\soupir\qu h\enotes
%\check
% mesure 22
\barre\Notes\qu J\hl a&\tten1\wh c|\qu m\qu{^l}|\enotes
\temps\Notes\sk&|\qu m\enotes
\temps\notes\dqb Na&|\dqh lk\enotes
%\check
% mesure 23
\barre\Notes\ql N&\ql b|\hu j\enotes
\temps\Notes\ql M&\ql a\enotes
\temps\Notes\ql {^L}&\ql N|\zhl i\hu{^l}\enotes
\temps\notes\dqb KJ&\dqb ab\enotes
%\check
% mesure 24
\barre\Notes\ql M&\ql c|\zql h\qu m\enotes
\temps\Notes\ql J&\ql b|\zql i\qu {^l}\enotes
\temps\Notes\hu F&\ql a\soupir|\zql j\qu m\zql f\raise 2\Interligne\soupir\enotes
%\check
% mesure 25
\barre\Notes\hu H&|\ql c\hl h\enotes
\temps\Notes\hu I&\pause|\sk\enotes
\temps\notes&|\dqb gh\enotes
%\check
% mesure 26
\barre\Notes\hu {_K}&|\ql i\zql g\raise4\internote\hpause\enotes
\temps\Notes\hu J&\hpause|\hl h\qu j\enotes
%\check
% mesure 27
\barre\Notes\hu H&\wh c|\qu m\hu {^l}\enotes
\temps\Notes\hu I&|\sk\enotes
\temps\notes&|\dqh kl\enotes
%\check
% mesure 28
\barre\Notes\hu {^I}&\zhl a\hu d|\qu m\qu k\enotes
\temps\Notes\hu{=I}&\zhl N\itenu1c\hu c|\qu {^l}\enotes
\temps\notes&|\dqh kj\enotes
%\check
% mesure 29
\barre\Notes\hu{H}&\tten1\zhl M\wh c|\qu m\enotes
\temps\notes&|\bigNa l\dqh l{_k}\enotes
\temps\notes\hu G&\hu{^e}|\dqh ji\enotes
\temps\notes&|\dqh hg\enotes
%\check
% mesure 30
\generalmeter{\meterfrac 32}%
\changecontext\Notes\hu F&\zhl M\hu d|\qu h\enotes
\temps\notes&|\dqh gf\enotes
\temps\Notes\hu{^E}&\zhl N\hu c|\qu {j^e}\enotes
\temps\Notes\hu F&\zql M\hu a|\hu f\enotes
\temps\Notes&\qu M|\sk\enotes
%\check
% mesure 31
\barre\Notes\hu K&\qu a\hu{^I}\enotes
\temps\Notes\hu G&\enotes
\temps\notes&\dqh JK|\pause\enotes
\temps\Notes\qu {LK}&\qu N\qu M\enotes
%\check
%mseure 32
\barre\Notes\hu J&\qu L\enotes
\temps\notes&\dqh KL\enotes
\temps\notes\hu H&\dqh ML|\pause\enotes
\temps\notes&\dqh KJ\enotes
\temps\Notes\hu G&\qu N\soupir|\soupir\qu g\enotes
%\check
% mesure 33
\barre\Notes\hu H&\hu M|\qu c\hu h\enotes
\temps\Notes\hu {^I}&\zhl K\hu{^b}\enotes
\temps\notes&|\dqh gf\enotes
\temps\Notes\hu J&\zhl L\hu c|\qu e\enotes
\temps\notes&|\dqh dc\enotes
%\check
% mesure 34
\generalmeter{\meterfrac 22}%
\changecontext\notes\hu G&\zhl K\hu{^b}|\dqh gf\enotes
\temps\notes&|\dqh ed\enotes
\temps\Notes\hu J&\zql L\qu N\soupir|\qu c\qu j\enotes
%\check
% mesure 35
\generalmeter{\meterfrac 32}%
\changecontext\Notes\hu {^H}&\zql M\hu c\ql {^a}|\qu l\hu{^f}\enotes
\temps\Notes\hu K&\zw{^M}\hu d|\enotes
\temps\notes&|\dqh kj\enotes
\temps\notes\hu{^F}&\hu c|\dqh kj\enotes
\temps\notes&|\dqh ih\enotes
%\check
% mesure 36
\barre\Notes\hu G&\zhl b\hu d|\qu g\enotes
\temps\notes&|\dqh {^h}i\enotes
\temps\Notes\hu {^H}&\zhl L\itenu0c\hu c|\qu j\enotes
\temps\Notes&|\qu e\enotes
\temps\Notes\hu K&\zhl{^M}\tten0\qu c|\qu d\enotes
\temps\notes&\qu a|\dqh {^e}{^f}\enotes
%\check
% mesure 37
\barre\Notes\hu G&\zql N\hu b\ql L|\hu g\enotes
\temps\notes\qu {^H}&\zql K\qu{^M}|\dqh ji\enotes
\temps\notes\qu K&\zql M\qu c|\dqh {^h}g\enotes
\temps\Notes\hu G&\zqu{^b}\ql N|\qu g\enotes
\temps\notes&\soupir|\dqh g{^h}\enotes
%\check
% mesure 38
\generalmeter{\meterfrac 22}%
\changecontext\notes\hu K&\zhl{^b}\hu f|\dqh {^i}j\dqh kl\enotes
\temps\Notes\hu{^I}&\cNa a\zhl a\hu d|\qu m\enotes
\temps\notes&|\dqh fg\enotes
%\check
% mesure 39
\barre\notes\hu G&\itenl1N\zhl N\qu f\sk\qu d|\dqh {^h}{^i}\dqh jk\enotes
\temps\Notes\itenl0J\hu J&\tten1\zql N\qu e|\itenu1l\ql l\enotes
\temps\notes&\dqh LK\enotes
%\check
% mesure 40
\barre\notes\tten0\hu J&\dqh LM\dqh Na|\itenl0g\zhl g\tten1\hu l\enotes
\temps\Notes\hu F&\qu a|\tten0\itenl0g\zhl g\hu k\enotes
\temps\notes&\dqh NM\enotes
%\check
% mesure 41
\generalmeter{\meterfrac 32}%
\changecontext\Notes\hu G&\qu L|\tten0\zhl g\hu j\enotes
\temps\notes&\dqh KJ\enotes
\temps\notes\hu{^I}&\dqh NM|\zhl f\hu{^i}\enotes
\temps\notes&\dqh LK\enotes
\temps\Notes\hu H&\qu {^J}|\zql g\qu{^j}\enotes
\temps\Notes&\soupir|\qu h\enotes
%\check
% mesure 42
\barre\Notes\hl K&|\qu f\enotes
\temps\Notes\sk\hl{^L}&|\hu k\sk\enotes
\temps\notes&\pause|\dqh{^j}{^i}\enotes
\temps\Notes\hu{^H}&|\qu j\enotes
\temps\notes&|\dqh k{^l}\enotes
%\check
% mesure 43
\barre\Notes\hu F&|\qu h\enotes
\temps\Notes\sk\hu I&|\hu k\sk\enotes
\temps\Notes&\pause|\qu j\enotes
\temps\Notes\hu J&|\qu {=i}\enotes
\temps\notes&|\dqh hi\enotes
%\check
% mesure 44
\barre\Notes\qu{^J}&|\qu {^h}\enotes
\temps\Notes\cNa I\qu I&|\qu g\enotes
\temps\Notes\qu H&|\qu f\enotes
\temps\Notes\qu G&\pause|\qu g\enotes
\temps\Notes\qu F&|\qu {^h}\enotes
\temps\notes\qu G&|\dqh gf\enotes
%\check
% mesure 45
\generalmeter{\meterfrac 22}%
\changecontext\Notes\hu {^H}&|\roff{\Pince l}\hu {^e}\enotes
\temps\Notes&\hpause|\sk\enotes
\temps\Notes\hu D&\soupir|\hu d\enotes
\temps\Notes&\ql{^a}|\sk\enotes
%\check
% mesure 46
\generalmeter{\meterfrac 32}%
\changecontext\Notes\hu I&\ql M\hl d|\zhl{^h}\hu k\enotes
\temps\Notes\hu {^H}&|\zhl g\hu{^l}\enotes
\temps\notes&\dqb{^c}{^b}\enotes
\temps\Notes\hu{^J}&\ql c|\zhl l\hu n\enotes
\temps\notes&\dqb d{^e}\enotes
%\check
% mesure 47
\barre\Notes\hu K&\ql f|\zhl h\hu m\enotes
\temps\notes&\dqb{^e}d\enotes
\temps\notes\hu{^H}&\ql e\sk\ql{^c}|\itenl0j\zhl{^j}\dqh {^o}n\dqh m{^l}\enotes
\temps\Notes\hu F&\ql {^a}\soupir|\roff{\tten0\zql j}\qu k\ql k\enotes
%\check
% mesure 48
\barre\Notes\hu G&\qu K|\ql p\enotes
\temps\notes&\dqh{^L}M|\hl n\enotes
\temps\Notes\hu J&\qu L|\enotes
\temps\notes\sk\sk\hu I&\dqh KJ\hu{^L}|\dqb m{^l}\dqb qp\dqb {=o}n\enotes
%\check
% mesure 49
\barre\Notes\hu H&\ql M|\ql o\enotes
\temps\notes&\dqb Na|\dqb nm\enotes
\temps\Notes\hu I\sk\hu J&\hl N\sk\ql{^L}|\ql {_r}\hl {^l}\sk\enotes
\temps\notes&\dqb Nb|\dqb mn\enotes
%\check
% mesure 50
\barre\notes\hu H&\dqb aN\dqb M{=L}|\ql j\sk\ql m\enotes
\temps\notes\qu G\sk\qu J&\hl{^L}|\dqb po\dqb nm\enotes
\temps\Notes\hu F&\ql a\soupir|\ql m\qu m\enotes
%\check
% mesure 51
\barre\Notes\hu H&\zhl a\itenu1f\hu f|\zhl h\qu j\enotes
\temps\Notes\sk&|\hu o\enotes
\temps\Notes\hu I&\tten1\itenl1b\zhl b\zhu f|\hl{_k}\enotes
\temps\notes\sk&|\dqh nm\enotes
\temps\Notes\hu J&\tten1\zhl b\hu{^e}|\zhl j\qu{^l}\enotes
\temps\notes\sk&|\dqh mn\enotes
%\check
% mesure 52
\barre\Notes\hu H&\zhl a\itenu1f\hu f|\zhl h\qu j\enotes
\temps\Notes\sk&|\hu m\enotes
\temps\Notes\hu{^H}&\zhl{^a}\tten1\itenu1f\hu f|\hl j\enotes
\temps\Notes\sk&|\qu{=l}\enotes
\temps\Notes\hu I&\tten1\zhl b\hu f|\zhl i\qu{_k}\enotes
\temps\notes\sk&|\dqh jk\enotes
%\check
% mesure 53
\barre\Notes\qu J&\zhl b\hu{^e}|\loff{\zqu j}\hl i\enotes
\temps\Notes\qu I&|\qu{^l}\enotes
\temps\Notes\qu H&\zql c\hu f|\zhl h\qu m\enotes
\temps\notes\qu I&\ql{_d}|\dqh {=l}{_k}\enotes
\temps\Notes\qu J&\zql c\hu{^e}|\zhl g\qu j\enotes
\temps\Notes\qu I&\ql N|\qu {^l}\enotes
%\check
% mesure 54
\barre\Notes\hu H&\zhl a\itenu0f\hu f|\zhl j\qu m\enotes
\temps\Notes\sk&|\qu {=l}\enotes
\temps\Notes\hu G&\zhl{^b}\tten0\hu f|\zhl {^i}\qu{=k}\enotes
\temps\notes\sk&|\dqh jk\enotes
\temps\Notes\hu J&\zhl N\hu{=e}|\zhl g\qu l\enotes
\temps\notes\sk&|\dqh kj\enotes
%\check
% mesure 55
\generalmeter{\meterfrac 22}%
\changecontext\notes\hu G&\zql{^b}\hu f|\zhl{^i}\dqh lk\enotes
\temps\notes\sk&\rlap{\sk\itenu1N}\dqb aN|\dqh j{^i}\enotes
\temps\Notes\qu J&\tten1\zql N\qu e|\zhl g\qu j\enotes
\temps\Notes\soupir&\itenu1c\zqu c\raise -\Interligne\soupir|\qu l\enotes
%\check
% mesure 56
\generalmeter{\meterfrac 32}%
\changecontext\Notes\hu G\sk\hu H&\tten1\zhl L\qu c\hu e\hl M|\zhl g\qu j\hu n\hl h\enotes
\temps\notes&\dqh dc|\dqh ml\enotes
\temps\Notes\hu F&\zhl K\qu {^b}|\zhl h\qu k\enotes
\temps\notes&\dqh cd|\dqh lm\enotes
%\check
% mesure 57
\barre\Notes\hu E&\zhl L\qu N\hu c|\itenl0j\zwh j\qu l\hu o\enotes
\temps\Notes\hu J\sk\hu H&\hl {^L}\qu b\zhl M\qu a|\sk\qu n\tten0\zhl j\qu m\enotes
\temps\notes&\rlap{\sk\itenu0c}\dqh bc|\dqh no\enotes
%\check
% mesure 58
\barre\Notes\hu G\sk \qu J\qu H&\zql N\tten0\qu c\zql M\qu {^b}\zql L\qu N\zql a\qu
d|\zql l\qu n\zql k\qu m\zql j\qu l\zql h\qu m\enotes %
\temps\Notes\itenl2G\hu G&\zql N\qu e|\zql j\qu n\enotes
\temps\notes&\rlap{\dqb aN}\dqh dc|\rlap{\dqb hg}\dqh ml\enotes
%\check
% mesure 59
\generalmeter{\meterfrac 22}%
\changecontext\Notes\tten2\hu G&\zql a\hu d\itenl1N\ql N|\zhl{^i}\roff{\Pince q}\hu k\enotes
\temps\Notes\qu J\qu J&\tten1\zql N\qu e\soupir|\zql g\qu j\soupir\enotes
%\check
% mesure 60
\barre \temps\Notes\qu K&\zhl a\itenu1f\hu f|\zhl h\hu k\enotes
\temps\Notes\hu G\sk&\sk\itenl0N\zhl N\tten1\hu f|\sk\zhl {^i}\hu m\enotes
\temps\notes\dqh H{^I}&|\enotes
\temps\Notes\qu J&\tten0\zhl N\hu e|\zhl j\hu l\enotes
\temps\notes\dqh KL&|\enotes
%\check
% mesure 61
\barre\Notes\ql M&\zhl a\hu f|\zhl k\hu m\enotes
\temps\notes\dqb Na&|\enotes
\temps\Notes\ql N&\zhl c\hu g|\zhl l\itenu1n\hu n\enotes
\temps\notes\dqb ML&|\enotes
\temps\Notes\ql K&\zhl {^b}\hu f|\zhl k\tten1\hu n\enotes
\temps\Notes\ql N&|\enotes
%\check
% mesure 62
\setclef2{0000}\changeclefs
\barre\Notes\hl J&\zhl c\hu e|\zhl g\qu j\enotes
\temps\Notes\sk&|\hu l\enotes
\temps\Notes\hl L&\zhl e\hu g|\hl j\enotes
\temps\Notes\sk&|\qu n\enotes
\temps\Notes\hl M&\itenl0d\zhl d\hu h|\zql j\itenu1o\hu o\enotes
\temps\Notes\sk&|\ql k\enotes
%\check
% mesure 63
\barre\Notes\hl N&\tten0\zhl d\hu f|\zhl{^i}\tten1\qu o\enotes
\temps\notes\sk&|\dqh nm\enotes
\temps\Notes\hl J&\zhl e\qu h|\zw j\hu l\enotes
\temps\Notes\sk&\qu g|\enotes
\temps\Notes\hl L&\zhl c\qu e|\hu m\enotes
\temps\Notes\sk&\itenu1h\qu h|\enotes
%\check
% mesure 64
\barre\Notes\hl{^I}&\tten1\zhl d\qu h|\zhl k\hu n\enotes
\temps\notes\sk&\dqh gf|\enotes
\temps\Notes\hl J&\zhl c\qu e|\zhl l\hu o\enotes
\temps\Notes\sk&\hu j|\enotes
\temps\Notes\hl{^L}&\hl g|\zhl k\hu n\enotes
\temps\Notes\sk&\qu i|\enotes
%\check
% mesure 65
\barre\Notes\hl M&\zql h\itenu1j\hu j|\itenl2l\zhl l\hu o\enotes
\temps\notes\sk&\dqb gf|\enotes
\temps\Notes\hl{=L}&\tten1\zql g\qu j|\tten2\zql l\hu q\enotes
\temps\Notes\sk&\itenl1f\ql f|\ql o\enotes
\temps\Notes\hl K&\roff{\tten1\zhl f}\qu g|\zql n\hu{^p}\enotes
\temps\Notes\sk&\qu h|\ql m\enotes
%\check
% mesure 66
\barre\Notes\qu J&\zhl e\itenu1g\wh g|\zhl j\qu l\enotes
\temps\Notes\qu H&|\qu m\enotes
\temps\Notes\hu G&\hl d|\zhl{^i}\hu n\enotes
\temps\Notes\sk&|\enotes
\temps\Notes\hu C&\zql c\zq e\tten1\qu g|\soupir\enotes
\temps\Notes\sk&\soupir|\qu j\enotes
%\check
% mesure 67
\barre\Notes\hu K&\zh{^b}\itenu1f\zhl f\bracket h{27}\hu h|\ql o\enotes
\temps\Notes\sk&|\hl {^i}\enotes
\temps\Notes\hu G&\tten1\zh a\itenl1d\zh d\hu f|\enotes
\temps\notes\sk&|\dqb jk\enotes
\temps\Notes\hu E&\roff{\itenu0c}\rh c\zh N\tten1\hu d|\ql g\enotes
\temps\notes\sk&|\dqb nm\enotes
%\check
% mesure 68
\barre\Notes\hu G&\tten0\itenl1a\itenl2c\zh{ac}\hu e|\ql l\enotes
\temps\notes\sk&|\dqb mn\enotes
\temps\Notes\hu F&\tten1\tten2\zh{a}\zhl c\qu f|\ql o\enotes
\temps\notes\sk&\rlap{\sk\itenu2h}\dqh gh|\dqb nm\enotes
\temps\Notes\hu G&\tten2\zh{^b}\zhl f\qu h|\ql {^p}\enotes
\temps\notes\sk&\dqh gf|\dqb {^o}n\enotes
%\check
% mesure 69
\barre\Notes\hu{^H}&\zh{ce}\hu g|\ql q\enotes
\temps\Notes\sk&|\ql n\enotes
\temps\notes\hu{=H}&\itenu1f\zh{^bf}\hu{=h}|\dqb ml\enotes
\temps\notes\sk&|\dqb kj\enotes
\temps\Notes\hu F&\tten1\zh{ad}\hu f|\ql o\enotes
\temps\notes\sk&|\dqb nm\enotes
%\check
\generalmeter{\meterfrac 22}%
% mesure 70
\changecontext\notes\hu G&\itenu1c\itenu2e\zh{Nc}\hu e|\dqb lm\enotes
\temps\Notes\sk&|\hl n\enotes
\temps\Notes\hu J&\tten1\tten2\itenl0a\zh{ac}\hu e|\sk\enotes
\temps\notes\sk&|\dqb ml\enotes
%\check
% mesure 71
\generalmeter{\meterfrac 32}%
\changecontext\Notes\qu G&\tten0\zh a\itenu2f\hu f|\ITrille 0p\zw{^i}\wh k\enotes
\temps\Notes\qu H&|\enotes
\temps\NOtes\wh G&\tten2\zw{^b}\wh f|\enotes
\temps\NOtes\sk&|\Ttrille 0\zhl j\hu j\enotes
%\check
% mesure 72
\barre\NOTes\whp C&\zwp{Nc}\whp e|\whp j\enotes
\mulooseness 5\relax
\finmorceau
\rightline{\sl\aujourdhui}\vfil\eject
\endinput

View File

@ -0,0 +1,677 @@
\parindent 18mm
%
\centerline{\moyen FUGUE}\bigskip
\tracingstats=2\relax
%
\nbporteesii=2\relax
\def\nbinstruments{2}
\global\cleftoksii={{6}{0}{0}{0}}%
\global\cleftoksi={{6}{0}{0}{0}}%
%
\signaturegenerale{1}\relax % sol majeur
%\check
\def\instrumenti{P\'edale 16'}%
\def\instrumentii{G.O.}%
%\check
\def\gluemaxskip{7pt}%
\medskip\noindent{\rm G.O.: mixtures, fonds 8'}%
\par\noindent{\rm P\'ed.: fonds 16', tirasse G.O.}%
\smallskip
%
\generalmeter{\meterfrac 68}%
%
\debutmorceau
% calcul de \elemskip en fonction de la largeur de page pour eviter les glues
%
\autolines {12}45\relax
%\check
%
\hyphenpenalty -50\relax
\notes&|\Uptext{\hbox{\kern -16mm\moyen Giocoso \bf(\metron{\cu}{120})}}\enotes
\advance\linesinpage by 1\relax
%
% formes frequentes
\def\ptsoupir{\pt 5\soupir}% soupir pointe
% deux croches hautes
\def\dql#1#2#3{\ibl0{#2}{#1}\qb0{#2}\tbl0\qb0{#3}}%
\def\dqu#1#2#3{\ibu0{#2}{#1}\qh0{#2}\tbu0\qh0{#3}}%
\def\dqh{\dqu}\def\dqb{\dql}%
%
% formes frequentes
% trois croches hautes
\def\trql#1#2#3#4{\ibl0{#2}{#1}\qb0{#2#3}\tbl0\qb0{#4}}%
\def\trqL#1#2#3#4{\ibl0{#3}{#1}\qb0{#2#3}\tbl0\qb0{#4}}%
%\check
\def\trqu#1#2#3#4{\ibu0{#2}{#1}\qh0{#2#3}\tbu0\qh0{#4}}%
\def\trqU#1#2#3#4{\ibu0{#3}{#1}\qh0{#2#3}\tbu0\qh0{#4}}%
%\check
%
% formes frequentes
% trois croches hautes pizzicato
\def\pztql#1#2#3#4{\ibl0{#2}{#1}\blpz0\qb0{#2}\blpz0\qb0{#3}\blpz0\tbl0\qb0{#4}}%
\def\pztqL#1#2#3#4{\ibl0{#3}{#1}\blpz0\qb0{#2}\blpz0\qb0{#3}\blpz0\tbl0\qb0{#4}}%
%
\def\pztqu#1#2#3#4{\ibu0{#2}{#1}\bupz0\qh0{#2}\bupz0\qh0{#3}\bupz0\tbu0\qh0{#4}}%
\def\pztqU#1#2#3#4{\ibu0{#3}{#1}\bupz0\qh0{#2}\bupz0\qh0{#3}\bupz0\tbu0\qh0{#4}}%
%
\def\lpztqu#1#2#3#4{\ilegl0{#3}\ibu0{#2}{#1}\qh0{#2}\tleg0\bupz0\qh0{#3}\bupz0\tbu0\qh0{#4}}%
\def\lpztqL#1#2#3#4{\ilegu0{#2}\ibl0{#3}{#1}\qb0{#2}\tleg0\blpz0\qb0{#3}\blpz0\tbl0\qb0{#4}}%
\def\lpztql#1#2#3#4{\ilegu0{#3}\ibl0{#2}{#1}\qb0{#2}\tleg0\blpz0\qb0{#3}\blpz0\tbl0\qb0{#4}}%
%
\def\lPztqL#1#2#3#4{\ilegu0{#2}\ibl0{#3}{#1}\qb0{#2}\tleg0\upzqb{#3}\tbl0\upzqb{#4}}%
\def\lPztql#1#2#3#4{\ilegu0{#3}\ibl0{#2}{#1}\qb0{#2}\tleg0\upzqb{#3}\tbl0\upzqb{#4}}%
\def\lPztqU#1#2#3#4{\ilegl0{#2}\ibu0{#3}{#1}\qh0{#2}\tleg0\lpzqh{#3}\tbu0\lpzqh{#4}}%
%
\def\upzqb#1{\upz{#1}\qb0{#1}}%
\def\lpzqh#1{\lpz{#1}\qh0{#1}}%
%
\def\Pztql#1#2#3#4{\ibl0{#2}{#1}\upzqb{#2}\upzqb{#3}\tbl0\upzqb{#4}}%
\def\PztqL#1#2#3#4{\ibl0{#3}{#1}\upzqb{#2}\upzqb{#3}\tbl0\upzqb{#4}}%
\def\Pztqu#1#2#3#4{\ibu0{#2}{#1}\lpzqh{#2}\lpzqh{#3}\tbu0\lpzqh{#4}}%
\def\PztqU#1#2#3#4{\ibu0{#3}{#1}\lpzqh{#2}\lpzqh{#3}\tbu0\lpzqh{#4}}%
\def\Pztqh{\Pztqu}\def\Pztqb{\Pztql}%
%
% deux doubles croches hautes
\def\dqbbu#1#2#3{\ibbl0{#2}{#1}\qb0{#2}\tbl0\qb0{#3}}%
\def\dqbbl#1#2#3{\ibbu0{#2}{#1}\qh0{#2}\tbu0\qh0{#3}}%
\def\dqbbh{\dqbbu}\def\dqbbb{\dqbbl}%
%
% quatre doubles croches
\def\qqbbh#1#2#3#4#5{\ibbu0{#2}{#1}\qh0{#2}\qh0{#3}\qh0{#4}\tqh0{#5}}\relax
\def\qqbbH#1#2#3#4#5#6{\ibbu0{#2}{#1}\qh0{#3}\qh0{#4}\qh0{#5}\tqh0{#6}}\relax
\def\qqbbu{\qqbbh}\def\qqbbb{\qqbbl}%
\def\qqbbl#1#2#3#4#5{\ibbl0{#2}{#1}\qb0{#2}\qb0{#3}\qb0{#4}\tqb0{#5}}\relax
\def\qqbbL#1#2#3#4#5#6{\ibbl0{#2}{#1}\qb0{#3}\qb0{#4}\qb0{#5}\tqb0{#6}}\relax
%\check
% quatre croches
\def\qqbh#1#2#3#4#5{\ibu0{#2}{#1}\qh0{#2}\qh0{#3}\qh0{#4}\tqh0{#5}}\relax
\def\qqbH#1#2#3#4#5#6{\ibu0{#2}{#1}\qh0{#3}\qh0{#4}\qh0{#5}\tqh0{#6}}\relax
\def\qqbl#1#2#3#4#5{\ibl0{#2}{#1}\qb0{#2}\qb0{#3}\qb0{#4}\tqb0{#5}}\relax
\def\qqbL#1#2#3#4#5#6{\ibl0{#2}{#1}\qb0{#3}\qb0{#4}\qb0{#5}\tqb0{#6}}\relax
%\check
% croche pointee et 3 doubles croches
\def\cpdddu#1#2#3#4{\ibu0{#1}{-2}\qhp0{#1}\sk\sk\nbbu0\qh0{#2}\qh0{#3}\tqh0{#4}}%
\def\cpdddl#1#2#3#4{\ibl0{#2}{-2}\qbp0{#1}\sk\sk\nbbl0\qb0{#2}\qb0{#3}\tqb0{#4}}%
%\check
% croche et 4 doubles croches
\def\cddddu#1#2#3#4#5#6{\ibu0{#2}{#1}\qh0{#2}\sk\nbbu0\qh0{#3#4#5}\tqh0{#6}}%
\def\cddddl#1#2#3#4#5#6{\ibl0{#2}{#1}\qb0{#2}\sk\nbbl0\qb0{#3#4#5}\tqb0{#6}}%
%
\def\doubler{\multiply\noteskip by 2\relax}%
%
% mesure 1
\Notes&|\pztql0iki\enotes
\temps\notes\pause&\pause|\cpdddl lkji\enotes
%\check
% mesure 2
\barre\Notes&|\pztqU0hjh\enotes
\temps\Notes\pause&\pause|\qu k\sk\dsoupir\enotes
%\check
% mesure 3
\barre\Notes&|\pztqU0gig\enotes
\temps\Notes\pause&\pause|\pztqu0jhj\enotes
%
% mesure 4
\barre\Notes&|\lpztqu0khk\enotes
\temps\notes\pause&\pause|\cddddu2ighij\enotes
%\check
% mesure 5
\barre\autolines {10}55\relax
\Notes&\Pztql0bdb|\pztql0kmk\enotes
\temps\notes\pause&\doubler\ql L\sk\cu{^J}|\cpdddl nmlk\enotes
%\check
% mesure 6
\barre\Notes&\sh a\Pztql0a{^c}a|\sh j\pztql0jlj\enotes
\temps\Notes\pause&\ql K\sk\cl M|\ql m\sk\dsoupir\enotes
%\check
% mesure 7
\barre\Notes&\ql N\sk\cl b|\pztql0iki\enotes
\temps\Notes\pause&\ql c\sk\na a\cl a|\pztqL0l{=j}l\enotes
% mesure 8
\barre\Notes&\ql M\sk\cl K|\pztqL0khk\enotes
\temps\notes\pause&\ql N\sk\dsoupir|\cddddu1gefgh\enotes
% mesure 9
\barre\Notes&\pztql0LNL|\rlap{\qlp i}\qup n\enotes
\temps\notes\pause&\cpdddl aNML|\rlap{\qlp j}\qup l\enotes
%\check
% mesure 10
\barre\Notes&\pztql0KMK|\rlap{\qlp h}\qup m\enotes
\temps\notes\pause&\cpdddl baNM|\rlap{\qlp g}\qup k\enotes
% mesure 11
\barre\Notes&\pztql0LNL|\rlap{\qup l}\pztql2ghi\enotes
\temps\Notes\pause&\pztqu{-2}JIH|\itenu0m\rlap{\qup m}\pztql2hi{^j}\enotes
% mesure 12
\barre\Notes\ptsoupir&\pztqu0I{^K}I|\tten0\sh k\rlap{\qlp k}\qup m\enotes
\temps\Notes\PztqU0EGE&\qu L\sk\dsoupir|\zql i\qu n\sk\dsoupir\enotes
%\check
\cleftoksii={{0}{0}{0}{0}}\changeclefs %
% mesure 13
\barre\Notes\qu I\sk\dsoupir&\PztqU0{^d}fd|\pztql0i{^k}i\enotes
\temps\notes\doubler\pztqU0EGE&\doubler\pztqu0geg|\cpdddu l{=k}ji\enotes
%\check
% mesure 14
\barre\Notes\qu J\sk\dsoupir&\PztqU0cec|\pztql0hjh\enotes
\temps\notes\doubler\pztqU0FHF&\doubler\PztqU0{^d}fd|\cpdddl ml{^k}j\enotes
%\check
\def\atnextline{\autolines{10}45}\relax
% mesure 15
\barre\Notes\qup{^K}&\pztqU0fhf|\pztql0i{^k}i\enotes
\temps\Notes\qlp L&\pztqu0igi|\pztqL0nln\enotes
%\check
% mesure 16
\barre\Notes\qup I&\qup{^d}|\rlap{\qup m}\pztql0i{^k}i\enotes
\temps\notes\qup J&\doubler\pztqU0ege|\bigaccid
\rlap{\qup n}\cpdddl l{=k}ji\enotes
%\check
% mesure 17
\barre\notes\qup H&\cpdddu fe{=d}c|\doubler\rlap{\qup m}\pztql0hjh\enotes
\temps\Notes\qup I&\PztqU0bdb|\zql i\qu n\sk\dsoupir\enotes
%\check
% mesure 18
\barre\notes\qup G&\cpdddu edcb|\doubler\zhup l\pztql0gig\enotes
\temps\Notes\qup H&\PztqU0aca|\pztqL0jhj\enotes
%
% mesure 19
\barre\Notes\qup F&\Pztqu0dcd|\rlap{\qup m}\lpztqL0khk\enotes
\temps\notes\qup G&\qu b\sk\sk\sk\dsoupir|\rlap{\doubler
\qu n\sk\raise 2\Interligne\dsoupir}\cl i\sk\qqbbl2ghij\off{-\elemskip}\enotes
%\check
% mesure 20
\cleftoksii={{6}{0}{0}{0}}\changeclefs %
\barre\Notes\qup I&\Pztql0bdb|\rlap{\qlp g}\pztqU0kmk\enotes
\temps\notes\qup E&\doubler\PztqL0ebe|\rlap{\qlp i}\cpdddu nmlk\enotes
%\check
% mesure 21
\barre\notes\qup H&\bigsh c\cpdddl cbaN|\itenl0h\rlap{\qlp h}\doubler\sh j\pztqU0jlj\enotes
\temps\Notes\qup D&\pztql0MaM|\tten0\zql h\qu m\sk\dsoupir\enotes
%\check
\def\atnextline{\autolines{10}55}\relax
% mesure 22
\barre\notes\qup G&\cpdddl baNM|\rlap{\hlp g}\doubler\pztqU0iki\enotes
\temps\Notes\qup C&\pztql0LNL|\pztqu0ljl\enotes
% mesure 23
\barre\Notes\qup D&\pztql0MKM|\rlap{\qlp f}\pztqu0khk\enotes
\temps\notes\qup G&\ql b\sk\sk\sk\dsoupir|\rlap{\doubler
\ql d\sk\raise-2\Interligne\dsoupir}\cu i\sk\qqbbu2ghij\enotes
%\check
% mesure 24
\cleftoksii={{6}{0}{0}{0}}\changeclefs %
\barre\Notes\qup I&\Pztql0bdb|\rlap{\qlp g}\pztqU0kmk\enotes
\temps\notes\qup E&\doubler\PztqL0ebe|\rlap{\qlp i}\cpdddu nmlk\enotes
%\check
% mesure 25
\barre\notes\qup H&\cpdddl cbaN|\itenl0h\rlap{\qlp h}\doubler\pztqU0jlj\enotes
\temps\Notes\qup D&\pztql0MaM|\tten0\zql h\qu m\sk\dsoupir\enotes
%\check
% mesure 26
\barre\notes\qup G&\cpdddl baN{=M}|\rlap{\hlp g}\doubler\pztqU0iki\enotes
\temps\Notes\qup C&\qlp L|\pztqu0ljl\enotes
% mesure 27
\barre\Notes\qup {=F}&\qlp a|\rlap{\hlp{=f}}\pztqu0khk\enotes
\temps\Notes\qup G&\qlp N|\pztqu0igi\enotes
\signaturegenerale{0}%
% mesure 28
\changecontext\Notes\pztql0JLJ&\ql N\sk\dsoupir|\zql c\qu j\sk\dsoupir\enotes
\transpose=1\relax % pour eviter de monter d'un cran ce qui ecrit en si bemol
\temps\notes\cpdddl MLKJ&\ptsoupir|\ptsoupir\enotes
% mesure 29
\barre\Notes\pztql0IKI\enotes
\temps\notes\cpdddl NMLK&\pause|\pause\enotes
% mesure 30
\barre\Notes\pztql0JLJ\enotes
\temps\Notes\lpztqL0aMa&\pause|\pause\enotes
% mesure 31
\barre\Notes\lpztqL0bab\enotes
\temps\Notes\ql M\sk\dsoupir&\pause|\pause\enotes
% mesure 32
\barre\Notes\qup I&\Pztql0bdb|\rlap{\kern -1pt\qlp i}\pztqU0dfd\enotes
\temps\notes\doubler\qup L&\doubler\pztqL0NLN|\zql e\cpdddu gfed\enotes
% mesure 33
\barre\Notes\qup H&\pztql0aca|\rlap{\kern -1pt\qlp h}\PztqU0cec\enotes
\temps\notes\qup K&\doubler\pztql0MaM|\rlap{\qlp d}\cpdddu fedc\enotes
% mesure 34
\barre\Notes\qup G&\pztql0NbN|\rlap{\kern -1pt\hlp g}\PztqU0bdb\enotes
\temps\notes\qup J&\cpdddl NMLK|\doubler\Pztqu0ece\enotes
% mesure 35
\barre\Notes\qup H&\pztql1JML|\rlap{\kern -1pt\qlp h}\pztqu0fcf\enotes
\transpose=0\relax % retour a la normale
\temps\Notes\qu J&\zql L\qu N\sk\dsoupir|\rlap{\kern -1pt\qlp j}\Pztqu{-3}ecb\enotes
\signaturegenerale{-3}%
% mesure 36
\changecontext\Notes\PztqU0CEC&|\qu c\sk\dsoupir\enotes
\temps\Notes\qu G\sk\dsoupir&\pause|\Pztqu0{=b}db\enotes
% mesure 37
\barre\notes\doubler\PztqU0CEC&|\cpdddu gfed\enotes
\temps\Notes\qu H\sk\dsoupir&\pause|\Pztqu0cec\enotes
% mesure 38
\barre\notes\doubler\PztqU0DFD&|\cpdddu hgfe\enotes
\temps\Notes\qu {=I}\sk\dsoupir&\pause|\Pztqu0dfd\enotes
% mesure 39
\barre\notes\doubler\PztqU0G{=I}G&|\bigaccid\cpdddu {=i}{=h}gf\enotes
\temps\Notes\qu J\sk\dsoupir&\pause|\pztqU0ege\enotes
% mesure 40
\barre\notes\qup E&\rlap{\qlp L}\cpdddu cbaN|\doubler\pztqu0jgj\enotes
\temps\Notes\qup F&\rlap{\qlp M}\pztqU0cac|\bigna h\pztqu0hfh\enotes
% mesure 41
\barre\notes\qup I&\rlap{\qlp M}\cpdddu dcba|\doubler\pztqu0khk\enotes
\temps\Notes\qup L&\rlap{\qlp N}\pztqu0beb|\pztqu0igi\enotes
% mesure 42
\barre\notes\qup J&\rlap{\qlp N}\cpdddu edcb|\doubler\pztqu0lil\enotes
\temps\Notes\qup H&\rlap{\qlp a}\qup c|\pztqu0jhj\enotes
% mesure 43
\barre\notes\doubler\qup{=H}&\rlap{\bigna a\qlp a}\cpdddu fedc|\doubler\pztqu0mjm\enotes
\temps\Notes\qup I&\rlap{\qlp b}\itenu0d\qup d|\pztqu0kik\enotes
% mesure 44
\barre\Notes\qup G&\tten0\rlap{\qlp{=b}}\qup d|\pztqL0nkn\enotes
\temps\Notes\qup J&\itenu0c\itenu1e\rlap{\zqp c\qlp N}\qup e|\pztql0ljl\enotes
% mesure 45
\barre\Notes\qup{=H}&\tten0\tten1\itenu0a\rlap{\zqp c\qlp{=a}}\qup e|\na o\pztqL0olo\enotes
\temps\Notes\qup J&\tten0\itenu0d\rlap{\zqp a\qup{^M}}\qup d|\pztqu0{^m}km\enotes
% mesure 46
\signaturegenerale{-2}%
\changecontext\Notes\qup G&\tten0\zqp {Nb}\qlp d|\pztql{-4}nkj\enotes
\temps\Notes\ptsoupir&\ptsoupir|\pztql2ijk\enotes
% mesure 47
\barre\Notes\qup G&\Pztql0bdb|\qu g\sk\dsoupir\enotes
\temps\notes\qup J&\cpdddl edcb|\ptsoupir\enotes
% mesure 48
\barre\Notes\qup F&\Pztql0aca|\enotes
\temps\notes\qup I&\cpdddl dcba|\pause\enotes
% mesure 49
\barre\Notes\qup E&\Pztql0NbN|\enotes
\temps\Notes\qup H&\lPztqL0cac|\pause\enotes
% mesure 50
\barre\Notes\sh F\qup F&\PztqL0dad\enotes
\temps\notes\qup G&\cl b\sk\qqbbl3Nabc|\pause\enotes
% mesure 51
\barre\Notes\qup I&\PztqL0dbd|\pztql0iki\enotes
\temps\notes\qup J&\doubler\PztqL0geg|\cpdddl lkji\enotes
%\check
% mesure 52
\barre\Notes\qup L&\Pztql0cec|\pztqU0hjh\enotes
\temps\Notes\qup K&\PztqL0{^f}df|\qu k\sk\dsoupir\enotes
%\check
% mesure 53
\barre\Notes\qup E&\Pztql0bdb|\pztqU0gig\enotes
\temps\notes\qup H&\cpdddl edcb|\doubler\pztqu0jhj\enotes
%
% mesure 54
\barre\Notes\qup{^F}&\lpztql0ada|\Pztqu0khk\enotes
\temps\notes\qup G&\itenl0N\rlap{\qlp N}\qup d|\cddddu2ighij\enotes
%\check
% mesure 55
\barre\Notes\qup I&\tten0\rlap{\kern 1pt\qup N}\Pztql0bdb|\pztql0kmk\enotes
\temps\notes\qup G&\doubler\rlap{\kern 1pt\qup a}\Pztql0ege|\bigaccid
\cpdddl n{=m}lk\enotes
%\check
% mesure 56
\barre\Notes\qup H&\sh M\rlap{\kern 1pt\hup M}\Pztql0aca|\pztql0jlj\enotes
\temps\Notes\qup K&\Pztql0d{^f}d|\ql{^m}\sk\dsoupir\enotes
%\check
% mesure 57
\barre\Notes\qup G&\rlap{\kern 1pt\qup N}\PztqL0dbd|\pztql0iki\enotes
\temps\Notes\qup H&\rlap{\kern 1pt\qup L}\PztqL0cac|\pztqL0ljl\enotes
% mesure 58
\barre\Notes\qup{^F}&\sh M\rlap{\kern 1pt\qup M}\Pztql0aca|\pztqL0khk\enotes
\temps\Notes\itenl0G\qup G&\rlap{\qup d}\Pztql0NbN|\qu g\sk\dsoupir\enotes
% mesure 59
\barre\notes\tten0\qup G&\bigfl e\cpdddl edcb|\enotes
\temps\Notes\qup{=F}&\Pztql0aca|\pause\enotes
%\check
% mesure 60
\barre\Notes\qu I\sk\dsoupir&\ql d\sk\dsoupir|\ptsoupir\enotes
\temps\Notes\qup E&\Pztql2Nab|\qup i\enotes
% mesure 61
\barre\notes\qup H&\doubler\Pztql0cec|\cpdddl lkji\enotes
\temps\Notes\qup D&\Pztql2MNa|\qup h\enotes
% mesure 62
\barre\Notes\qup G&\Pztql0bdb|\qup k\enotes
\temps\Notes\qup C&\pztql2LMN|\qup g\enotes
% mesure 63
\barre\Notes\hup H&\Pztql0aca|\pztql0jlj\enotes
\temps\Notes&\pztqL0MLM|\pztqu0hfh\enotes
%\check
% mesure 64
\barre\Notes\pztql0IKI&\ql b\sk\dsoupir|\ql i\sk\dsoupir\enotes
\temps\notes\cpdddl MLKJ&\ptsoupir|\ptsoupir\enotes
% mesure 65
\barre\Notes\pztql0IKI\enotes
\temps\notes\cpdddl NMLK&\pause|\pause\enotes
% mesure 66
\barre\Notes\pztql0JLJ\enotes
\temps\Notes\lpztqL0aMa&\pause|\pause\enotes
% mesure 67
\barre\Notes\lpztqL0bab\enotes
\temps\Notes\ql M\sk\dsoupir&\pause|\pause\enotes
% mesure 68
\barre\Notes\qup I&\Pztql0bdb|\pztqU0dfd\enotes
\temps\notes\doubler\qup L&\doubler\pztqL0NLN|\cpdddu gfed\enotes
% mesure 69
\barre\Notes\qup H&\pztql0aca|\PztqU0cec\enotes
\temps\notes\qup K&\doubler\pztql0MaM|\cpdddu fedc\enotes
% mesure 70
\barre\Notes\qup G&\pztql0NbN|\PztqU0bdb\enotes
\temps\notes\qup J&\cpdddl NMLK|\doubler\Pztqu0ece\enotes
% mesure 71
\barre\Notes\qup H&\pztql1JML|\pztqu0fcf\enotes
\temps\Notes\qup I&\itenl0M\rlap{\qlp K}\qup M|\pztqu0dbd\enotes
% mesure 72
\barre\Notes\qup{=I}&\tten0\pt a\rlap{\qu N}\qsk\qlp M|\pztqu0gdg\enotes
\temps\Notes\qup J&\itenl0L\rlap{\qlp L}\qup N|\pztqu0ece\enotes
% mesure 73
\barre\Notes\qup H&\tten0\rlap{\qlp L}\hup a|\pztqu0heh\enotes
\temps\Notes\itenl0K\qup K&\itenl1M\qlp M|\pztqu0fdf\enotes
% mesure 74
\barre\Notes\tten0\qup K&\tten1\rlap{\qlp M}\hup b|\pztqu0ifi\enotes
\temps\Notes\qlp L&\itenl0N\qlp N|\pztqu0geg\enotes
% mesure 75
\barre\Notes\qup J&\tten0\rlap{\qlp N}\zhp c\hup e|\pztqu0jgj\enotes
\temps\Notes\qlp M&\itenu0a\qlp a|\pztqu0hfh\enotes
% mesure 76
\barre\Notes\qup K&\tten0\itenu0d\zqp{^Ma}\qlp d|\pztqu0khk\enotes
\temps\Notes\qup G&\tten0\itenl0N\itenu1b\zqp{dN}\qlp b|\pztqu0igi\enotes
% mesure 77
\barre\Notes\qup J&\tten0\tten1\zqp{N}\rlap{\qlp b}\hup e|\pztqu0lil\enotes
\temps\Notes\qup H&\itenl2a\itenu3c\zqp{a}\qlp c\relax
|\pztqu0jhj\enotes
% mesure 78
\barre\Notes\qup K&\tten2\tten3\rlap{\kern 1pt\qup c}\zhp a\hlp{^f}|\pztqL0{^m}km\enotes
\temps\Notes\qup J&\qlp d|\pztqL0{m}km\enotes
% mesure 79
\signaturegenerale{1}%
\changecontext\Notes\qup G&\zqp {Nb}\qlp d|\pztql{-4}nkj\enotes
\temps\Notes\ptsoupir&\ptsoupir|\lpztql2{=i}jk\enotes
% mesure 80
\barre\Notes\qup G&\Pztql0bdb|\qup g\enotes
\temps\notes\qup J&\cpdddl edcb|\ptsoupir\enotes
% mesure 81
\barre\Notes\qup F&\Pztql0aca|\enotes
\temps\notes\qup I&\cpdddl dcba|\pause\enotes
% mesure 82
\barre\Notes\qup E&\Pztql0NbN|\enotes
\temps\Notes\qup H&\lPztqL0cac|\pause\enotes
% mesure 83
\barre\Notes\qup F&\PztqL0dad\enotes
\temps\notes\qup G&\cl b\sk\qqbbl2Nabc|\pause\enotes
\cleftoksii={{0}{0}{0}{0}}\changeclefs
% mesure 84
\barre\Notes\qup I&\PztqU0dfd|\pztql0iki\enotes
\temps\notes\qup E&\doubler\pztqu0geg|\cpdddl lkji\enotes
%\check
% mesure 85
\barre\Notes\qup F&\PztqU0{^c}ec|\pztqU0{^h}{^j}h\enotes
\temps\Notes\qup I&\Pztqu0fdf|\qu k\sk\dsoupir\enotes
%\check
% mesure 86
\barre\Notes\qup E&\PztqU0bdb|\pztqU0gig\enotes
\temps\notes\qup H&\cpdddu ed{=c}b|\doubler\pztqu0j{=h}{=j}\enotes
%
% mesure 87
\barre\Notes\qup{=F}&\lPztqU0ada|\lpztqu0khk\enotes
\temps\Notes\qup G&\Pztqu0d{_b}d|\pztqu0{_i}gi\enotes
% mesure 88
\barre\Notes\qup J&\PztqU0cec|\pztqL0l{_i}l\enotes
\cleftoksii={{6}{0}{0}{0}}\changeclefs
\temps\Notes\qup{=F}&\pztqL0a{_L}a|\pztqu0h{=f}h\enotes
%\check
\signaturegenerale{-2}%
% mesure 89
\changecontext\Notes\qup I&\Pztql0bdb|\rlap{\kern -1pt\hlp i}\pztqU0dfd\enotes
\temps\notes\doubler\qup L&\doubler\pztqL0NLN|\cpdddu gfed\enotes
% mesure 90
\barre\Notes\qup H&\pztql0aca|\rlap{\kern -1pt\hlp h}\PztqU0cec\enotes
\temps\notes\qup K&\doubler\pztql0MaM|\cpdddu fedc\enotes
% mesure 91
\barre\Notes\qup G&\pztql0NbN|\rlap{\kern -1pt\hlp g}\PztqU0bdb\enotes
\temps\notes\qup J&\cpdddl NMLK|\doubler\Pztqu0ece\enotes
% mesure 92
\barre\Notes\qup H&\pztql1JML|\rlap{\kern -1pt\qlp h}\pztqu0fcf\enotes
\temps\Notes\qup I&\ql K\sk\dsoupir|\zql d\qu i\sk\dsoupir\enotes
% mesure 93
\barre\Notes&\Pztql0bdb\enotes
\temps\notes\pause&\bigaccid\cpdddl edcb|\pause\enotes
% mesure 94
\barre\Notes&\fl a\Pztql0aca|\enotes
\temps\Notes\pause&\ql d\sk\dsoupir|\pause\enotes
% mesure 95
\barre\Notes&\Pztql2N{_a}b\enotes
\temps\Notes\pause&\lpztqL{-2}cba|\pause\enotes
% mesure 96
\barre\Notes&\Pztql0b{_a}b|\ptsoupir\enotes
\temps\Notes\pause&\qlp L|\Pztqu0ege|\enotes
% mesure 97
\barre\notes&\qlp K|\bigaccid\cpdddu i{_h}gf\enotes
\temps\Notes\pause&\qlp J|\Pztqu0ege\enotes
\def\atnextline{\autolines{9}65}\relax
% mesure 98
\barre\Notes&\qup{_H}|\ql j\sk\dsoupir\enotes
\temps\Notes\pause&\qlp I|\Pztqu0f{_h}f\enotes
% mesure 99
\barre\Notes&\qup K|\lpztqL0kik\enotes
\temps\Notes\pause&\qup L|\Pztqu{-3}li{_h}\enotes
% mesure 100
\def\atnextline{\autolines{10}55}\relax
\barre\Notes&\Pztql0N{=b}N|\qu g\sk\dsoupir\enotes
\temps\notes\pause&\cpdddl edcb|\ptsoupir\enotes
%\check
% mesure 101
\barre\Notes&\cna a\Pztql0aca\enotes
\temps\Notes\pause&\qu K\sk\dsoupir|\pause\enotes
% mesure 102
\barre\Notes&\lPztql2Nab\enotes
\temps\Notes\pause&\Pztql0cec|\pause\enotes
%\check
% mesure 103
\barre\Notes&\lPztql2MNa\enotes
\temps\Notes\pause&\Pztql0bdb|\pause\enotes
% mesure 104
\barre\Notes&\lPztql2LMN\enotes
\temps\Notes\pause&\Pztql0aca|\pause\enotes
% mesure 105
\barre\Notes&\lPztql2K{=L}{^M}\enotes
\temps\Notes\pause&\Pztql0NbN|\pause\enotes
%\check
% mesure 106
\barre
\Notes&\ql d\sk\dsoupir|\ptsoupir\enotes
\temps\Notes\pause&\Pztql0N{=b}N|\rlap{\qlp{=i}}\qup k\enotes
% mesure 107
\barre\notes&\cpdddl edcb|\doubler\rlap{\qlp g}\pztqu0ljl\enotes
\temps\Notes\pause&\Pztql0aca|\rlap{\qlp f}\qup h\enotes
% mesure 108
\barre\Notes&\qu K\sk\dsoupir|\rlap{\qlp{^f}}\pztqu0khk\enotes
\temps\Notes\pause&\lPztql2Nab|\itenl0g\rlap{\qlp g}\qup i\enotes
%\check
% mesure 109
\barre\notes&\doubler\Pztql0cec|\tten0\rlap{\qlp g}\cpdddu lkji\enotes
\temps\Notes\pause&\lPztql2MNa|\itenl0f\rlap{\qlp {=f}}\qup h\enotes
% mesure 110
\barre\Notes&\Pztql0bdb|\tten0\rlap{\qlp f}\qup k\enotes
\temps\Notes\pause&\lPztql2LMN|\itenl0e\rlap{\qlp e}\qup g\enotes
% mesure 111
\barre\notes&\doubler\Pztql0aca|\tten0\rlap{\qlp e}\cpdddu jihg\enotes
\temps\Notes\pause&\lPztql2K{=L}{^M}|\rlap{\qlp d}\qup{^f}\enotes
%\check
% mesure 112
\barre\Notes&\Pztql0NbN|\itenl1g\rlap{\hlp g}\qup i\enotes
\temps\Notes\pause&\lPztql2JK{_L}|\qup l\enotes
% mesure 113
\barre\Notes&\Pztql0{=M}N{_a}|\rlap{\qsk\tten1\qlp g}\pt i\hu{_h}\enotes
\temps\Notes\pause&\lpztql2KLM|\zqp {=f}\qlp k\enotes
\def\atnextline{\autolines {13}45}\relax
% mesure 114
\barre\Notes\ptsoupir&\pztqL0NMN|\rlap{\qlp g}\qup{=i}\enotes
\temps\Notes\PztqU0CEC&\qu J\sk\dsoupir|\ptsoupir\enotes
%\check
% mesure 115
\barre\NOtes\qu G\sk\dsoupir&|\PztqU0cec\enotes
\temps\notes\doubler\Pztqu0CEC&\pause|\cpdddu gfed\enotes
% mesure 116
\barre\NOtes\qu{_H}\sk\dsoupir&|\PztqU0cec\enotes
\temps\notes\doubler\PztqU0DFD&\pause|\bigfl h\cpdddu hgfe\enotes
% mesure 117
\barre\NOtes\qu{=I}\sk\dsoupir&|\PztqU0dfd\enotes
\temps\notes\doubler\pztqU0GIG&\pause|\bigaccid\na i\cpdddu i{=h}gf\enotes
%\check
% mesure 118
\barre\NOtes\qup J&\trql{-3}cN{^M}|\uptext
{\it legato}\rlap{\qlp e\itenl0g\ql g}\trqu6egj\enotes
\temps\NOtes\pointdorgue N\qu G\sk\dsoupir
&\pointdurgue H\ql N\sk\dsoupir|\tten0\zq d\zql g\pointdorgue o\qu{=i}\sk\dsoupir\enotes
\signaturegenerale{-3}%
% mesure 119
\setdoublebar
\changecontext\NOtes\qup J&\rlap{\qup e}\trqL0cNc|\Uptext{\bf\kern -14mm+acc. III}\rlap{\zqp g\qlp j}\trqU0lnl\enotes
\temps\notes\qup F&\doubler
\rlap{\qlp L}\trqu0cac|\rlap{\zqp h\qlp j}\cpdddu onml\enotes
%\check
% mesure 120
\barre\NOtes\qup I&\rlap{\qup d}\trqL0aMa|\rlap{\zqp f\qlp h}\trqU0kmk\enotes
\temps\notes\qup E&\doubler
\rlap{\qlp K}\trqu0bNb|\rlap{\zqp g\qlp i}\cpdddu nmlk\enotes
% mesure 121
\barre\NOtes\qup H&\rlap{\qup c}\trqL0aLa|\rlap{\zqp e\qlp h}\trqU0jlj\enotes
\temps\NOtes\qup F&\rlap{\qlp M}\trqu0dad|\rlap{\zqp f\qlp h}\trqu0mkm\enotes
% mesure 122
\barre\NOtes\qup G&\rlap{\qup {=b}}\trqL0NMN|\rlap{\zqp d\qlp f}\na i\trqU0igi\enotes
\temps\NOtes\qup E&\rlap{\qlp L}\trqu0cNc|\rlap{\zqp e\qlp g}\trqu0jlj\enotes
%\check
% mesure 123
\barre\NOtes\qu G\sk\dsoupir&\zq{KN=b}\ql d\sk\dsoupir
|\zq{=ik}\ql n\sk\dsoupir\enotes
\temps\NOtes\qup J&\rlap{\qup e}\trqL0cNc|\rlap{\zqp g\qlp j}\trqU0lnl\enotes
% mesure 124
\barre\notes\qup F&\doubler
\rlap{\qlp L}\trqu0cac|\rlap{\zqp h\qlp j}\cpdddu onml\enotes
\temps\NOtes\qup I&\rlap{\qup d}\trqL0aMa|\rlap{\zqp f\qlp h}\trqU0kmk\enotes
%\check
% mesure 125
\def\atnextline{\autolines {12}45}\relax
\signaturegenerale{-2}\relax
\changecontext\notes\qup E&\doubler
\rlap{\qlp K}\trqu0bNb|\rlap{\zqp g\qlp i}\cpdddu nmlk\enotes
\temps\NOtes\qup H&\rlap{\qup c}\trqL0N{^M}N|\relax
\rlap{\zqp{^f}\qlp h}\trqU0jlj\enotes
% mesure 126
\barre\NOtes\qup{^F}&\rlap{\qlp{^M}}\trqu0dad|\rlap{\zqp{^f}\qlp h}\trqu0{^m}km\enotes
\temps\NOtes\qup G&\rlap{\qup d}\trqL0bNb|\rlap{\zqp g\qlp i}\trqu{-5}nkj\enotes
% mesure 127
\barre\NOtes\qup D&\itenl0K\rlap{\qlp K}\trqU{-2}cba|\rlap{\zqp d\qlp{^f}}\trqu2ijk\enotes
\temps\NOtes\qu G\sk\dsoupir&\tten0\zq{KN}\ql b\sk\dsoupir
|\qu g\sk\dsoupir\enotes
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% reprise prelude
%\check
% mesure 128
\barre\def\atnextline{\autolines{12}35}\relax
\notes\qup G&\zqu N\qqbbl0N{dbd}Nb|\doubler\rlap{\trqL0igi}\trqu0kik\enotes
\temps\notes\qup J&\zqu L\qqbbl0L{cNc}LN|\doubler\rlap{\trqL0jej}\trqu0lgl\enotes
%\check
% mesure 129
\barre
\notes\qup F&\zqu M\qqbbl0M{cac}Ma|\doubler\rlap{\trqL0hfh}\trqu0jhj\enotes
\temps\notes\qup I&\zqu K\qqbbl0K{bMb}KM|\doubler\rlap{\trqL0idi}\trqu0kfk\enotes
%\check
% mesure 130
\barre\notes\qup E&\zqu L\qqbbl0L{bNb}LN|\doubler\rlap{\trqL0geg}\relax
\trqu0igi\enotes
\temps\notes\qup H&\zqu J\qqbbl0J{aLa}JL|\doubler\rlap{\trqL0hch}\trqu0jej\enotes
% mesure 131
\barre\notes\qup D&\zqu K\qqbbl0K{a^Ma}KM|\doubler\rlap{\trqL0{^f}df}\relax
\trqu0hfh\enotes
\temps\notes\qup G&\zqu N\qqbbl0N{dad}bd|\doubler\rlap{\trqL0ghi}\trqu0ijk\enotes
%\check
% mesure 132
\barre\notes\doubler\qup{=I}&\zqu N\qqbbl0N{d=bd}Nb|\doubler\rlap{\trqL0{=i}{=f}i}\trqu0nkn\enotes
\temps\notes\qup J&\zqu L\qqbbl0L{cNc}LN|\doubler\rlap{\trqL0geg}\trqu0ljl\enotes
%\check
% mesure 133
\barre\notes\qup F&\zqu M\qqbbl0M{cac}Ma|\doubler\rlap{\qlp h}\trqu0mjm\enotes
\temps\notes\qup I&\zqu K\qqbbl0K{_bMb}KM|\doubler\rlap{\trql0fef}\trqu0kjk\enotes
%\check
% mesure 134
\barre\notes\qup E&\zqu L\qqbbl0L{bNb}LN|\doubler\rlap{\trql0geg}\trqu0lgl\enotes
\temps\notes\qup H&\zqu J\qqbbl0J{aLa}JL|\doubler\rlap{\trqL0heh}\trqu0jhj\enotes
% mesure 135
\barre\notes\qup D&\zqu K\qqbbl0K{a^Ma}KM|\doubler\rlap{\qlp {^f}}\trqu0khk\enotes
\temps\notes\qup G&\zqu N\qqbbl0N{dad}bd|\doubler\rlap{\trqL0gfg}\trqu{-2}ihg\enotes
%\check
% mesure 136
\barre\notes\doubler\qu G\sk\dsoupir
&\zqu N\qqbbl0N{d=bd}Nb|\doubler\rlap{\trqL0{=i}{=f}i}\trqu0nkm\enotes
\temps\notes\doubler\qu J\sk\dsoupir
&\zqu L\qqbbl0L{cNc}LN|\doubler\rlap{\trqL0gfg}\trqu0lkl\enotes
%\check
% mesure 137
\barre\notes\doubler\qu F\sk\dsoupir
&\zqu M\qqbbl0M{cac}Ma|\doubler\rlap{\qlp h}\trqu0mjl\enotes
\temps\notes\doubler\qu I\sk\dsoupir
&\zqu K\qqbbl0K{_bMb}KM|\doubler\rlap{\trql0fef}\trqu0kjk\enotes
%\check
% mesure 138
\barre\notes\doubler\qu E\sk\dsoupir
&\zqu L\qqbbl0L{bNb}LN|\doubler\rlap{\qlp g}\trqu0lik\enotes
\temps\notes\doubler\qu H\sk\dsoupir
&\zqu J\qqbbl0J{aLa}JL|\doubler\rlap{\trqL0hgh}\trqu{-2}jih\enotes
% mesure 139
\barre\Notes\qu K\sk\dsoupir&\zq{Nb}\ql K\sk\dsoupir|\zq{gi}\ql k\sk\dsoupir\enotes
\temps\Notes\qu G\sk\dsoupir&\zq{LN}\ql c\sk\dsoupir|\zq{gj}\ql l\sk\dsoupir\enotes
% mesure 140
\barre% \advance\barsinline by -1\relax
\Notes\qu H\sk\dsoupir&\zq{La}\ql c\sk\dsoupir|\zq{eh}\ql j\sk\dsoupir\enotes
\temps\Notes\pointdurgue K\qup K&\pointdorgue d\zqp{^Ma}\qlp d|\pointdorgue l\zqp{^fh}\qlp k\enotes
\temps\Notes&\zmidtwotext{\ff}|\Uptext{\moyen Maestoso\ \bf(\metron{\cu}{90})}\enotes
%\check
% mesure 141
\def\motif#1#2#3#4{\doubler{\advance\transpose by 2\relax
\ibl0{#1}0\advance\transpose by-3\relax
\ibu1{#4}0}\zq{#1}\rlap{\qb0{#2}}\buppz1\qh1{#3}\relax
\zq{#2}\rlap{\qb0{#3}}\buppz1\qh1{#4}\relax
\zq{#1}\rlap{\tqb0{#2}}\buppz1\tqh1{#3}}%
\setdoublebar\signaturegenerale{1}\changecontext
\notes\qup G&\qqbbl{-2}b{cba}NM|\motif dgik\enotes
\temps\notes\qup J&\qqbbl1LM{Nba}N|\relax
\rlap{\doubler\zq g\ql j\sk\zq e\cl g}\cpdddu lkji\enotes
% mesure 142
\barre\notes\qup K&\qqbbl1MN{acb}a|\motif cfhj\enotes
\temps\notes\qup I&\qqbbl{-1}N{aba}NM|\relax
\rlap{\doubler\zq g\ql i\sk\zq d\cl g}\cpdddu kjih\enotes
% mesure 143 %
\barre\notes\qup L&\qqbbl1L{MNa}bN|\motif begi\enotes
\temps\notes\qup H&\qqbbl{-2}c{baN}ML|\relax
\rlap{\doubler\zq e\ql h\sk\zq c\cl e}\cpdddu jihg\enotes
% mesure 144 %
\barre\notes\qup I&\bigaccid\sh K\qqbbl1K{LMa}NM|\bigsh d\motif bdfh\enotes
\temps\notes\qup E&\qqbbl2L{MNa}bc|\relax
\doubler\zq{gi}\ql e\sk\dsoupir\enotes
% mesure 145
\barre\notes\qup G&\qqbbl{-2}b{cba}NM|\motif dgik\enotes
\temps\notes\qup J&\qqbbl1LM{Nba}N|\relax
\rlap{\doubler\zq g\ql j\sk\zq e\cl g}\cpdddu lkji\enotes
% mesure 146
\barre\notes\qup K&\qqbbl1MN{acb}a|\motif cfhj\enotes
\temps\notes\qup I&\qqbbl{-1}N{aba}NM|\relax
\rlap{\doubler\zq g\ql i\sk\zq d\cl g}\cpdddu kjih\enotes
% mesure 147
\barre\notes\qup L&\qqbbl1L{MNa}bN|\motif begi\enotes
\temps\notes\qup H&\qqbbl{-2}c{baN}ML|\relax
\rlap{\doubler\zq e\ql h\sk\zq c\cl e}\cpdddu jihg\enotes
% mesure 148 %
\barre\notes\qup J&\qqbbl1K{LMN}aN|\motif adfh\enotes
\temps\notes\doubler\qup I&\qqbbl1M{LMa}bc|\relax
\rlap{\doubler\zq f\ql h\sk\zq d\cl f}\cpdddu kjih\enotes
% mesure 149 %
\barre\notes\qup L&\qqbbl1L{MNa}bN|\Uptext{\it rit.}\motif begi\enotes
\temps\notes\qup H&\qqbbl{-2}c{baN}ML|\relax
\rlap{\doubler\zq e\ql h\sk\zq c\cl e}\cpdddu jihg\enotes
% mesure 150 %
\barre\notes\qup K&\qqbbl1K{LMa}NM|\Uptext{\it rall. molto}\doubler
\itenl5c\rlap{\pt b\lh d\hlp c}\trqU0fhf\enotes
\temps\NOtes\itenl0G\qup G&\itenl1K\itenu3N\zqp {K}\qlp N|\relax
\itenu2d\rlap{\qsk\tten5\qlp c}\itenu4g\itenu5i\zq d\pt e\zqp g\qup i\enotes
% mesure 151
\advance\barsinline by -1\relax
\barre\NOtes\tten0\hup G&\tten1\zhp {KN}\hlp
b|\tten2\tten3\tten4\tten5\zhp{dg}\hup i\enotes
\finmorceau
\rightline{\sl\aujourdhui}\vfil\eject
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

View File

@ -0,0 +1,314 @@
\input musixtex
\input musixcpt
\input musixsty
\ifx\qh\undefined\let\qh\qb\fi %
\ifx\qhp\undefined\let\qhp\qbp\fi %
\ifx\qhpp\undefined\let\qhpp\qbpp\fi %
\parindent 15mm
%
\title{Gloria}
\fullauthor{M\'elodie~: Guy BOUSSION\\Harmonisation~: Daniel TAUPIN}
\shortauthor{G. Boussion}
\maketitle
\tracingstats=1\relax
%
\def\nbinstruments{3}
\setsize3{\tinyvalue}
\setstaffs22\relax
\setclef2{6000}%
\setclef1{6000}%
\setclef3{0000}%
%
\generalsignature{-1}\relax % un bemol a la clef
\generalmeter{\meterfrac{2}{2}}
%\check
\def\instrumenti{P\'edale}
\def\instrumentii{\vbox{\hsize=\parindent\centerline{Orgue$^{\tenbf *}$}\centerline{(manuel)}}}
\def\instrumentiii{}\def\instrumentiv{Chant}
%\check
\elemskip=7pt\relax
\setinterinstrument2{3\Interligne}
%
\footnote{}{\noindent\bf{*} \rm Si, pour une raison ou une autre, il n'est
pas possible de jouer la partie basse au p\'edalier, celle-ci devra \^etre
jou\'ee \`a la main gauche sur un clavier manuel, de pr\'ef\'erence avec un
jeu de 16 pieds. Dans ce cas, on pourra sacrifier la partie manuelle en clef
de Fa. Les indications {\bf I} et {\bf II} indiquent des changements de plan
sonore (ou de clavier) dans le cas o\`u l'on alterne le chant par
l'assembl\'ee (I) et par une chorale (II).
}%
%
%\check
\geometricskipscale
\eightrm
\sepbarrules
\startpiece
\def\respire{\notes&&\cbreath\enotes}%
\znotes&\zmidstaff{\bf \kern -6pt I \ppff(mf)}&\uptext{\kern -9mm\raise 9pt\hbox{\bigfont
Majestueux, sans tra\^\i ner \rm(\metron{\hu}{50})}}\enotes
\hardlyrics{\kern-9pt Gloire }\notes\qp&\qp|\qu c&\hsong\thelyrics\cu c\enotes
\notes &| &\hsong{\`a }\cu c\enotes
\barre
\NOtes\hup F&\hup M|\zhp a\zhp c\hup f&\hsong{Dieu~}\hu f\enotes
\notes &|&\hsong{au~}\cu f\enotes
\hardlyrics{plus~}\notes &|&\hsong\thelyrics\cu f\enotes
\hardlyrics{haut~}\notes \qu J&\qu L|\zq{ce}\qu g&\hsong\thelyrics\cu g\enotes
\notes&&\zsong{des~}\cu g\enotes
\barre
\NOtes\hl M&\hl M|\zh{cf}\hu h&\hsong{cieux~}\qup h\enotes
\notes&&\hsong{et~}\cu h\enotes
\Notes\qu K&\hl b|\zq{df}\qu i&\hsong{paix~}\qu i\enotes
\notes\qu L&|\ibu0h{-3}\rlap{\zq c\ql e}\qh0h&\hsong{sur~}\cu h\enotes
\notes&|\tbu0\qh0g&\hsong{la~}\cu g\enotes
\barre
\Notes\hl M&\wh M|\zh{ac}\hu f&\hsong{ter-~}\qu f\enotes
\notes&&\hsong{re~}\cu f\enotes
\hardlyrics{aux~}\notes&&\hsong\thelyrics\cu f\enotes
\hardlyrics{hom-~}\notes\qu I&|\rlap{\zh b\hl d}\qu g&\hsong\thelyrics\qu g\enotes
\hardlyrics{mes~}\notes\qu G&|\ibu0h3\qh0h&\hsong\thelyrics\cu h\enotes
\notes &|\tbu0\qh0i&\zsong{qu'il~}\cu i\enotes
\barre
\Notes\qu J&\hl N|\rlap{\ql c}\zh e\hu g&\hsong{ai-~}\hu g\enotes
\Notes\qu C&|\ql b&\enotes
\Notes\hu F&\hl M|\zh a\zh c\hu f&\hsong{me. }\hu f\enotes
%\check
\respire\Notes&\cmidstaff{\kern -15pt\bf II \ppff(mf)}\enotes
\barre
\hardlyrics{Nous~}\notes\ql M&\ql a|\rlap{\hl c}\zq f\qu h&\hsong\thelyrics\qu h\enotes
\notes\qu J&\ql N|\zq e\qu g&\hsong{Te~}\cu g\enotes
\hardlyrics{lou-~}\notes&&\hsong\thelyrics\cu g\enotes
\NOtes\hl M&\hl a|\zh{cf}\hu h&\hsong{ons,~}\hu h\enotes
%\check
\barre
\hardlyrics{nous~}\notes\qu K&\ql M|\zq{df}\qu h&\hsong\thelyrics\cu h\enotes
\notes&&\hsong{Te~}\cu h\enotes
\notes\qu L&\ql N|\zq{eg}\qu j&\hsong{b\'e-~}\cu j\enotes
\hardlyrics{nis-~}\notes&&\hsong\thelyrics\cu j\enotes
%\check
\NOTes \hl M&\hl a|\zh{cf}\hu h&\hsong{sons,~}\hu h\enotes
\barre
\hardlyrics{nous~}\notes \qu M&\ql a|\zq{cf}\qu h&\hsong\thelyrics\qu h\enotes
%\check
\Notes\hup J&\hlp N|\rlap{\ql c}\zh e\hu g&\hsong{T'a-~}\hu g\enotes
\Notes&|\hl b&\enotes
\Notes&|\zq c\qu f&\hsong{do-~}\qu f\enotes
\barre
\NOtes \hu F&\hl M|\zh{ac}\hu f&\hsong{rons,~}\hu f\enotes
%\check
\znotes&\cmidstaff{\bf I}\enotes
\respire
\hardlyrics{nous~}\notes\ql M&\ql a|\rlap{\hl c}\istied0c\zq f\qu h&\hsong\thelyrics\cu h\enotes
\notes&&\hsong{Te~}\cu h\enotes
%\check
\hardlyrics{glo-~}\notes\ql J&\ql N|\zq e\qu g&\hsong\thelyrics\cu g\enotes
\notes&&\hsong{ri-~}\cu g\enotes
\barre
\NOTes\hl M&\hl a|\tten0\rlap{\hl c}\zh f\hu h&\hsong{fions,~}\hu h\enotes
%\chec
\hardlyrics{\kern -4pt nous~}\notes\qlp K&\qlp a|\rlap{\hl d}\zqp f\qup h&\hsong\thelyrics\cu h\enotes
\notes&&\hsong{Te~}\cu h\enotes
\hardlyrics{ren-~}\notes&&\hsong\thelyrics\cu h\enotes
\notes\cu I&\cl N|\zq g\cu i&\zsong{dons~}\cu i\enotes
\barre
\NOtes\qup J&\qlp L|\zqp c\zqp e\qup g&\hsong{gr\^a-~}\qu g\enotes
\notes&&\hsong{ces }\cu g\enotes
\hardlyrics{pour~}\notes\cu J&\cl L|\zq e\cu g&\hsong\thelyrics\cu g\enotes
\hardlyrics{Ton~}\notes\ibl0L0\qb0M&\ibl1M3\qb1M|\ibu2h3\zq f\qh2h&\hsong\thelyrics\cu h\enotes
\hardlyrics{im-~}\notes\qb0L&\qb1N|\zq g\qh2i&\hsong\thelyrics\cu i\enotes
\hardlyrics{men-~}\notes\qb0M&\qb1a|\zq h\qh2j&\hsong\thelyrics\cu j\enotes
\notes\tbl0\qb0K&\tbl1\qb1b|\tbu2\zq i\qh2k&\hsong{se~}\cu k\enotes
%\check
\barre
\Notes\qu L&\ql c|\rlap{\zh e\hl g}\qu j&\isluru1k\hsong{gloi-~}\ql j\enotes
\Notes\qu J&\ql L|\qu i&\hsong{--~}\ql i\enotes
\notes\ql M&\ql a|\zq f\qu h&\tslur1j\hsong{re~!~}\ql h\enotes
\rlap{\respire}\notes&\cmidstaff{\bf II}\enotes
\notes\ibl2M3\qb2M&\ibl0a3\qb0a|\ibu1h3\zq{cf}\qh1h&\hsong{\kern -4pt Sei-~}\cu h\enotes
\hardlyrics{gneur~}\notes\tbl2\qb2N&\tbl0\qb0b|\tbu1\zq{dg}\qh1i&\hsong\thelyrics\cu i\enotes
\barre
\hardlyrics{Dieu,~}\notes\ql a&\zql c\roff{\zhup c}|\zq{fh}\qu j&\hsong\thelyrics\qu j\enotes
%\check
\hardlyrics{Roi~}\notes\ibl2M{-3}\qb2M&\ibl0a{-3}\qb0a|\ibu1h{-3}\zq f\qh1h&\hsong\thelyrics\cu h\enotes
\notes\tbl2\qb2L&\tbl0\qb0N|\tbu1\zq e\qh1g&\hsong{du~}\cu g\enotes
\Notes\ql M&\ql a|\zq f\qu h&\hsong{Ciel,~}\qu h\enotes
%\check
\hardlyrics{Dieu~}\notes\ibl2K{-3}\qb2K&\ibl0a{-3}\qb0a|\ibu1h{-3}\zq{df}\qh1h&\hsong\thelyrics\cu h\enotes
\notes\tbl2\qb2J&\tbl0\qb0N|\tbu1\zq{ce}\qh1g&\hsong{le~}\cu g\enotes
%\check
\barre
\notes\ibl2I{-4}\qb2I&\ibl0M{-4}\qb0M|\ibu1h0\rlap{\ql c}\zq
f\qh1h&\hsong{\kern -4pt P\`e-~}\cu h\enotes
\notes\tbl2\qb2G&\tbl0\qb0K|\zq g\qh1i&\hsong{re~}\cu i\enotes
\hardlyrics{\kern -4pt tout-~}\notes\ql J&\ql L|\rlap{\ql e}\qh1g&\hsong\thelyrics\cu g\enotes
\hardlyrics{puis-~}\notes&|\tbu1\zq c\qh1h&\hsong\thelyrics\cu h\enotes
\NOtes\qup F&\hl M|\zqp c\zqp f\qup h&\hsong{sant~!~}\qup h\enotes
\notes&\cmidstaff{\bf I}\enotes
\respire
\hardlyrics{Sei-~}\notes\ds&|\cu h&\hsong\thelyrics\cu h\enotes
%\check
\barre
\hardlyrics{gneur,~}\notes \ql M&\ql a|\rlap{\hl c}\zq f\qu h&\hsong\thelyrics\qu h\enotes
\notes \qu J&\ql L|\zq e\qu g&\hsong{Fils~}\cu g\enotes
\notes&&\hsong{u-~}\cu g\enotes
\notes \qu K&\ql M|\zq {ad}\qu f&\hsong{ni-~}\cu f\enotes
\notes&&\hsong{que~}\cu f\enotes
\notes \qu J&\ql N|\zq{ce}\qu g&\hsong{J\'e-~}\cu g\enotes
\notes&&\hsong{sus~}\cu g\enotes
%\check
\barre
\NOtes \hl M&\hl a|\zh{cf}\hu h&\hsong{Christ,~}\hu h\enotes
\respire
\Notes \ql M&\ql a|\rlap{\hl c}\zq f\qu h&\hsong{Sei-~}\qu h\enotes
\Notes \qu J&\ql N|\zq e\qu g&\zsong{gneur~}\qu g\enotes
%\check
\barre
\NOtes \hl M&\hl a|\zh c\zh f\hu h&\hsong{Dieu,~}\hu h\enotes
\notes\soupir&\soupir|\ds&\ds\enotes
\notes&|\cu h&\hsong{a-~}\cu h\enotes
\hardlyrics{\kern -4pt gneau~}\notes \Ibu0KI1\qh0K&\ql a|\rlap{\zq d\ql f}\ibu1h3\qh1h&\hsong\thelyrics\cu h\enotes
\notes \tbu0\qh0I&|\tbu1\qh1i&\hsong{de~}\cu i\enotes
\barre
\NOtes \qup J&\qlp N|\zqp c\zqp e\qup g&\hsong{Dieu,~}\qup g\enotes
\notes \cu K&\cl a|\zq d\cu f&\hsong{le~}\cu f\enotes
\Notes \hu J&\ql N|\rlap{\zh c\hl e}\qu g&\hsong{Fils~}\qu g\enotes
\Notes&|\qu g&\hsong{du~}\qu g\enotes
\barre
\NOTes \hup F&\hlp a|\rlap{\zhp c\hlp f}\hu h&\isluru1n\hsong{P\`e-~}\hu h\enotes
\Notes&|\qu h&\tslur1m\hsong{re~}\qu h\enotes
\Notes\soupir &\rlap{\soupir}\cmidstaff{\kern -8pt \bf II \ppff(mp)\kern 17pt}|\soupir&\soupir\enotes
\barre
\Notes\qu K&\ql a|\zq d\qu f&\hsong{Toi~}\qu f\enotes
\notes\qu J&\ql N|\rlap{\hl c}\zq e\qu g&\hsong{qui~}\cu g\enotes
\notes&&\hsong{en-~}\cu g\enotes
\notes\ql M&\ql a|\zq f\qu h&\hsong{l\`e-~}\cu h\enotes
\notes&&\hsong{ves~}\cu h\enotes
\notes\ql K&\ql b|\zq d\zq f\qu i&\hsong{le~}\cl i\enotes
\notes&&\hsong{p\'e-~}\cl i\enotes
\barre
\notes\hup J&\ibl0M3\qb0M|\istied0c\rlap{\hl c}\ibu1h{-3}\zq f\qh1h&\hsong{ch\'e~}\cu h\enotes
\notes&\tbl0\qb0N|\tbu1\zq e\qh1g&\hsong{du~}\cu g\enotes
\hardlyrics{mon-~}\notes&\ql M|\zq f\qu h&\hsong\thelyrics\qu h\enotes
\Notes&\ql L|\tten0\zq{ce}\qu g&\hsong{de,~}\qu g\enotes
\Notes\soupir&\soupir|\soupir&\soupir\enotes
\barre
\NOtes\qup K&\qlp a|\zqp d\qup f&\hsong{prends~}\qup f\enotes
\notes\cu G&\cl N|\zq{bd}\cu g&\hsong{pi-~}\cu g\enotes
\NOtes\hu J&\hl N|\itenu0c\rlap{\hl c}\zq e\qup g&\hsong{ti\'e~}\qup g\enotes
\notes&|\zq b\cu f&\hsong{de~}\cu f\enotes
\barre
\NOTes\hup F&\hlp M|\tten0\zhp a\zhp c\hup f&\hsong{nous~!~}\hup f\enotes
\Notes\soupir&\zmidstaff{\bf\kern -20pt I \ppff(mp)}\soupir|\soupir&\soupir\enotes
%\check
\barre
\Notes\qu K&\ql a|\zq d\qu f&\hsong{Toi~}\qu f\enotes
\notes\qu J&\ql N|\rlap{\hl c}\zq e\qu g&\hsong{qui~}\cu g\enotes
\notes&&\hsong{en-~}\cu g\enotes
\notes\ql M&\ql a|\zq f\qu h&\hsong{l\`e-~}\cu h\enotes
\notes&&\hsong{ves~}\cu h\enotes
\notes\ql K&\ql b|\zq d\zq f\qu i&\hsong{le~}\cl i\enotes
\notes&&\hsong{p\'e-~}\cl i\enotes
\barre
\notes\hup J&\ibl0M3\qb0M|\istied0c\rlap{\hl c}\ibu1h{-3}\zq f\qh1h&\hsong{ch\'e~}\cu h\enotes
\notes&\tbl0\qb0N|\tbu1\zq e\qh1g&\hsong{du~}\cu g\enotes
\Notes&\ql M|\zq f\qu h&\hsong{mon-~}\qu h\enotes
\Notes&\ql L|\tten0\zq{ce}\qu g&\hsong{de,~}\qu g\enotes
\notes\soupir&\soupir|\ds&\ds\enotes
\notes&|\cu h&\hsong{en-~}\cu h\enotes
\barre
\hardlyrics{tends~}\notes\qu K&\ql a|\zq d\qu f&\hsong\thelyrics\cu f\enotes
\notes&&\hsong{no-~}\cu f\enotes
\notes\qu J&\ql N|\rlap{\hlp c}\zq e\qu g&\hsong{tre~}\cu g\enotes
\hardlyrics{pri-~}\notes&&\hsong\thelyrics\cu g\enotes
\Notes\ql M&\ql M|\zq f\qu h&\hsong{\`e-~}\qu h\enotes
\Notes\qu J&\ql L|\zq e\qu g&\hsong{re~! }\qu g\enotes
\rlap{\respire}\notes&\cmidstaff{\bf II}\enotes
\barre
\NOTEs \hu L&\istied0c\wh c|\zh{eg}\hu j&\hsong{Toi~}\hu j\enotes
\Notes \ql M&|\rlap{\hl f}\zq h\qu j&\hsong{qui~}\qu j\enotes
\notes \qu I&|\zq i\qu k&\hsong{es~}\cu k\enotes
\notes&&\hsong{as-~}\cu k\enotes
\barre
\Notes \qu H&\tten0\hl c|\zq f\zq h\qu j&\hsong{sis~}\ql j\enotes
\notes \ibu1G{-3}\qh1G&|\zq g\ibu0i{-3}\qh0i&\hsong{\`a~}\cl i\enotes
\notes \tbu1\qh1F&|\zq f\tbu0\qh0h&\hsong{la~}\cl h\enotes
\Notes \qu J&\ql L|\zq c\zq e\qu g&\hsong{droi-~}\qu g\enotes
\notes \ibl1K3\qb1K&\ibl2M3\qb2M|\zq d\ibu0f3\qh0f&\hsong{te~}\cu f\enotes
\notes \tbl1\qb1L&\tbl2\qb2N|\zq e\tbu0\qh0g&\hsong{du~}\cu g\enotes
\barre
\NOTes \hl M&\hl a|\rlap{\hlp c}\zh f\hu h&\isluru1n\hsong{P\`e-~}\hu h\enotes
\Notes \qu J&\ql N|\zq e\qu g&\tslur1m\hsong{re~}\qu g\enotes
\Notes\soupir&\soupir|\soupir&\soupir\enotes
%\check
%\check
\barre
\NOtes \hu K&\hl a|\rlap{\zh d\hl f}\qup h&\hsong{prends~}\qup h\enotes
\notes&|\cu h&\hsong{pi-~}\cu h\enotes
\NOtes \hu G&\hl N|\rlap{\zh b\hl d}\qup g&\hsong{ti\'e~}\qup g\enotes
\notes&|\cu h&\hsong{de~}\cu h\enotes
%\check
\barre
\NOTes \hu H&\hl a|\zh{^ce}\hu h&\hsong{nous~!~}\hu h\enotes
\notes&\zmidstaff{\kern -12pt\bf I \ppff(f)}|\soupir
&\Uptext{\bigfont plus anim\'e}\soupir\enotes
\notes\hpause&\hpause|\qu{=c}&\hsong{\kern -4pt Car~}\cu c\enotes
\notes&&\hsong{Toi~}\cu c\enotes
%\check
\barre
\Notes\qu K&\ql M|\zq{ad}\qu f&\hsong{seul~}\qu f\enotes
\Notes\qu J&\ql N|\zq{ce}\qu g&\hsong{es~}\qu g\enotes
\Notes\hu F&\hl M|\zqp c\zqp f\qup h&\zsong{saint~!~}\qup h\enotes
\notes&|\qs&\qs\enotes
\notes&|\zq{cf}\ccu h&\zsong{Toi~}\ccu h\enotes
\barre
\Notes\qu F&\ql M|\zq {cf}\qu h&\hsong{seul~}\qu h\enotes
\notes\Ibu0CF1\qhp0C&\ibl1L3\qbp1L|\zql c\Ibu2gh1\zqp e\qhp2g&\hsong{es~}\cup g\enotes
\hardlyrics{Sei-~}\notes\tbbu0\tbu0\qh0 F&\tbbl1\tbl1\qb1M|\zq {f}\tbbu2\tbu2\qh2h&\hsong\thelyrics\ccu h\enotes
\NOtes\qup F&\qlp M|\zqp c\zqp f\qup h&\hsong{gneur~!~}\qup h\enotes
\notes&\cmidstaff{\bf II \ppff(f)\kern 12pt}\enotes
\respire
\notes\ds&\cl M|\zq {cf}\cu h&\hsong{Toi~}\cu h\enotes
%\check
\barre
\notes\ibu0M0\qh0M&\ibl2a0\qb2a|\ibu1h0\rlap{\hl c}\zq f\qh1h&\hsong{\kern
-4pt seul~}\cu h\enotes
\notes\qh0J&\qb2N|\zq e\qh1g&\hsong{es~}\cu g\enotes
\notes\qh0M&\qb2a|\zq f\qh1h&\hsong{le~}\cu h\enotes
\hardlyrics{Tr\`es-~}\notes\tbu0\qh0N&\tbl2\qb2b|\zq g\tbu1\qh1i&\hsong\thelyrics\cu i\enotes
\hardlyrics{haut,~}\notes\ql a&\ql c|\zq {fh}\qu j&\hsong\thelyrics\ql j\enotes
\notes\ibl0a{-3}\qb0a&\ibl2c{-3}\qb2c|\zq {h}\ibl1j{-3}\qb1j&\hsong{J\'e-~}\cl j\enotes
\notes\tbl0\qb0N&\tbl2\qb2b|\zq g\tbl1\qb1i&\zsong{sus-~}\cl i\enotes
%\check
\barre
\NOtes\hl M&\hl a|\zhl f\zq h\qup j&\hsong{Christ,~}\qlp j\enotes
\notes&|\cu h&\hsong{a-}\cu h\enotes
\notes \qu K&\ql M|\zq{ad}\qu f&\hsong{vec~}\cu f\enotes
\notes&&\hsong{le~}\cu f\enotes
\hardlyrics{\kern -4pt Saint-~}\notes \qu J&\ql N|\zq{ce}\qu g&\hsong\thelyrics\cu g\enotes
\notes&&\hsong{Es-~}\cu g\enotes
%\check
\barre
\NOtes \hl M&\hl a|\zh{cf}\hu h&\hsong{prit~! }\hu h\enotes
\notes&\cmidstaff{\bf I}\enotes
\Notes\qu K&\ql M|\zq{ad}\qu f&\hsong{dans~}\qu f\enotes
\notes\qu J&\ql N|\zq{ce}\qu g&\hsong{la~}\qu g\enotes
\barre
\Notes\qup F&\qlp a|\rlap{\hl c}\zqp f\qu h&\hsong{gloi-~}\qu h\enotes
\notes&|&\hsong{re~}\cu h\enotes
\notes\cu C&\cl N|\zq e\cu g&\hsong{de~}\cu g\enotes
\Notes\qu F&\ql M|\zq{cf}\qu h&\hsong{Dieu~}\qu h\enotes
\Notes\qu I&\ql b|\zq{df}\qu i&\hsong{le~}\qu i\enotes
\barre
\Notes\qu J\qu C&\hl N|\rlap{\ql c}\zh e\hu g\ql b&\isluru1m\hsong{P\`e-~}\hu g\enotes
\NOtes\hu F&\hl M|\zh{ac}\hu f&\tslur1l\hsong{re. }\hu f\enotes
\rlap{\respire}\Notes&\cmidstaff{\kern -12pt\ppff $<$ ff}\enotes
\barre
\Notes\qu J\qu I\qu H\qu G&\wh L|\zw c\zw e\wh g&\islurd1e\zsong{A - - - - - }\wh g\enotes\barre
\NOtes\zhp F\hup M&\hlp a|\zhp c\zhp f\hup h&\tslur1f\hsong{men~!~}\hup h\enotes
\notes\soupir&\soupir|\soupir&\soupir\enotes
\mulooseness 2
\Stoppiece
\medskip\rightline{\it le \aujourdhui}
\eject
\bye

View File

@ -0,0 +1,286 @@
\input musixtex
\input musixcpt
\input musixsty
%
\parindent 15mm
%
\title{Gloria}
\fullauthor{M\'elodie~: Guy BOUSSION}
\shortauthor{G. Boussion}
\maketitle
\tracingstats=1\relax
%
\bigskip
\def\nbinstruments{1}
\setstaffs11
%
\generalsignature{-1}\relax % un bemol a la clef
\generalmeter{\meterfrac{2}{2}}
%\check
%
\geometricskipscale
\staffbotmarg=5\Interligne\stafftopmarg=1.5\Interligne
\startpiece
\setsongraise1{2\Interligne}%
\def\respire{\notes\cbreath\enotes}%
\znotes\uptext{\kern -9mm\raise 9pt\hbox{\bigfont
Majestueux, sans tra\^\i ner \rm(\metron{\hu}{50})}}\enotes
%
\hardlyrics {\kern-5pt Gloire }\notes\hsong{\thelyrics }\cu c\enotes
\notes\hsong{\`a }\cu c\enotes
\barre
\NOTes\hsong{Dieu~}\hu f\enotes
\notes\hsong{au}\cu f\enotes
\hardlyrics{plus~}\notes\hsong{\thelyrics }\cu f\enotes
\hardlyrics{haut~}\notes\hsong{\thelyrics }\cu g\enotes
\notes\hsong{des}\cu g\enotes
\barre
\NOtes\hsong{cieux~}\qup h\enotes
\notes\hsong{et~}\cu h\enotes
\hardlyrics{paix~}\notes\hsong{\thelyrics }\qu i\enotes
\hardlyrics{sur~}\notes\hsong{\thelyrics }\cu h\enotes
\notes\hsong{la~}\cu g\enotes
\barre
\Notes\hsong{ter-}\qu f\enotes
\notes\hsong{re~}\cu f\enotes
\hardlyrics{aux~}\notes\hsong{\thelyrics}\cu f\enotes
\hardlyrics{hom- }\notes\hsong{\thelyrics}\qu g\enotes
\hardlyrics{mes~}\notes\hsong{\thelyrics }\cu h\enotes
\hardlyrics{qu'il~}\notes\hsong{\thelyrics }\cu i\enotes
\barre
\Notes\hsong{ai-}\hu g\enotes
\Notes\hsong{}\enotes
\Notes\hsong{me.}\hu f\enotes
%\check
\respire\Notes\uptext{\bf II }\enotes
\barre
\hardlyrics{Nous~}\notes\hsong{\thelyrics}\qu h\enotes
\notes\hsong{Te~}\cu g\enotes
\notes\hsong{lou-}\cu g\enotes
\NOtes\hsong{ons,}\hu h\enotes
%\check
\barre
\hardlyrics{nous~}\notes\hsong{\thelyrics }\cu h\enotes
\notes\hsong{Te~}\cu h\enotes
\notes\hsong{b\'e-}\cu j\enotes
\notes\hsong{nis-}\cu j\enotes
%\check
\NOTes\hsong{sons,}\hu h\enotes
\barre
\Notes\hsong{nous~}\qu h\enotes
%\check
\Notes\hsong{t'a-}\hu g\enotes
\Notes\enotes
\Notes\hsong{do-}\qu f\enotes
\barre
\NOtes\hsong{rons,~}\hu f\enotes
%\check
\respire\notes\uptext{\bf I}\enotes
\hardlyrics{nous~}\notes\hsong{\thelyrics }\cu h\enotes
\notes\hsong{Te~}\cu h\enotes
%\check
\notes\hsong{glo-}\cu g\enotes
\notes\hsong{ri-}\cu g\enotes
\barre
\NOTEs\hsong{fions,~}\hu h\enotes
%\chec
\hardlyrics{\kern -4pt nous~}\notes\hsong\thelyrics\cu h\enotes
\notes\hsong{Te~}\cu h\enotes
\notes\hsong{ren-}\cu h\enotes
\notes\zsong{dons~}\cu i\enotes
\barre
\NOtes\hsong{gr\^a~-}\qu g\enotes
\notes\hsong{ces~}\cu g\enotes
\hardlyrics{pour~}\notes\hsong\thelyrics\cu g\enotes
\hardlyrics{Ton~}\notes\hsong\thelyrics\cu h\enotes
\notes\hsong{im-}\cu i\enotes
\hardlyrics{men-}\notes\hsong\thelyrics\cu j\enotes
\notes\zsong{se~}\cu k\enotes
%\check
\barre
\Notes\hsong{gloi-}\ql j\enotes
\Notes\hsong{-}\ql i\enotes
\Notes\hsong{re~!}\qu h\enotes
\respire\notes\uptext{\bf II}\enotes
\notes\hsong{Sei-}\cu h\enotes
\notes\zsong{gneur~}\thelyrics\cu i\enotes
\barre
\hardlyrics{Dieu,~}\notes\hsong\thelyrics\qu j\enotes
%\check
\notes\hsong{Roi~}\cu h\enotes
\notes\hsong{du~}\cu g\enotes
\Notes\hsong{Ciel,~}\qu h\enotes
%\check
\hardlyrics{Dieu~}\notes\hsong\thelyrics\cu h\enotes
\notes\zsong{le~}\cu g\enotes
%\check
\barre
\notes\hsong{P\`e-~}\itied1h\cu h\enotes
\notes\hsong{re~}\ttie1\cu i\enotes
\hardlyrics{tout-}\notes\hsong\thelyrics\cu g\enotes
\hardlyrics{puis-}\notes\hsong\thelyrics\cu h\enotes
\Notes\hsong{sant~!}\qup h\enotes
\respire\notes\uptext{\bf I}\enotes
\notes\zsong{Sei-}\cu h\enotes
%\check
\barre
\hardlyrics{gneur,~}\notes\hsong\thelyrics\qu h\enotes
\hardlyrics{Fils~}\notes\hsong\thelyrics\cu g\enotes
\notes\hsong{u-}\cu g\enotes
\notes\hsong{ni-}\cu f\enotes
\hardlyrics{que~}\notes\hsong\thelyrics\cu f\enotes
\notes\hsong{J\'e-}\cu g\enotes
\notes\zsong{sus~}\cu g\enotes
%\check
\barre
\NOtes\hsong{Christ,}\hu h\enotes
\respire
\Notes\hsong{Sei-}\qu h\enotes
\Notes\zsong{gneur}\qu g\enotes
%\check
\barre
\NOtes\hsong{Dieu,}\hu h\enotes
\notes\hsong{}\ds\enotes
\notes\hsong{a-}\cu h\enotes
\hardlyrics{\kern -4pt gneau~}\notes\hsong\thelyrics\cu h\enotes
\notes\zsong{de~}\cu i\enotes
\barre
\NOtes\hsong{Dieu,}\qup g\enotes
\notes\hsong{le~}\cu f\enotes
\Notes\hsong{Fils~}\qu g\enotes
\Notes\zsong{du~}\qu g\enotes
\barre
\NOTes\hsong{P\`e-}\hu h\enotes
\Notes\hsong{re~}\qu h\enotes
\Notes\hsong{}\rlap{\uptext{\bf II }}\soupir\enotes
\barre
\Notes\hsong{Toi~}\qu f\enotes
\notes\hsong{qui~}\cu g\enotes
\notes\hsong{en-}\cu g\enotes
\notes\hsong{l\`e-}\cu h\enotes
\notes\hsong{ves~}\cu h\enotes
\notes\hsong{le~}\cl i\enotes
\notes\zsong{p\'e-}\cl i\enotes
\barre
\notes\hsong{ch\'e~}\cu h\enotes
\notes\hsong{du~}\cu g\enotes
\Notes\hsong{mon-}\qu h\enotes
\NOtes\hsong{de,}\qu g\enotes
\Notes\hsong{}\soupir\enotes
\barre
\NOtes\hsong{prends~}\qup f\enotes
\notes\hsong{pi-}\cu g\enotes
\NOtes\hsong{ti\'e~}\qup g\enotes
\notes\zsong{de~}\cu f\enotes
\barre
\NOTes\hsong{nous~!}\hup f\uptext{\bf I}\enotes
\Notes\hsong{}\soupir\enotes
%\check
\barre
\Notes\hsong{Toi~}\qu f\enotes
\notes\hsong{qui~}\cu g\enotes
\notes\hsong{en-}\cu g\enotes
\notes\hsong{l\`e-}\cu h\enotes
\notes\hsong{ves~}\cu h\enotes
\notes\hsong{le~}\cl i\enotes
\notes\zsong{p\'e-}\cl i\enotes
\barre
\notes\hsong{ch\'e~}\cu h\enotes
\notes\hsong{du~}\cu g\enotes
\Notes\hsong{mon-}\qu h\enotes
\NOtes\hsong{de,}\qu g\enotes
\notes\hsong{}\ds\enotes
\notes\zsong{en-}\cu h\enotes
\barre
\hardlyrics{tends~}\notes\hsong\thelyrics\cu f\enotes
\notes\hsong{no-}\cu f\enotes
\notes\hsong{tre~}\cu g\enotes
\notes\hsong{pri-}\cu g\enotes
\Notes\hsong{\`e-}\qu h\enotes
\Notes\hsong{re~!}\qu g\enotes
\respire\notes\uptext{\bf II}\enotes
\barre
\NOTEs\hsong{Toi~}\hu j\enotes
\Notes\hsong{qui~}\qu j\enotes
\notes\hsong{es~}\cu k\enotes
\notes\zsong{as-}\cu k\enotes
\barre
\Notes\hsong{sis~}\ql j\enotes
\notes\hsong{ \`a~}\cl i\enotes
\notes\hsong{la~}\cl h\enotes
\Notes\hsong{droi-}\qu g\enotes
\notes\hsong{te~}\cu f\enotes
\notes\zsong{du~}\cu g\enotes
\barre
\NOTes\hsong{P\`e-}\hu h\enotes
\Notes\hsong{re~}\qu g\enotes
\Notes\hsong{}\soupir\enotes
%\check
%\check
\barre
\NOtes\hsong{prends~}\qup h\enotes
\notes\hsong{pi-}\cu h\enotes
\NOtes\hsong{ti\'e~}\qup g\enotes
\notes\zsong{de~}\cu h\enotes
%\check
\barre
\NOTes\hsong{nous~!}\hu h\uptext{\bf I }\enotes
\notes\rlap{\uptext{\raise 9pt\hbox{\bigfont\
plus anim\'e\kern 5pt}}}\soupir\enotes
\hardlyrics{Car~}\notes\hsong\thelyrics\cu c\enotes
\notes\zsong{Toi~}\cu c\enotes
%\check
\barre
\Notes\hsong{seul~}\qu f\enotes
\Notes\hsong{es~}\qu g\enotes
\Notes\zsong{saint~!}\qup h\enotes
\notes\zsong{\sk Toi~}\qs\ccu h\enotes
\barre
\Notes\hsong{seul~}\qu h\enotes
\notes\hsong{es~}\cup g\enotes
\notes\hsong{Sei-}\ccu h\enotes
\NOtes\hsong{gneur~!}\qup h\enotes
\respire\notes\uptext{\bf II }\enotes
\notes\zsong{Toi~}\cu h\enotes
%\check
\barre
\notes\hsong{\kern -4pt seul~}\cu h\enotes
\notes\hsong{es~}\cu g\enotes
\notes\hsong{le~}\cu h\enotes
\hardlyrics{Tr\`es-}\notes\hsong\thelyrics\cu i\enotes
\Notes\hsong{haut,}\ql j\enotes
\notes\hsong{J\'e-}\cl j\enotes
\notes\zsong{sus-}\cl i\enotes
%\check
\barre
\NOtes\hsong{Christ,}\qlp j\enotes
\notes\hsong{a-}\cu h\enotes
\notes\hsong{vec~}\cu f\enotes
\notes\hsong{le~}\cu f\enotes
\hardlyrics{\kern -4pt Saint-}\notes\hsong\thelyrics\cu g\enotes
\notes\zsong{Es-}\cu g\enotes
%\check
\barre
\NOtes\hsong{prit~!}\hu h\enotes
\notes\uptext{\bf I}\enotes
\Notes\hsong{dans~}\qu f\enotes
\notes\zsong{la~}\qu g\enotes
\barre
\Notes\hsong{gloi-}\qu h\enotes
\notes\hsong{re~}\cu h\enotes
\notes\hsong{de~}\cu g\enotes
\Notes\hsong{Dieu~}\qu h\enotes
\Notes\zsong{le~}\qu i\enotes
\barre
\Notes\hsong{P\`e-}\hu g\enotes
\NOtes\zsong{re.}\hu f\enotes
\respire
\barre
\Notes\zsong{A - - - - - }\wh g\enotes
\barre
\NOtes\hsong{men~!}\hup h\enotes
\notes\hsong{}\soupir\enotes
\mulooseness 4%
\Stoppiece
\medskip\rightline{\it le \aujourdhui\ \ \ \ }
\bye

View File

@ -0,0 +1,283 @@
\input musixtex
\input musixcpt
\input musixsty
\sepbarrules
\def\tempz{\temps}%
%
\vsize=28.2cm
\hsize=18.5cm
\parindent 15mm
%
\vbox{%
\centerline{\enorme Gloria}
\medskip
\rightline{\cmbx M\'elodie~: Guy BOUSSION}
}%
\tracingstats=1\relax
%
\bigskip
\def\nbinstruments{2}
\global\nbporteesi=0
%
\signaturegenerale{-1}\relax % un bemol a la clef
\generalmeter{\meterfrac{2}{2}}
%\check
%\check
%
\def\eightpoint{\Tenpoint}%
%
%\check
\catcode`\@=11
\newdimen\lyricskip
\def\varskip#1{%
\setbox\ch@box\hbox{#1}\global\lyricskip\wd\ch@box}
\catcode`\@=12
\normal\elemskip=15pt
\def\gluemaxskip{6pt}%
\staffbotmarg=1.5\Interligne\stafftopmarg=1.5\Interligne
\debutmorceau
%
\def\respire{\notes&\cbreath\enotes}%
\temps\znotes&\uptext{\kern -9mm\raise 9pt\hbox{\moyen
Majestueux, sans tra\^\i ner \rm(\metron{\hu}{50})}}\enotes
%
\def\Varnotes#1&#2\enotes{\vnotes0.05\elemskip &\enotes
% \varskip{#1}\vnotes0.05\elemskip\rlap{#1}&\rlap{#2}\enotes
\varskip{#1}\znotes\rlap{#1}&\rlap{#2}\enotes
\hardspace{\lyricskip}%
\vnotes0.05\elemskip &\enotes
}%
%
\def\VarNotes#1&#2\enotes{\vnotes0.05\elemskip &\enotes
\varskip{#1}\vnotes1\elemskip\rlap{#1}&\rlap{#2}\enotes
\hardspace{\lyricskip}%
\vnotes0.05\elemskip &\enotes
}%
%
\def\VarNOtes#1&#2\enotes{\vnotes0.05\elemskip &\enotes
\varskip{#1}\vnotes2\elemskip\rlap{#1}&\rlap{#2}\enotes
\hardspace{\lyricskip}%
\vnotes0.05\elemskip &\enotes
}%
\temps\Varnotes \kern-5pt Gloire &\cu c\enotes
\temps\Varnotes \`a &\cu c\enotes
\barre\NOTes Dieu~&\hu f\enotes
\tempz\Varnotes au&\cu f\enotes
\temps\Varnotes plus~&\cu f\enotes
\temps\Varnotes haut~&\cu g\enotes
\temps\Varnotes des &\cu g\enotes
\barre\VarNOtes cieux~&\qup h\enotes
\temps\Varnotes et~&\cu h\enotes
\tempz\VarNotes paix~&\qu i\enotes
\temps\Varnotes sur~&\cu h\enotes
\temps\Varnotes la~&\cu g\enotes
\barre\VarNotes ter-&\qu f\enotes
\temps\Varnotes re~&\cu f\enotes
\temps\Varnotes aux~&\cu f\enotes
\tempz\VarNotes hom~-&\qu g\enotes
\temps\Varnotes mes~&\cu h\enotes
\temps\Varnotes qu'il~&\cu i\enotes
\alaligne\VarNotes ai-&\hu g\enotes
\temps\VarNotes &\enotes
\tempz\VarNotes me.&\hu f\enotes
%\check
\temps\respire\VarNotes&\uptext{\bf II }\enotes
\barre\VarNotes Nous~&\qu h\enotes
\temps\Varnotes Te~&\cu g\enotes
\temps\Varnotes lou-&\cu g\enotes
\tempz\VarNOtes ons,&\hu h\enotes
%\check
\barre\Varnotes nous~&\cu h\enotes
\temps\Varnotes Te~&\cu h\enotes
\temps\Varnotes b\'e-&\cu j\enotes
\temps\Varnotes nis-&\cu j\enotes
%\check
\tempz\NOTes sons,&\hu h\enotes
\barre\VarNotes nous~&\qu h\enotes
%\check
\temps\VarNotes t'a-&\hu g\enotes
\tempz\VarNotes&\enotes
\temps\VarNotes do-&\qu f\enotes
\alaligne\VarNOtes rons,~&\hu f\enotes
%\check
\temps\respire\Varnotes&\uptext{\bf I}\enotes
\tempz\Varnotes nous~&\cu h\enotes
\temps\Varnotes Te~&\cu h\enotes
%\check
\temps\Varnotes glo-&\cu g\enotes
\temps\Varnotes ri-&\cu g\enotes
\barre\NOTEs fions,~&\hu h\enotes
%\chec
\tempz\Varnotes \kern -4pt nous~&\cu h\enotes
\temps\Varnotes Te~&\cu h\enotes
\temps\Varnotes ren-&\cu h\enotes
\temps\Varnotes dons~&\cu i\enotes
\barre\VarNOtes gr\^a~-&\qu g\enotes
\temps\Varnotes ces&\cu g\enotes
\temps\Varnotes pour&\cu g\enotes
\tempz\Varnotes Ton~&\cu h\enotes
\temps\Varnotes im-&\cu i\enotes
\temps\Varnotes men&\cu j\enotes
\temps\Varnotes se~&\cu k\enotes
%\check
\alaligne\VarNotes gloi-&\ql j\enotes
\temps\VarNotes -&\ql i\enotes
\temps\VarNotes re~!&\qu h\enotes
\temps\respire\Varnotes&\uptext{\bf II}\enotes
\temps\Varnotes Sei-&\cu h\enotes
\temps\Varnotes gneur~&\cu i\enotes
\barre\VarNotes Dieu,~&\qu j\enotes
%\check
\temps\Varnotes Roi~&\cu h\enotes
\temps\Varnotes du~&\cu g\enotes
\tempz\VarNotes Ciel,~&\qu h\enotes
%\check
\temps\Varnotes Dieu~&\cu h\enotes
\temps\Varnotes le~&\cu g\enotes
%\check
\barre\Varnotes P\`e-~&\cu h\enotes
\temps\Varnotes re~&\cu i\enotes
\temps\Varnotes tout-&\cu g\enotes
\temps\Varnotes puis-&\cu h\enotes
\tempz\VarNOtes sant~!&\qup h\enotes
\temps\respire\Varnotes&\uptext{\bf I}\enotes
\temps\Varnotes Sei-&\cu h\enotes
%\check
\barre\VarNotes gneur,~&\qu h\enotes
\temps\Varnotes Fils~&\cu g\enotes
\temps\Varnotes u-&\cu g\enotes
\tempz\Varnotes ni-&\cu f\enotes
\temps\Varnotes que-&\cu f\enotes
\temps\Varnotes J\'e-&\cu g\enotes
\temps\Varnotes sus~&\cu g\enotes
%\check
\barre\VarNOtes Christ,&\hu h\enotes
\temps\respire
\tempz\VarNotes Sei-&\qu h\enotes
\temps\VarNotes gneur&\qu g\enotes
%\check
\barre\VarNOtes Dieu,&\hu h\enotes
\tempz\notes &\ds\enotes
\temps\Varnotes a-&\cu h\enotes
\temps\Varnotes \kern -4pt gneau~&\cu h\enotes
\temps\Varnotes de~&\cu i\enotes
\alaligne
\temps\VarNOtes Dieu,&\qup g\enotes
\temps\Varnotes le~&\cu f\enotes
\tempz\VarNotes Fils~&\qu g\enotes
\temps\VarNotes du~&\qu g\enotes
\barre\NOTes P\`e-&\hu h\enotes
\tempz\VarNotes re~&\qu h\enotes
\temps\Notes &\rlap{\uptext{\bf II }}\soupir\enotes
\barre\VarNotes Toi~&\qu f\enotes
\temps\Varnotes qui~&\cu g\enotes
\temps\Varnotes en-&\cu g\enotes
\tempz\Varnotes l\`e-&\cu h\enotes
\temps\Varnotes ves~&\cu h\enotes
\temps\Varnotes le~&\cl i\enotes
\temps\Varnotes p\'e-&\cl i\enotes
\barre\Varnotes ch\'e~&\cu h\enotes
\temps\Varnotes du~&\cu g\enotes
\temps\VarNotes mon-&\qu h\enotes
\tempz\VarNOtes de,&\qu g\enotes
\temps\Notes &\soupir\enotes
\alaligne\VarNOtes prends~&\qup f\enotes
\temps\Varnotes pi-&\cu g\enotes
\tempz\VarNOtes ti\'e~&\qup g\enotes
\temps\Varnotes de~&\cu f\enotes
\barre\NOTes nous~!&\hup f\uptext{\bf I}\enotes
\temps\Notes &\soupir\enotes
%\check
\barre\VarNotes Toi~&\qu f\enotes
\temps\Varnotes qui~&\cu g\enotes
\temps\Varnotes en-&\cu g\enotes
\tempz\Varnotes l\`e-&\cu h\enotes
\temps\Varnotes ves~&\cu h\enotes
\temps\Varnotes le~&\cl i\enotes
\temps\Varnotes p\'e-&\cl i\enotes
\barre\Varnotes ch\'e~&\cu h\enotes
\temps\Varnotes du~&\cu g\enotes
\temps\VarNotes mon-&\qu h\enotes
\tempz\VarNOtes de,&\qu g\enotes
\temps\notes &\ds\enotes
\temps\Varnotes en-&\cu h\enotes
\barre\Varnotes tends~&\cu f\enotes
\temps\Varnotes no-&\cu f\enotes
\temps\Varnotes tre~&\cu g\enotes
\temps\Varnotes pri-&\cu g\enotes
\tempz\VarNotes \`e-&\qu h\enotes
\temps\VarNotes re~!&\qu g\enotes
\temps\respire\Varnotes&\uptext{\bf II}\enotes
\barre\NOTEs Toi~&\hu j\enotes
\tempz\VarNotes qui~&\qu j\enotes
\tempz\Varnotes es~&\cu k\enotes
\tempz\Varnotes as-&\cu k\enotes
\barre\VarNotes sis~&\ql j\enotes
\temps\Varnotes \`a~&\cl i\enotes
\temps\Varnotes la~&\cl h\enotes
\tempz\VarNotes droi-&\qu g\enotes
\tempz\Varnotes te~&\cu f\enotes
\temps\Varnotes du~&\cu g\enotes
\alaligne\NOTes P\`e-&\hu h\enotes
\tempz\VarNotes re~&\qu g\enotes
\temps\Notes &\soupir\enotes
%\check
%\check
\barre\VarNOtes prends~&\qup h\enotes
\temps\Varnotes pi-&\cu h\enotes
\tempz\VarNOtes ti\'e~&\qup g\enotes
\temps\Varnotes de~&\cu h\enotes
%\check
\barre\NOTes nous~!&\hu h\uptext{\bf I }\enotes
\tempz\notes&\rlap{\uptext{\raise 8pt\hbox{\moyen plus anim\'e\kern 5pt}}}\soupir\enotes
\temps\Varnotes Car~&\cu c\enotes
\temps\Varnotes Toi~&\cu c\enotes
%\check
\barre\VarNotes seul~&\qu f\enotes
\temps\VarNotes es~&\qu g\enotes
\tempz\VarNotes saint~!&\qup h\enotes
\temps\notes \sk&\qsoupir\enotes
\temps\Varnotes Toi~&\ccu h\enotes
\alaligne\VarNotes seul~&\qu h\enotes
\temps\Varnotes es~&\cup g\enotes
\temps\Varnotes Sei-&\ccu h\enotes
\tempz\VarNOtes gneur~!&\qup h\enotes
\temps\respire\Varnotes&\uptext{\bf II }\enotes
\temps\Varnotes Toi~&\cu h\enotes
%\check
\barre\Varnotes seul~&\cu h\enotes
\temps\Varnotes es~&\cu g\enotes
\temps\Varnotes le~&\cu h\enotes
\temps\Varnotes Tr\`es-&\cu i\enotes
\tempz\VarNotes haut,&\ql j\enotes
\temps\Varnotes J\'e-&\cl j\enotes
\temps\Varnotes sus-&\cl i\enotes
%\check
\barre\VarNOtes Christ,&\qlp j\enotes
\temps\Varnotes a-&\cu h\enotes
\tempz\Varnotes vec~&\cu f\enotes
\temps\Varnotes le~&\cu f\enotes
\temps\Varnotes \kern -4pt Saint-&\cu g\enotes
\temps\Varnotes Es-&\cu g\enotes
%\check
\barre\VarNOtes prit~!&\hu h\enotes
\tempz\Varnotes&\uptext{\bf I}\enotes
\temps\VarNotes dans~&\qu f\enotes
\temps\Varnotes la~&\qu g\enotes
\barre\VarNotes gloi-&\qu h\enotes
\temps\Varnotes re~&\cu h\enotes
\temps\Varnotes de~&\cu g\enotes
\tempz\VarNotes Dieu~&\qu h\enotes
\temps\VarNotes le~&\qu i\enotes
\barre\VarNotes P\`e-&\hu g\enotes
\tempz\VarNOtes re.&\hu f\enotes
\temps\respire
\barre\VarNotes A - - - - - &\wh g\enotes
\barre\VarNOtes men~!&\hup h\enotes
\tempz\notes &\soupir\enotes
%\mulooseness -2\relax
\finmorceau
\medskip\rightline{\it le \aujourdhui\ \ \ \ }
\bye

View File

@ -0,0 +1,569 @@
% \input musixtex
% \input musixcpt
% \input musixsty
\title{Gymnomanie}
\shortauthor{D. Taupin}
\fullauthor{Daniel TAUPIN}
%
\othermention{Compos\'e en 1994}
\maketitle
\parindent 12mm
\tracingstats=2\relax
%
\nbporteesi=2\relax
\def\nbinstruments{1}%
\global\cleftoksi={{6}{0}{0}{0}}%
%
\signaturegenerale{0}\relax % un bemol a la clef
\def\quatretemps{\generalmeter{\meterfrac{4}{4}}}%
\def\troistemps{\generalmeter{\meterfrac{3}{4}}}%
\def\deuxtemps{\generalmeter{\meterfrac{2}{4}}}%
%\check
\def\instrumenti{Piano}
%\check
\troistemps
\def\fff{{f}\kern -1pt{f}\kern -1pt{f}}%
\def\ff{{f}\kern -1pt{f}}%
\def\gluemaxskip{6pt}%
%
% formes frequentes
%
%\check
% au moins deux croches basses et hautes
\def\dqb#1#2{\Ibl0{#1}{#2}1\qb0{#1}\tqb0{#2}}%
\def\dqh#1#2{\Ibu0{#1}{#2}1\qh0{#1}\tqh0{#2}}%
%
% trois doubles croches hautes
\def\tqbbl#1#2#3{\Ibbl0{#1}{#3}2\qb0{#1}\qb0{#2}\tqb0{#3}}%
\def\tqbbu#1#2#3{\Ibbu0{#1}{#3}2\qh0{#1}\qh0{#2}\tqh0{#3}}%
\def\tqbbh{\tqbbu}%
\def\tqbbb{\tqbbl}%
% quatre doubles croches
\def\qqbbh#1#2#3#4{\Ibbu0{#1}{#4}3\qh0{#1}\qh0{#2}\qh0{#3}\tqh0{#4}}\relax
\def\qqbbu{\qqbbh}\def\qqbbb{\qqbbl}%
\def\qqbbl#1#2#3#4{\Ibbl0{#1}{#2}3\qb0{#1}\qb0{#2}\qb0{#3}\tqb0{#4}}\relax
%\check
% octave basse en blanche
\def\bohl#1{\zh{!`#1}\hl{!#1}}%
\def\bohu#1{\zh{!`#1}\hu{!#1}}%
\def\sohl#1{\zh{!'#1}\hl{!#1}}%
\def\sohu#1{\zh{!'#1}\hu{!#1}}%
% octave basse en blanche pointee
\def\bohlp#1{\zhp{!`#1}\hlp{!#1}}%
\def\bohup#1{\zhp{!`#1}\hup{!#1}}%
\def\sohlp#1{\zhp{!'#1}\hlp{!#1}}%
\def\sohup#1{\zhp{!'#1}\hup{!#1}}%
%
\def\bozh#1{\zh{!`#1!#1}}%
\def\bozq#1{\zq{!`#1!#1}}%
\def\boql#1{\zq{!`#1}\ql{!#1}}%
\def\boqu#1{\zq{!`#1}\qu{!#1}}%
% octave sup. en croches u
\def\soqh#1{\zq{!'#1}\qh0{!#1}}%
\def\soqb#1{\zq{!'#1}\qb0{!#1}}%
\def\soqu#1{\zq{!'#1}\qu{!#1}}%
\def\soql#1{\zq{!'#1}\ql{!#1}}%
%\check
%
\def\interfacteur{11}%
\computewidths
\staffbotmarg=5\Interligne %
\def\lPED{\zcharnote{-5}{\hbox to 2.4\internote{\hss\Ped\kern -2pt}}}%
\def\PEDDEP{\PED\sk\sk\sk\DEP\pause}%
\def\PEDpDEP{\PED\sk\sk\sk\DEP\sk}%
\def\upsoupir#1{\raise#1\Interligne\rlap{\soupir}}
%
\debutmorceau
% call \autolines with musiCtex, not with musiXtex !!!
\ifx\mxversion\undefined\autolines {6}55\relax\fi
\advance\barsinline by 1\relax
\notes|\Uptext{\moyen\kern -20pt Lento \rm(\metron{\qu}{65})}\enotes
\vnotes 0.2\elemskip\uptext{\kern -5mm\ppff
p}|\zcharnote a{\kern -5mm\ppff mp}\enotes
%
\temps\NOtes \upsoupir2\bohlp K|\hu m\enotes
\temps\NOtes\zq{Ma}\qu d\enotes
\temps\NOtes\zq{Maf}\qu d|\qu m\enotes
% mesure 2
\barre\NOtes \upsoupir2\bohlp{^J}|\upsoupir{-2}\hup l\enotes
\temps\NOtes\zq{LN}\qu{^c}|\qu e\enotes
\temps\NOtes\zq{LN}\qu{c}|\zq h\qu e\enotes
%\check
% mesure 3
\barre\NOtes \upsoupir2\bohlp K|\hu m\enotes
\temps\NOtes\zq{Ma}\qu d\enotes
\temps\NOtes\zq{ad}|\zql f\qu m\enotes
% mesure 4
\barre\NOtes \upsoupir2\bohlp{=J}|\upsoupir{-2}\hup n\enotes
\temps\NOtes\zq{LN}\qu{=c}|\qu e\enotes
\temps\NOtes\zq{LN}\qu{c}|\zq g\qu e\enotes
% mesure 5
\barre\NOtes \upsoupir2\bohup F|\upsoupir{-2}\hu o\enotes
\temps\NOtes\zq{Ma}\qu c|\qu f\enotes
\temps\NOtes\zq{Mac}|\zql f\zq h\qu o\enotes
% mesure 6
\barre\NOtes \upsoupir2\bohlp{H}|\qu q\enotes
\temps\NOtes\zq{Ma}\qu{c}|\qu o\enotes
\temps\NOtes\zq{Mad}|\zql f\qu m\enotes
% mesure 7
%\check
\barre\NOtes \upsoupir2\bohlp J|\upsoupir{-2}\hu n\enotes
\temps\NOtes\zq L\qu N|\zq c\qu e\enotes
\temps\NOtes\zq L\qu N|\upsoupir3\zq {ce}\qu g\enotes
% mesure 8
\barre\NOtes \upsoupir2\bohlp K|\hu o\enotes
\temps\NOtes\zq{Ma}\qu d\enotes
\temps\NOtes\zq{Maf}\qu d|\qu o\enotes
% mesure 9
\barre\NOtes \upsoupir2\bohlp{H}|\upsoupir{-2}\hup n\enotes
\temps\NOtes\zq{LN}\qu{^c}|\qu e\enotes
\temps\NOtes\zq{L}\qu{c}|\zq g\qu e\enotes
% mesure 10
\barre\NOtes \upsoupir2\bohlp{^J}|\upsoupir{-2}\hu o\enotes
\temps\NOtes\zq{a^c}\qu e|\qu g\enotes
\temps\NOtes\zq{ae}\qu g|\zql h\qu o\enotes
% mesure 11
\barre\NOtes \upsoupir2\bohup{D}|\upsoupir{-2}\hup m\enotes
\temps\NOtes\zq{KMa}\qu{d}|\upsoupir{-2}\enotes
\temps\NOtes\zq{Ka}\qu{d}|\qu f\enotes
%\check
% mesure 12
\barre\NOtes \upsoupir2\bohup F|\hu o\enotes
\temps\NOtes\zq{Mad}|\zql f\enotes
\temps\NOtes\zq{ad}|\zq f\zql h\qu o\enotes
%\check
% mesure 13
\barre\NOtes \upsoupir2\bohlp{H}|\upsoupir{-2}\hup n\enotes
\temps\NOtes\zq{LN}\qu{^c}|\qu e\enotes
\temps\NOtes\zq{L}\qu{c}|\zq h\ql e\enotes
%\check
% mesure 14
\barre\NOtes \upsoupir2\bohup{F}|\qu o\enotes
\temps\NOtes\zq{Mad}|\zql{f}\qu n\enotes
\temps\NOtes\zq{ad}|\zq f\zql{h}\qu m\enotes
%\check
% mesure 15
\barre\NOtes \upsoupir2\bohup{C}|\hu n\enotes
\temps\NOtes\zq{LNc}\qu{e}|\enotes
\temps\NOtes\zq{Nce}|\upsoupir2\ql g\enotes
%\check
% mesure 16
\barre\NOtes \upsoupir2\bohup D|\hu m\enotes
\temps\NOtes\zq{KMa}\qu d\enotes
\temps\NOtes\zq{Mad}\qu f|\qu m\enotes
%\check
% mesure 17
\barre\NOtes \upsoupir2\bohlp G|\hup l\enotes
\temps\NOtes\zq{LN_b}\qu e\enotes
\temps\NOtes\zq{Nbe}\qu g|\enotes
%\check
% mesure 18
\barre\NOtes \upsoupir2\bohup D|\zcharnote b{\CREsc}\hu {^m}\enotes
\temps\NOtes\zq{K^Ma}\qu d\enotes
\temps\NOtes\zq{Mad}\qu{^f}|\qu m\enotes
%\check
% mesure 19
\barre\NOtes \upsoupir2\bohup E|\hu{^n}\enotes
\temps\NOtes\zq{L^Nb}\qu e\enotes
\temps\NOtes\zq{Nbe}|\zql{^g}\qu n\enotes
%\check
% mesure 20
\barre\NOtes \upsoupir2\bohup{^F}|\hu{^o}\enotes
\temps\NOtes\lsh a\zq{^Ma^c}|\ql{^f}\enotes
\temps\NOtes\zq{ac}|\zq f\zql{^h}\qu o\enotes
%\check
% mesure 21
\barre\NOtes \upsoupir2\bohlp{^G}|\hup{^p}\enotes
\temps\NOtes\lsh b\zq{^Nb^d}|\ql{^g}\enotes
\temps\NOtes\zq{^Mdb}|\zq g\zql{^i}\enotes
%\check
% mesure 22
\barre\NOtes \upsoupir2\bohlp{=H}|\hup{^q}\enotes
\temps\NOtes\lna a\zq{a^c}|\zq e\ql{=h}\enotes
\temps\NOtes\zq{Lc}|\zq {eg}\ql{^j}\enotes
%\check
% mesure 23
\barre\NOtes \upsoupir2\bohup{^F}|\qu{^q}\enotes
\temps\NOtes\zq{^Ma^c}|\zql{^f}\qu p\enotes
\temps\NOtes\zq{ac}|\zq f\zql{h}\qu o\enotes
%\check
% mesure 24
\barre\NOtes \upsoupir2\bohup{^C}|\hup{^n}\enotes
\temps\NOtes\lsh N\zq{^LN^c}|\ql{^e}\enotes
\temps\NOtes\zq{Nb}|\zq e\ql {^g}\enotes
%\check
% mesure 25
\barre\NOtes \upsoupir2\bohlp{K}|\hu{^m}\enotes
\temps\NOtes\zq{^Mad}|\ql{^f}\enotes
\temps\NOtes\zq{ad}|\zq f\zql {h}\qu m\enotes
%\check
% mesure 26
\barre\NOtes \upsoupir2\bohlp{^J}|\hup{l}\enotes
\temps\NOtes\lsh N\zq{LN^c}|\ql{e}\enotes
\temps\NOtes\zq{Nc}|\zq e\ql {^g}\enotes
%\check
% mesure 27
\barre\NOtes \upsoupir2\bohlp{K}\zmidtwotext{\DIMin}|\qu k\enotes
\temps\NOtes\zq{^Ma}\ql d|\qu l\enotes
\temps\NOtes\zq{ad}|\zql {^f}\qu{^m}\enotes
%\check
% mesure 28
\xbarre\NOtes \upsoupir2\bohlp{^J}|\hu{^j}\enotes
\temps\NOtes\lsh N\zq{^LN^c}|\ql{^e}\enotes
\temps\NOtes\zq{Nb}|\zq e\zql {^g}\upsoupir2\enotes
%\check
% mesure 29
\barre\NOtes \upsoupir2\bohup{^F}|\bohu{o}\enotes
\temps\NOtes\lna a\zq{^Ma}\ql{^c}|\enotes
\temps\NOtes\zq{Mac}\ql {^f}|\boqu o\enotes
%\check
% mesure 30
\barre\NOtes \upsoupir2\bohlp{^J}|\bohup{^n}\enotes
\temps\NOtes\lsh N\zq{^LN^c}|\ql{^e}\enotes
\temps\NOtes\zq{Nb}|\zq e\ql {^g}\enotes
%\check
% mesure 31
\barre\NOtes \upsoupir2\bohup{^F}|\bohu{o}\enotes
\temps\NOtes\lna a\zq{^Ma}\ql{^c}|\enotes
\temps\NOtes\zq{Mac}\qu {^f}|\boqu o\enotes
%\check
% mesure 32
\barre\NOtes \upsoupir2\bohup{E}|\bohup{p}\enotes
\temps\NOtes\zq{L^Nb}|\ql{e}\enotes
\temps\NOtes\zq{Nb}|\zq d\ql {g}\enotes
%\check
% mesure 33
\barre\NOtes \upsoupir2\bohlp{H}|\bohu{^q}\enotes
\temps\NOtes\zq{a^ce}|\ql{h}\enotes
\temps\NOtes\zq{Lc}\ql {e}|\boqu q\enotes
%\check
% mesure 34
\barre\NOtes \upsoupir2\bohlp{^J}|\boqu{s}\enotes
\temps\NOtes\zq{a^c}|\zq{^f}\zql{h}\boqu{^q}\enotes
\temps\NOtes\zq{^Mac}|\zql f\boqu o\enotes
%\check
% mesure 35
\barre\NOtes \upsoupir2\bohlp{^J}|\bohu{^n}\enotes
\temps\NOtes\lsh e\lsh N\zq{^LN^c}\ql{e}\enotes
\temps\NOtes\zq{LN}\lq b\zql c|\soupir\enotes
%\check
% mesure 36
\barre\NOtes \upsoupir2\bohup{^F}|\bohu{o}\enotes
\temps\NOtes\lna a\zq{^Ma}\ql{^c}|\enotes
\temps\NOtes\zq{Mac}\ql {^f}|\boqu o\enotes
%\check
% mesure 37
\barre\NOtes \upsoupir2\bohup{H}|\bohu{=n}\enotes
\temps\NOtes\lna a\zq{=La^c}|\ql{=e}|\enotes
\temps\NOtes\zq{ac}|\zql e\boqu n\enotes
%\check
% mesure 38
\barre\NOtes \upsoupir3\bohup K|\boqu {^m}\enotes
\temps\NOtes\zq{K^Ma}\qu d|\boqu l\enotes
\temps\NOtes\zq{Ma}\qu{^f}|\boqu k\enotes
%\check
% mesure 39
\barre\NOtes \upsoupir2\bohup{H}|\bohu{^j}\enotes
\temps\NOtes\zq{La^c}\ql{e}|\enotes
\temps\NOtes\zq{ace}|\zql h\upsoupir2\enotes
%\check
% mesure 40
\barre\NOtes \upsoupir2\bohup{G}|\bohup{p}\enotes
\temps\NOtes\zq{KNb}\ql{d}|\enotes
\temps\NOtes\zq{Nbd}|\zql g\enotes
%\check
% mesure 41
\barre\NOtes \upsoupir2\bohup{H}|\bohup{^q}\enotes
\temps\NOtes\zq{La^c}\ql{e}|\enotes
\temps\NOtes\zq{ace}|\ql h\enotes
%\check
% mesure 42
\barre\NOtes \upsoupir2\bohup{I}|\boqu{^r}\enotes
\temps\NOtes\zq{^Mb^d}|\zql{^f}\boqu{^q}\enotes
\temps\NOtes\zq{bd}|\zq h\zql {f}\qsk\boqu p\enotes
%\check
% mesure 43
\barre\NOtes \upsoupir2\bohup{E}|\bohup{s}\enotes
\temps\NOtes\zq{LN}\ql{c}|\enotes
\temps\NOtes\zq{Nc}\ql e\enotes
%\check
% mesure 44
\barre\NOtes \upsoupir2\bohup{G}|\boqu{t}\enotes
\temps\NOtes\zq{KNb}\ql d|\boqu{s}\enotes
\temps\NOtes\zq{Nbd}\zql {f}|\boqu r\enotes
%\check
% mesure 45
\barre\NOtes \upsoupir2\bohup{C}|\bohu{s}\enotes
\temps\NOtes\zq{LNc}|\ql{e}\enotes
\temps\NOtes\zq{Nc}|\zq e\zql g\boqu s\enotes
%\check
% mesure 46
\barre\NOtes \upsoupir2\bohup{G}|\bohup{r}\enotes
\temps\NOtes\zq{Nb}\ql e|\enotes
\temps\NOtes\zq{Nb}\ql d|\enotes
%\check
% mesure 47
\barre\NOtes \upsoupir2\bohup{H}|\boqu{q}\enotes
\temps\NOtes\zq{Lac}\zql{e}|\boqu p\enotes
\temps\NOtes\zq{Lac}\zql e|\boqu o\enotes
%\check
% mesure 48
\barre\NOtes \qsk\upsoupir2\bohup{G}|\qsk\bohup{_p}\enotes
\temps\NOtes\zq{KN_b}\ql d|\enotes
\temps\NOtes\zq{Nbd}|\ql g|\enotes
%\check
% mesure 49
\barre\NOtes \zmidtwotext{\it rit.}\upsoupir2\bohup{H}|\bohu{o}\enotes
\temps\NOtes\zq{La^c}\ql e|\enotes
\temps\NOtes\zq{ac}\ql e|\boqu n\enotes
%\check
% mesure 50
\barre\NOtes \zmidtwotext{\it a tempo}\upsoupir2\bohlp K|\bohu m\enotes
\temps\NOtes\zq{Ma}\qu d\enotes
\temps\NOtes\zq{Maf}\qu d|\boqu m\enotes
% mesure 51
\barre\NOtes \upsoupir2\bohlp{^J}|\bohup l\enotes
\temps\NOtes\zq{LN^c}\ql e\enotes
\temps\NOtes\zq{LNc}|\zq h\ql e\enotes
%\check
% mesure 52
\barre\NOtes \upsoupir2\bohlp K|\bohu m\enotes
\temps\NOtes\zq{Ma}\qu d\enotes
\temps\NOtes\zq{M_b}\qu d|\boqu m\enotes
% mesure 53
\barre\NOtes \upsoupir2\bohlp{=J}|\bohup n\enotes
\temps\NOtes\zq{LN=c}|\ql e\enotes
\temps\NOtes\zq{LNc}|\zq g\ql e\enotes
% mesure 54
\barre\NOtes \upsoupir2\bohup F|\bohu o\enotes
\temps\NOtes\zq{Mac}|\zql f\enotes
\temps\NOtes\zq{Mac}|\zql f\boqu o\enotes
% mesure 55
\barre\NOtes \upsoupir2\bohlp{H}|\boqu q\enotes
\temps\NOtes\zq{Ma}\qu{c}|\boqu o\enotes
\temps\NOtes\zq{Ma}\zql d|\boqu m\enotes
% mesure 56
%\check
\barre\NOtes \upsoupir2\bohlp{^J}|\bohu n\enotes
\temps\NOtes\zq {LN}|\zq{^c}\ql e\enotes
\temps\NOtes\zq L\zq N|\upsoupir3\zq {ce}\ql g\enotes
% mesure 57
\barre\NOtes \upsoupir2\bohlp K|\bohu o\enotes
\temps\NOtes\zq{Ma}\qu d\enotes
\temps\NOtes\zq{Maf}\qu d|\boqu o\enotes
% mesure 58
\barre\NOtes \upsoupir2\bohlp{G}|\bohup n\enotes
\temps\NOtes\zq{KN_b}\qu{d}|\enotes
\temps\NOtes\zq{Nbd}|\ql g\enotes
% mesure 59
%\check
\barre\NOtes \upsoupir2\bohlp{H}|\boqu o\enotes
\temps\NOtes\zq {KMa}\qu d|\boqu n\enotes
\temps\NOtes\zq {Ma}\zql d|\boqu m\enotes
% mesure 60
%\check
\barre\NOtes \upsoupir2\bohlp{J}|\bohup {_l}\enotes
\temps\NOtes\zq {_LNc}\zql{_e}\enotes
\temps\NOtes\zq {Nce}|\ql g\enotes
% mesure 61
%\check
\barre\NOtes \upsoupir2\bohlp{K}|\bohu k\enotes
\temps\NOtes\zq {K^Ma}\zql d|\enotes
\temps\NOtes\zq {Mad}\zql{^f}|\soupir\enotes
%\check
% mesure 62
\barre\NOtes \qsk\upsoupir2\bohup{G}|\bohu{n}\enotes
\temps\NOtes\zq{KN_b}\ql d|\enotes
\temps\NOtes\zq{Nb}\ql d|\boqu n\enotes
% mesure 63
%\check
\barre\NOtes \upsoupir2\bohlp{F}|\bohup {_o}\enotes
\temps\NOtes\lfl a\zq {=Mac}\zql{=f}|\enotes
\temps\NOtes\zq {acf}|\zql h\enotes
% mesure 64
%\check
\barre\NOtes \upsoupir2\bohlp{J}|\boqu n\enotes
\temps\NOtes\zq {_LNc}\zql{_e}|\boqu m\enotes
\temps\NOtes\zq {Nc}\zql{g}|\boqu{_l}\enotes
% mesure 65
%\check
\barre\NOtes \upsoupir2\bohlp{F}|\bohup {_k}\enotes
\temps\NOtes\lfl a\zq {Ma_d}\zql{f}|\enotes
\temps\NOtes\zq {adf}\zql{_h}|\enotes
% mesure 66
%\check
\barre\NOtes \upsoupir2\bohlp{G}|\cna b\cna i\bohu {i}\enotes
\temps\NOtes\zq {Nb}\zql{=d}|\enotes
\temps\NOtes\zq {bd}\zql{f}|\soupir\enotes
% mesure 67
%\check
\barre\NOtes \upsoupir2\bohlp{_H}|\zcharnote a{\ppff mf}\bohup {q}\enotes
\temps\NOtes\zq {_ac}|\zq{_e}\zql{_h}\enotes
\temps\NOtes|\zq {ceh}\ql{j}|\enotes
% mesure 68
%\check
\barre\NOtes \upsoupir2\bohlp{J}|\boqu {_s}\enotes
\temps\NOtes\zq {_ac}|\zq{_e}\zql{_h}\boqu q\enotes
\temps\NOtes|\zq {ceh}\zql{j}\qsk\fl o\boqu {o}\enotes
% mesure 69
%\check
\barre\NOtes \upsoupir3\bohlp{_L}|\bohup {n}\enotes
\temps\NOtes\zq {_LN_b}\zql{_e}\enotes
\temps\NOtes\zq {Nbe}|\ql{g}\enotes
% mesure 70
%\check
\barre\NOtes \upsoupir2\bohlp{_H}|\boqu {q}\enotes
\temps\NOtes\zq {_ac}\zql{_e}|\zq{j_l}\boqu {_o}\enotes
\temps\NOtes\zq {ce}|\zql h\zq{lo}\boqu {q}\enotes
% mesure 71
%\check
\barre\NOtes \qsk\upsoupir3\bohlp{_L}|\qsk\boqu {_p}\enotes
\temps\NOtes\zq {N_b}\zql{_e}|\zq{_i_l}\boqu {n}\enotes
\temps\NOtes\zq {be}|\zql g\zq{ln}\boqu {p}\enotes
% mesure 72
%\check
\barre\NOtes \qsk\upsoupir3\bohlp{M}|\qsk\boqu {_o}\enotes
\temps\NOtes\zq {_ac}\zql{f}|\zq{_hj}\boqu {m}\enotes
\temps\NOtes\zq {c}\zql f|\zq{jm}\boqu {o}\enotes
% mesure 73
%\check
\barre\NOtes \qsk\upsoupir3\bohlp{_L}|\qsk\bohup {_p}\enotes
\temps\NOtes\zq {_LN_b}\zql{_e}|\enotes
\temps\NOtes\zq {Nbe}|\zql g\enotes
% mesure 74
%\check
\barre\NOtes \upsoupir2\bohlp{_H}|\boqu {q}\enotes
\temps\NOtes\zq {_ac}\zql{_e}|\zq{j_l}\boqu {_o}\enotes
\temps\NOtes\zq {ce}|\zql h\zq{lo}\boqu {q}\enotes
% mesure 75
%\check
\barre\NOtes \qsk\upsoupir3\bohlp{_L}|\qsk\boqu {_p}\enotes
\temps\NOtes\zq {N_b}\zql{_e}|\zq{_i_l}\boqu {n}\enotes
\temps\NOtes\zq {be}|\zql g\zq{ln}\boqu {p}\enotes
% mesure 76
%\check
\barre\NOtes \qsk\upsoupir3\bohlp{M}|\qsk\boqu {_o}\enotes
\temps\NOtes\zq {_ac}\zql{f}|\zq{_hj}\boqu {m}\enotes
\temps\NOtes\zq {c}\zql f|\zq{jm}\boqu {o}\enotes
% mesure 77
%\check
\barre\NOtes \upsoupir3\bohlp{J}|\bohup {n}\enotes
\temps\NOtes\zq {=LNc}\zql{=e}|\enotes
\temps\NOtes\zq {Nce}|\zql g\enotes
% mesure 78
%\check
\barre\NOtes \upsoupir3\bohlp{_K}|\bohu {m}\enotes
\temps\NOtes\zq {M_a_d}\ql{f}|\enotes
\temps\NOtes\zq {KMa}\ql d|\boqu m\enotes
% mesure 79
%\check
\barre\NOtes \upsoupir3\bohlp{J}|\qsk\bohup {_l}\enotes
\temps\NOtes\zq {_LNc}\ql{_e}|\enotes
\temps\NOtes\zq {Nce}|\ql g\enotes
% mesure 80
%\check
\barre\NOtes \qsk\upsoupir3\bohlp{_K}|\qsk\zq{f_h}\boqu {_k}\enotes
\temps\NOtes\fl N\fl d\zq {KN_b}\ql{d}|\zq{_g_i}\boqu{_l}\enotes
\temps\NOtes\zq {KM_a}\ql d|\zq{hk}\boqu m\enotes
% mesure 81
%\check
\barre\NOtes \qsk\upsoupir2\bohlp{J}|\qsk\lna g\zh{=eg}\bohu {j}\enotes
\temps\NOtes\lna L\zq {L=N}\ql{c}|\enotes
\temps\NOtes\zq {Nc}\ql{=e}|\soupir\enotes
%\check
% mesure 82
\barre\NOtes \upsoupir2\zmidtwotext{\DIMin}\bohup{G}|\bohu{n}\enotes
\temps\NOtes\zq{KN_b}\ql d|\enotes
\temps\NOtes\zq{Nb}\ql d|\boqu n\enotes
%\check
% mesure 83
\barre\NOtes \upsoupir3\bohlp K|\bohup m\enotes
\temps\NOtes\zq{Ma}\qu d\enotes
\temps\NOtes\zq{Maf}\qu d|\enotes
%\check
% mesure 84
\barre\NOtes \upsoupir2\bohlp J|\zq{gj}\boqu{_l}\enotes
\temps\NOtes\zq{_LN}\ql c|\boqu{k}\enotes
\temps\NOtes\zq{LN}\qu {_e}|\boqu j\enotes
% mesure 85
%\check
\barre\NOtes \upsoupir2\bohlp{K}|\bohu k\enotes
\temps\NOtes\zq {K^Ma}\zql d|\enotes
\temps\NOtes\zq {Mad}\zql{^f}|\soupir\enotes
% mesure 86
\barre\NOtes\uptext{\kern -\Interligne\ppff
p} \upsoupir2\bohlp K|\zcharnote a{\kern -\Interligne\ppff mp}\cna m\hu m\enotes
\temps\NOtes\zq{=Ma}\qu d\enotes
\temps\NOtes\zq{Maf}\qu d|\qu m\enotes
% mesure 87
\barre\NOtes \upsoupir2\bohlp{^J}|\upsoupir{-2}\hup l\enotes
\temps\NOtes\zq{LN}\qu{^c}|\qu e\enotes
\temps\NOtes\zq{LN}\qu{c}|\zq h\qu e\enotes
%\check
% mesure 88
\barre\NOtes \upsoupir2\bohlp K|\hu m\enotes
\temps\NOtes\zq{Ma}\qu d\enotes
\temps\NOtes\zq{ad}|\zql f\qu m\enotes
% mesure 89
\barre\NOtes \upsoupir2\bohlp{=J}|\upsoupir{-2}\hup n\enotes
\temps\NOtes\zq{LN}\qu{=c}|\qu e\enotes
\temps\NOtes\zq{LN}\qu{c}|\zq g\qu e\enotes
% mesure 90
\barre\NOtes \upsoupir2\bohup F|\upsoupir{-2}\hu o\enotes
\temps\NOtes\zq{Ma}\qu c|\qu f\enotes
\temps\NOtes\zq{Mac}|\zql f\zq h\qu o\enotes
% mesure 91
\barre\NOtes \upsoupir2\bohlp{H}|\qu q\enotes
\temps\NOtes\zq{Ma}\qu{c}|\qu o\enotes
\temps\NOtes\zq{Mad}|\zql f\qu m\enotes
% mesure 92
%\check
\barre\NOtes \upsoupir2\bohlp J|\upsoupir{-2}\hu n\enotes
\temps\NOtes\zq L\qu N|\zq c\qu e\enotes
\temps\NOtes\zq L\qu N|\upsoupir3\zq {ce}\qu g\enotes
% mesure 93
\ifx\mxversion\undefined\def\atnextline{\autolines665}\fi % only with musiCtex
\barre\NOtes\upsoupir2\zmidtwotext{\it diminuendo}\bohlp K|\hu m\enotes
\temps\NOtes\zq{Ma}\qu d\enotes
\temps\NOtes\zq{Maf}\qu d|\qu m\enotes
% mesure 94
\barre\NOtes \upsoupir2\bohlp{H}|\upsoupir{-2}\hup l\enotes
\temps\NOtes\zq{LN}\qu{^c}|\qu e\enotes
\temps\NOtes\zq{LN}\qu{c}|\zq h\qu e\enotes
%\check
% mesure 95
\barre\NOtes \upsoupir2\bohlp K|\hu m\enotes
\temps\NOtes\zq{Ma}\qu d\enotes
\temps\NOtes\zq{ad}|\zql f\qu m\enotes
% mesure 96
\barre\NOtes \upsoupir2\bohlp{G}|\upsoupir{-2}\hup n\enotes
\temps\NOtes\zq{KN}\qu{_b}|\zq d\qu g\enotes
\temps\NOtes\zq{N}\qu{b}|\zq d\zq g\qu{_i}\enotes
% mesure 97
\barre\NOtes \upsoupir2\bohup F|\upsoupir{-2}\hu o\enotes
\temps\NOtes\zq{Ma}\qu c|\qu f\enotes
\temps\NOtes\zq{Mac}|\zql f\zq h\qu o\enotes
% mesure 98
\barre\NOtes \upsoupir2\bohlp{H}|\qu q\enotes
\temps\NOtes\zq{Ma}\qu{c}|\qu o\enotes
\temps\NOtes\zq{Mad}|\zql f\qu m\enotes
% mesure 99
\barre\NOtes \upsoupir2\bohlp{H}|\hup l\enotes
\temps\NOtes\zq{Lae}\qu{^c}\enotes
\temps\NOtes\zq{ace}|\ql g\enotes
% mesure 100
\barre\NOtes \pointdurgue{!`D}\upsoupir2\bohup{D}\zmidtwotext{\it rall.}\relax
|\pointdorgue n\hup k\enotes
\temps\NOtes\zq{Mad}|\ql f\enotes
\temps\NOtes\pointdorgue d\zq{Ma}\ql d\enotes
\mulooseness 1\relax
\finmorceau
\rightline{\sl \aujourdhui}\eject
\bye

View File

@ -0,0 +1,22 @@
\ifx\mxversion\undefined
\input musixtex
\input musixcpt
\input musixsty
\fi
\resetfacteurs\advance\staffbotmarg by 2\Interligne
\barsinline=0\relax\linesinpage=0\relax
\def\Transpose{0}\relax
\def\Signature{1}\relax % un dieze a la clef
\input ilestnex
\resetfacteurs\advance\staffbotmarg by 2\Interligne
\barsinline=0\relax\linesinpage=0\relax
\def\Transpose{-1}\relax
\def\Signature{-1}\relax % un bemol a la clef
\input ilestnex
\resetfacteurs\advance\staffbotmarg by 2\Interligne
\barsinline=0\relax\linesinpage=0\relax
\def\Transpose{-2}\relax
\def\Signature{-3}\relax % un bemol a la clef
\input ilestnex
\bye

View File

@ -0,0 +1,202 @@
\fulltitle{Il est n\'e, le divin enfant}
\title{Il est n\'e, le divin enfant}
\author{traditionnel\\Harmonisation Pierre Darmon}
\shortauthor{traditionnel}
\maketitle
\tracingstats=1\relax
\relativeaccidentals
\sepbarrules
%
\bigskip
% au moins deux croches basses et hautes
\def\dql#1#2{\Ibl0{#1}{#2}1\qb0{#1}\tqb0{#2}}%
\def\dqu#1#2{\Ibu0{#1}{#2}1\qh0{#1}\tqh0{#2}}%
\def\dqh{\dqu}\def\dqb{\dql}%
%
%
% soufflets crescendo et decrescendo
%
\def\soufflcr#1{\zcharnote{#1}{\kern -1cm\cresc}}%
\def\Soufflcr#1{\zcharnote{#1}{\kern -1cm\CResc}}%
%
\def\souffldim#1{\zcharnote{#1}{\kern -1cm\dimin}}%
\def\Souffldim#1{\zcharnote{#1}{\kern -1cm\DImin}}%
%
%\check
\def\nbinstruments{2}\resetsignatures
\barsinline=0\relax\linesinpage=0\relax
\global\nbporteesi=1\relax
\global\nbporteesii=1\relax
\global\cleftoksi={{6}{0}{0}{0}}%
\global\cleftoksii={{0}{0}{0}{0}}%
\songbottom{1} % to be used to make heavy bars at staff left
\songtop{2} % to be used to make heavy bars at staff left
%
\ifx\Signature\undefined\def\Signature{1}\fi
\ifx\Transpose\undefined\def\Transpose{0}\fi
%
\signaturegenerale{\Signature}%
\generalmeter{\meterfrac{4}{4}}
%\check
\def\interfacteur{12}%
\def\instrumenti{\vbox{\hsize=\parindent
\centerline{T\'enors}\centerline{basses}}}%
\def\instrumentii{\vbox{\hsize=\parindent
\centerline{Sopran.}\centerline{Altos}}}%
%\check
\def\respire{\notes&\cbreath\enotes}%
%
\def\eightpoint{\Tenpoint}%
%\check
\catcodesmusic
\def\txt#1|#2|#3&{{\vbox to 0pt{\Smalltype\baselineskip 9pt
\vss\hrule width 9pt height 0pt
\hbox{\vrule height 6pt depth 2pt width 0pt\kern -\internote
#3\kern\internote}\smallskip
\hbox{\vrule height 6pt depth 2pt width 0pt\kern -\internote
#2\kern\internote}\smallskip
\hbox{\vrule height 6pt depth 2pt width 0pt\kern -\internote
#1\kern\internote}\kern -12pt}}}%
%
\def\interfacteur{16}%
%
\debutmorceau
\autolines 784\relax
\transpose=\Transpose
\notes&\Uptext{\raise 2\Interligne\hbox{\moyen Lent}}\enotes
%
%
\Notes\zql N\qu b&\hsong{\txt |Il |&}\qu d\enotes
\temps\Notes\zql N\qu b&\hsong{\txt |est|&}\qu g\enotes
%
%\check
\barre\Notes\zql N\qu b&\hsong{\txt |n\'e|&}\qu g\enotes
\notes\rlap{\dqb NK}\dqu db&\zsong{\txt |le di-|&}\thelyrics\dqu ig\enotes
%
%\check
\barre\Notes\zql I\qu N&\hsong{\txt |vin|&}\qu d\enotes
\temps\notes\zqu b\dql KM&\hsong{\txt |en-|&}\qu g\enotes
%
%\check
\barre\hardlyrics{\txt |fant !|&}\notes\zql N\qu b&\hsong\thelyrics\qu g\enotes
\temps\Notes\soupir&\soupir\enotes
%
%\check
\barre\Notes\zql N\qu b&\hsong{\txt |Jou-|&}\qu g\enotes
\temps\notes\rlap{\dqb NM}\dqu bc&\zsong{\txt |ez haut-|&}\dqu gh\enotes
%
%\check
\barre\hardlyrics{\txt |bois, |&}\notes\zql L\qu d&\hsong\thelyrics\ql i\enotes
\temps\notes\rlap{\dqb NL}\dqu ed&\zsong{\txt |r\'eson-|&}\dql ji\enotes
%
%\check
\barre\Notes\zql M\qu c&\hsong{\txt |nez|&}\qu h\enotes
\temps\Notes\zql L\qu b&\hsong{\txt |mu-|&}\qu g\enotes
%
%\check
\barre\Notes\zql K\qu c&\hsong{\txt |set-|&}\qu h\enotes
\temps\notes\zcl M\cu c&\zsong{\txt |tes |&}\cu d\enotes
\temps\notes\ds&\ds\enotes
%
%\check
\barre\notes\zql N\qu b&\hsong{\txt |Il |&}\zql d\dqu nm\enotes
\temps\notes\zql N\qu b&\zsong{\txt |est |&}\zql g\dqu lk\enotes
%
%\check
\barre\notes\zql N\qu b&\hsong{\txt |n\'e |&}\zql g\dqu lk\enotes
\temps\notes\rlap{\dqb NK}\dqu db&\zsong{\txt |le di-|&}%
\Ibl0 ig1\zqb0 i\loff{\Ibu1ji1\qh1j}\tbl0\zqb0g\tqh1i\enotes
%
%\check
\barre\notes\zql I\qu N&\hsong{\txt |vin|&}\zql d\dqu ji\enotes
\temps\notes\zqu b\dql KM&\hsong{\txt |en-|&}\zql g\qsk\dqu hg\enotes
%
%\check
\barre\hardlyrics{\txt |fant !|&}\notes\zql N\qu b&\hsong\thelyrics\zql g\qu k\enotes
\temps\Notes\soupir&\soupir\enotes
%
%\check
\barre\hardlyrics{\txt |Chan-|&}\notes\zql N\qu b&\hsong\thelyrics\zql g\qu k\enotes
\temps\notes\zql M\dqu ca&\zsong{\txt |tons|&}\zql h\qu k\enotes
%
%\check
\barre\hardlyrics{\txt |tous |&}\notes\zql L\qu N&\hsong\thelyrics\zql i\qu l\enotes
\temps\notes\rlap{\dqb LJ}\qu a&\zsong{\txt |son a-|&}\zqu l\dql ji\enotes
%
%\check
\barre\Notes\zql K\qu d&\hsong{\txt |v\`e-|&}\zql h\qu m\enotes
\temps\Notes\zql K\qu c&\hsong{\txt |ne-|&}\zql k\qu m\enotes
%
%\check
\barre\NOTes\zhl N\hu b&\hsong{\txt |ment|&}\zhl g\zh k\hu n\enotes
\setdoublebar
%
%\check
\barre\Notes\itenu0N\tten0\itenu0N\hl N&\hsong{\txt |De-|&}\zql g\qu i\enotes
\temps\Notes&\hsong{\txt |puis|&}\zql h\qu j\enotes
%
%\check
\barre\Notes\tten0\itenu0N\hl N&\hsong{\txt |plus|&}\zql i\qu k\enotes
\temps\notes&\zsong{\txt |de qua-|&}\rlap{\dqb hg}\dqu ji\enotes
%
%\check
\barre\Notes\tten0\itenu0N\hl N&\hsong{\txt |tre|&}\zql h\qu j\enotes
\temps\Notes&\hsong{\txt |mille|&}\zql j\qu l\enotes
%
%\check
\barre\NOtes\tten0\itenu0N\hl N&\hsong{\txt |ans|&}\zhl i\hu k\enotes
%
%\check
\barre\Notes\tten0\itenu0N\hl N&\hsong{\txt |Nous|&}\zql g\qu i\enotes
\temps\Notes&\hsong{\txt |le|&}\zql h\qu j\enotes
%
%\check
\barre\Notes\tten0\itenu0N\hl N&\hsong{\txt |pro-|&}\zql i\qu k\enotes
\temps\notes&\zsong{\txt |mettaient|&}\rlap{\dqb ji}\dqu lk\enotes
%
%\check
\barre\Notes\tten0\itenu0N\hl N&\hsong{\txt |les|&}\zql h\qu j\enotes
\temps\Notes&\hsong{\txt |pro-|&}\zql g\qu i\enotes
%
%\check
\barre\Notes\tten0\qlp N&\hsong{\txt |ph\`e-|&}\zql g\qu i\enotes
\temps\notes&\hsong{\txt |tes|&}\zcl f\cu h\enotes
\temps\notes\ds&\ds\enotes
%
%\check
\barre\Notes\ql N&\hsong{\txt |De-|&}\zql g\qu i\enotes
\temps\Notes\ql M&\hsong{\txt |puis|&}\zql h\qu j\enotes
%
%\check
\barre\Notes\ql L&\hsong{\txt |plus|&}\zql i\qu k\enotes
\temps\notes\dqb MN&\zsong{\txt |de qua-|&}\rlap{\dqb hg}\dqu ji\enotes
%
%\check
\barre\Notes\ql K&\hsong{\txt |tre|&}\zql h\qu j\enotes
\temps\Notes\ql N&\hsong{\txt |mille|&}\zql j\qu l\enotes
%
%\check
\barre\NOtes\hl N&\hsong{\txt |ans|&}\zhl i\hu k\enotes
%
%\check
\barre\Notes\ql N&\hsong{\txt |Nous|&}\zql g\qu i\enotes
\temps\Notes\ql M&\hsong{\txt |at-|&}\zql h\qu j\enotes
%
%\check
\barre\Notes\ql L&\hsong{\txt |ten-|&}\zql i\qu k\enotes
\temps\notes\dqb aL&\zsong{\txt |dions cet|&}\rlap{\dqb ji}\dqu lk\enotes
%
%\check
\barre\Notes\ql M&\hsong{\txt |heu-|&}\zql h\qu j\enotes
\temps\notes\dql LI&\zsong{\txt |reux|&}\zql g\qu i\enotes
%
%\check
\barre\NOtes\hl K&\hsong{\txt |temps.|&}\zhl f\hu h\enotes
%
\finmorceau
\medskip\rightline{\it le \aujourdhui}
\absoluteaccidentals
\vfil\eject

View File

@ -0,0 +1,18 @@
\resetfacteurs\advance\staffbotmarg by 2\Interligne
\barsinline=0\relax\linesinpage=0\relax
\def\Transpose{0}%
\def\Signature{0}\relax %
\input ilfaitdx
\resetfacteurs\advance\staffbotmarg by 2\Interligne
\barsinline=0\relax\linesinpage=0\relax
\def\Transpose{-1}\relax
\def\Signature{-2}\relax % deux diezes a la clef
\input ilfaitdx
\resetfacteurs\advance\staffbotmarg by 2\Interligne
\barsinline=0\relax\linesinpage=0\relax
\def\Transpose{-2}\relax
\def\Signature{+3}\relax % un bemol a la clef
\input ilfaitdx
\bye

View File

@ -0,0 +1,171 @@
\fulltitle{Il fait danser les mondes}
\shorttitle{Il fait danser les mondes}
\fullauthor{Jean-Sbastien Bach\\Transposition
Daniel Taupin\\paroles Jacques Tournier}
\shortauthor{J.-S. Bach}
\maketitle
%
\tracingstats=1\relax
\relativeaccidentals
\sepbarrules
%
\parindent 15mm
% soufflets crescendo et decrescendo
%
\def\soufflcr#1{\zcharnote{#1}{\kern -0.5cm\cresc}}%
\def\Soufflcr#1{\zcharnote{#1}{\kern -0.5cm\CResc}}%
%
\def\souffldim#1{\zcharnote{#1}{\kern -0.5cm\dimin}}%
\def\Souffldim#1{\zcharnote{#1}{\kern -0.5cm\DImin}}%
%
%au moins deux croches basses et hautes
\def\dqb#1#2{\Ibl0{#1}{#2}1\qb0{#1}\tqb0{#2}}%
\def\dqh#1#2{\Ibu0{#1}{#2}1\qh0{#1}\tqh0{#2}}%
%
%\check
\def\nbinstruments{2}\resetsignatures
\global\nbporteesi=1\relax
\global\nbporteesii=1\relax
\global\cleftoksi={{6}{0}{0}{0}}%
\global\cleftoksii={{0}{0}{0}{0}}%
\def\lowersonginstrum{1} % to be used to make heavy bars at staff left
\def\uppersonginstrum{2} % to be used to make heavy bars at staff left
%
\signaturegenerale{\Signature}%
\generalmeter{\meterC}
%\check
\def\interfacteur{20}%
\def\instrumenti{\vbox{\hsize=\parindent
\centerline{T\'enors}\centerline{basses}}}%
\def\instrumentii{\vbox{\hsize=\parindent
\centerline{Sopran.}\centerline{Altos}}}%
%\check
%
\def\eightpoint{\Tenpoint}%
%\check
\catcode`\@=13
\catcodesmusic
%
\def\respire{\notes&\cbreath\enotes}%
%
\def\txt#1|#2|#3&{{\vbox to 0pt{\Smalltype\baselineskip 9pt
\vss\hrule width 9pt height 0pt
\hbox{\vrule height 6pt depth 2pt width 0pt\kern -\internote
#3\kern\internote}\smallskip
\hbox{\vrule height 6pt depth 2pt width 0pt\kern -\internote
#2\kern\internote}\smallskip
\hbox{\vrule height 6pt depth 2pt width 0pt\kern -\internote
#1\kern\internote}\kern -12pt}}}%
%
\elemskip 20pt\relax
\debutmorceau
%\autolines 754\relax
\transpose=\Transpose
\qspace
%
\NOtes\zql J\qu L&\hsong{\txt Chaque|Il|Il&}\zql N\qu c\enotes
\barre %1
\hardlyrics{\txt homme |est|fait&}\notes\zql L\qu N&\hsong\thelyrics\zql c\qu g\enotes
\Notes\zql J\qu c&\hsong{\txt est |en |dan-&}\zql e\qu g\enotes
\Notes\zql M\qu c&\hsong{\txt son |cha-|ser &}\zql f\qu h\enotes
\Notes\zql{^G}\qu b&\hsong{\txt re-|que |les &}\zql e\qu i\enotes
%
%\check
\barre %2
\NOtes\zhl H\hu a&\hsong{\txt fu- |pier-|mon-&}\zhl e\hu j\enotes
\Notes\zql H\qu a&\hsong{\txt ge |re |des &}\zql e\qu j\enotes
\Notes\zql a\qu c&\hsong{\txt Il |En |Les &}\zql h\qu l\enotes
%
%\check
\barre %3
\Notes\zql M\qu a&\hsong{\txt se |cha-|as-&}\zql h\qu k\enotes
\Notes\zql K\qu a&\hsong{\txt re-|que |tres &}\zql f\qu j\enotes
\Notes\zql N\qu N&\hsong{\txt pose |c\oe ur |les &}\zql e\qu j\enotes
\Notes\zql G\qu N&\hsong{\txt en |vi-|sau-&}\zql d\qu i\enotes
%
%\check
\barre %4
\NOTes\zhlp J\hup N&\hsong{\txt lui, |vant |sons &}\zhlp e\hup j\enotes
\Notes\zql J\qu L&\hsong{\txt Mais |Au |Il &}\zql N\qu c\enotes
%
%\check
\barre %5
\Notes\zql L\qu N&\hsong{\txt y |cen-|pŠ-&}\zql c\qu g\enotes
\Notes\zql J\qu c&\hsong{\txt p-|tre |se &}\zql e\qu g\enotes
\hardlyrics{\txt nŠtre |de |juge &}\notes\zql M\qu c&\hsong\thelyrics\zql f\qu h\enotes
\Notes\zql{^G}\qu b&\hsong{\txt en |la |et &}\zql e\qu i\enotes
%
%\check
\barre %6
\NOtes\zhl H\hu a&\hsong{\txt Ju- |ter-|son-&}\zhl e\hu j\enotes
\Notes\zql H\qu a&\hsong{\txt ge |re |de &}\zql e\qu j\enotes
\Notes\zql a\qu c&\hsong{\txt L'- |Au |Ren-&}\zql h\qu l\enotes
%
%\check
\barre %7
\hardlyrics{\txt prouve |fond |ver-&}\notes\zql M\qu a&\hsong\thelyrics\zql h\qu k\enotes
\Notes\zql K\qu a&\hsong{\txt et |des |se &}\zql f\qu j\enotes
\Notes\zql N\qu N&\hsong{\txt le |o-|les &}\zql e\qu j\enotes
\Notes\zql G\qu N&\hsong{\txt con-|c-|pri-&}\zql d\qu i\enotes
%
%\check
\barre %8
\NOTes\zhlp J\hup N&\hsong{\txt duit. |ans. |sons. &}\zhlp e\hup j\enotes
\notes\zql J\qu L&\zsong{\txt L'a |Il |Il &}\rlap{\dqb ef}\dqh jk\enotes
%
%\check
\barre %9
\notes\zqu c\dqb cb&\zsong{\txt fait |fait |per-&}\zql g\qu l\enotes
\notes\zqu c\dqb aN&\zsong{\txt … |ger-|ce &}\zql h\qu l\enotes
\Notes\zql {^M}\qu d&\hsong{\txt son |mer |l'im-&}\zql h\qu k\enotes
\Notes\zql K\qu d&\hsong{\txt i-|les |pos-&}\zql {^f}\qu j\enotes
%
%\check
\barre %10
\notes\zhl N\dqh dc&\zsong{\txt ma-|grai-|tu-&}\rlap{\dqb g{^f}}\dqh ih\enotes
\Notes\qu d&\hsong{\txt -- |--|-- &}\zql g\qu i\enotes
\Notes\zql G\qu b&\hsong{\txt ge |nes, |re &}\zql d\qu g\enotes
\Notes\zql {=M}\qu d&\hsong{\txt D'a-|Di-|A-&}\zql g\qu i\enotes
%
%\check
\barre %11
\Notes\zql L\qu c&\hsong{\txt mour |ri-|bais-&}\zql g\qu j\enotes
\Notes\zql K\qu d&\hsong{\txt et |ge |se &}\zql f\qu i\enotes
\Notes\zql J\qu e&\hsong{\txt de |les |les &}\zql e\qu h\enotes
\notes\zql K\dqh dc&\hsong{\txt bon-|ruis-|plus &}\zql{^f}\qu h\enotes
%
%\check
\barre %12
\NOTes\zhlp G\hup b&\hsong{\txt heur |seaux |forts &}\zhlp d\hup g\enotes
\Notes\zql I\qu N&\hsong{\txt Et |Fait |D-&}\zql d\qu g\enotes
%
%\check
\barre %13
\notes\zql J\qu N&\hsong{\txt l'at-|jail-|mas-&}\rlap{\dqb cd}\dqh ef\enotes
\Notes\zql {_I}\qu c&\hsong{\txt tend |lir |que &}\zql e\qu g\enotes
\notes\zqu c\dqb H{=I}&\hsong{\txt au |les |le &}\zql f\qu h\enotes
\notes\zql {^J}\qu {_b}&\hsong{\txt ri-|fon-|par-&}\zql e\qu g\enotes
%
%\check
\barre %14
\Notes\zhl K\hu a&\hsong{\txt va-|tai-|ju-&}\islurd1e\isluru2g\zql e\qu g\enotes
\Notes&\hsong{\txt --|--|--&}\tslur1d\tslur2f\zql d\qu f\enotes
\Notes\zql H\qu a&\hsong{\txt ge |nes, |re &}\zql c\qu e\enotes
\Notes\zql {_I}\qu L&\hsong{\txt Dont |Et |Et &}\zql c\qu g\enotes
%
%\check
\barre %15
\Notes\zql H\qu M&\hsong{\txt il |chan-|com-&}\zql c\qu f\enotes
\hardlyrics{\txt est |ter |mande &}\notes\zql G\qu N&\hsong\thelyrics\zql c\qu e\enotes
\Notes\cNa F\zql F\qu a&\hsong{\txt le |les |… &}\roff{\zql c}\qu d\enotes
\notes\zql G\dqh NM&\zsong{\txt Sei-|oi-|la &}\zql b\qu d\enotes
%
%\check
\barre %16
\NOTes\zhlp J\hup L&\hsong{\txt gneur.|seaux.|mort.&}\zhlp N\hup c\enotes
\finmorceau
\medskip\rightline{\it le \aujourdhui}
\absoluteaccidentals
\vfil\eject
\endinput

View File

@ -0,0 +1,125 @@
\input musixtex
\input musixplt
\input soul.sty % comment out this line and the next line if soul.sty not available
\sodef{\so}{}{0.15em}{0.5em}{0.5em}
\smallmusicsize
\geometricskipscale
\input musixps
\nohalfties
\def\pstiehgt{0.5}
\def\psslurhgt{1}
\def\qqsk{\off{0.25\elemskip}}
\input musixsty
\setclef1\bass\setbassclefsymbol1\bassoct
\setclef4\treble\settrebleclefsymbol4\trebleoct
\setname1{Bass Recorder}
\setname2{Tenor Recorder}
\setname3{Treble Recorder}
\setname4{Descant Recorder}
\advance\parindent by 18ex
\fulltitle{\BIgfont\so{Von fremden Ländern und Menschen}}
\subtitle{From {\rm Kinderszenen} (Scenes from Childhood), Opus~15 No.1}
\othermention{Arranged for Recorders by R. D. Tennent}
\author{Robert Schumann {\sc (1810--1856)}}
\hsize=7.275in
\vsize=9.5in
\hoffset=8.5in\advance\hoffset-\hsize\divide\hoffset2\advance\hoffset-1.0in
\voffset=11in\advance\voffset-\vsize\divide\voffset2\advance\voffset-1.0in
\def\outmorceau{\shipout\vbox{\vbox to \vsize{\vss\pagecontents\vss}\line{%
\hss\rm \copyright\ R.D. Tennent {\sc 2014}.\quad Licensed under a Creative Commons Attribution--Share Alike license.\hss}}}
\maketitle
\generalsignature{1}
\relativeaccid
\instrumentnumber4
\songbottom{1}\songtop{4}
\setmeter1{{\meterfrac24}}
\setmeter2{{\meterfrac24}}
\setmeter3{{\meterfrac68}}
\setmeter4{{\meterfrac24}}
\stafftopmarg=7.0\Interligne%
\staffbotmarg=7.0\Interligne%
\setinterinstrument1{2.5\internote}
\startbarno=1
\nobarnumbers
\def\raisebarno{8\internote}%
\def\shiftbarno{-1.0\Interligne}%
\startpiece\addspace\afterruleskip%
\systemnumbers
\znotes\zcharnote{e}{\ppff \kern-3ex mezzo staccato}&&&\en
\notes\qa N&\qa i&\ds\ibl1k5\qb1{k}\tqb1n&\isluru1k\qa i\en
\notes\qa{^J}&\qa{_i}&\ds\ibl1l5\qb1{l}\tqb1n&\qa n\en
\bar%2
\notes\qa K&\qa h&\ds\ibl1k5\qb1{k}\tqb1m&\ibl2m{-2}\qb2{.m}\sk\hroff{\tbbl2\tqb2l}\en
\notes\qa M&\qa j&\ds\ibl1k5\qb1{k}\tqb1o&\tslur1l\qa k\en
\bar%3
\notes\qa N&\qa i&\ds\ibl1k5\qb1{k}\tqb1n&\isluru1k\qa i\en
\notes\qa{^J}&\qa{_i}&\ds\ibl1l5\qb1{l}\tqb1n&\qa n\en
\bar%4
\notes\qa K&\qa h&\ds\ibl1k5\qb1{k}\tqb1m&\ibl2m{-2}\qb2{.m}\sk\hroff{\tbbl2\tqb2l}\en
\notes\qa M&\qa j&\ds\ibl1k5\qb1{k}\tqb1o&\tslur1l\qa k\en
\bar%5
\notes\qa N&\qa i&\ds\ibl1k5\qb1{k}\tqb1n&\isluru1k\qa i\en
\notes\qa{I}&\itied1g\qa g&\ds\ibl1k5\qb1{k}\tqb1n&\qa n\sk\sk\en
\bar%6
\notes\qa J&\ttie1\qa g&\ds\ibl1l5\qb1{l}\tqb1n&\ibl2l{-2}\qb2{.l}\sk\hroff{\tbbl2\tqb2k}\en
\notes\qa L&\qa g&\ds\ibl1j{5}\qb1{j}\tqb1n&\qa j\sk\sk\tfslur1o\en
\bar%7
\notes\qa K&\qa g&\ds\ibl1j{5}\qb1{j}\tqb1n&\isluru1o\qa h\en
\notes\qa{K}&\qa f&\ds\ibl1j5\qb1{j}\tqb1m&\qa k\en
\bar%8
\notes\qa G&\qa d&\ds\ibl1i5\qb1{i}\tqb1n&\tfslur1k\ha i\en
\notes\qp&\qa g&\ds\ibl1i5\qb1{i}\tqb1n&\en
\setmeter3{{\meterfrac24}}%
\setmeter2{{\meterfrac68}}%
\setleftrightrepeat%9
\changecontext%
\notes\zcharnote{A}{\ppff tenuto}\qa L&\ds\ibl1i5\qb1{i}\tqb1l&\qa n&\isluru1j\qa i\en
\notes\qa H&\ds\ibl1h5\qb1{h}\tqb1l&\qa o&\qa j\en
\bar%10
\notes\ibu0K{-2}\qb0{.K}\sk\hroff{\tbbu0\tqh0J}&\ds\ibl1h{5}\qb1{h}\tqb1k&\qa m&\qa h\en
\notes\qa I&\ds\ibl1g5\qb1{g}\tqb1k&\qa n&\tslur1j\qa i\en
\bar%11
\notes\qa J&\ds\ibu1h5\qb1{g}\tqh1j&\qa l&\isluru1n\qa g\en
\notes\off{6pt}{\smallnotesize\zqu M}\qu F&\ds\ibu1h5\qb1{f}\tqh1j&\qa l&\qa h\sk\sk\en
\bar%12
\notes\ibu0I{-2}\qb0{.I}\sk\hroff{\tbbu0\tqh0H}&\ds\ibu1g5\qb1{f}\tqh1{i}&\qa{^k}&\qa f\en
\notes\qa G&\ds\ibu1g5\qb1{g}\tqh1i&\qa{=k}&\tfslur1n\qa g\en
\setmeter3{{\meterfrac24}}%
\setmeter4{{\meterfrac68}}%
\changecontext%13
\znotes&&&\zcharnote{s}{\ppff ritardando}\en
\notes\qa J&\qa c&\ds\ibu1h5\qb1{g}\tqh1j&\isluru1m\qa e\en
\notes\qa J&\qa d&\ds\ibu1i5\qb1{h}\tqh1k&\qa f\en
\bar%14
\notes\ibu0I{-2}\qb0{.I}\sk\hroff{\tbbu0\tqh0H}&\fermataup l\ha d&\ds\ibl1g5\qb1{g}\tqb1k&\ibu2g1\qb2{.g}\sk\hroff{\tbbu2\tqh2h}\hqsk\en
\notes\fermataup N\qa G&&\ds\ibl1h{5}\qb1{h}\fermataup l\tqb1k&\ibl2i1\fermataup l\qb2{.i}\sk\tfslur1n\qqsk\roff{\tbbl2\tqb2j}\hqsk\en
\bar%15
\znotes&&&\zcharnote{t}{\kern-2ex\ppff a tempo}\en
\notes\zcharnote{e}{\ppff \kern-3.0ex mezzo staccato}\qa N&\qa i&\ds\ibl1k5\qb1{k}\tqb1n&\isluru1m\qa k\en
\notes\qa{^J}&\qa{_i}&\ds\ibl1l5\qb1{l}\tqb1n&\qa n\en
\bar%16
\notes\qa K&\qa h&\ds\ibl1k5\qb1{k}\tqb1m&\ibl2m{-2}\qb2{.m}\sk\hroff{\tbbl2\tqb2l}\en
\notes\qa M&\qa j&\ds\ibl1k5\qb1{k}\tqb1o&\tslur1l\qa k\en
\bar%17
\notes\qa N&\qa i&\ds\ibl1k5\qb1{k}\tqb1n&\isluru1k\qa i\en
\notes\qa{^J}&\qa{_i}&\ds\ibl1l5\qb1{l}\tqb1n&\qa n\en
\bar%18
\notes\qa K&\qa h&\ds\ibl1k5\qb1{k}\tqb1m&\ibl2m{-2}\qb2{.m}\sk\hroff{\tbbl2\tqb2l}\en
\notes\qa M&\qa j&\ds\ibl1k5\qb1{k}\tqb1o&\tslur1l\qa k\en
\bar%19
\notes\qa N&\qa i&\ds\ibl1k5\qb1{k}\tqb1n&\isluru1k\qa i\en
\notes\qa{I}&\itied1g\qa g&\ds\ibl1k5\qb1{k}\tqb1n&\qa n\sk\sk\en
\bar%20
\notes\qa J&\ttie1\qa g&\ds\ibl1l5\qb1{l}\tqb1n&\ibl2l{-2}\qb2{.l}\sk\hroff{\tbbl2\tqb2k}\en
\notes\qa L&\qa g&\ds\ibl1j{5}\qb1{j}\tqb1n&\qa j\en
\bar%21
\notes\qa K&\qa g&\ds\ibl1j{5}\qb1{j}\tqb1n&\qa h\en
\notes\qa{K}&\qa f&\ds\ibl1j5\qb1{j}\tqb1m&\qa k\en
\bar%22
\notes\ha G&\ha d&\ds\ibl1i5\qb1{i}\tqb1n&\thslur1k\ha i\en
\notes&&\ds\ibl1i5\qb1{i}\tqb1n&\en
\mulooseness0%
\setrightrepeat%
\endpiece
\eject
\end

View File

@ -0,0 +1,827 @@
\ifx\mxversion\undefined
\input musixtex
\input musixcpt
\input musixsty
\fi
\title{Andante KV 315}\subtitle{pour fl\^ute et orchestre}
\author{W. A. Mozart\\transcription pour fl\^ute, hautbois et orgue\\D. Taupin}
\shortauthor{W. A. Mozart / D. Taupin}
\maketitle
\parindent 2cm
\generalsignature{0}
\instrumentnumber{3}
%\setname1{P\'edale 16'}
\setname1{Orgue}
\setname2{\vbox{\hbox{Haubois}\hbox{Violon}}}
\setname3{Fl\^ute}
\setstaffs12
\setclef1{6000}
\ifx\orgue\undefined\else\setsize2{0.64}\setsize3{0.64}\fi
\ifx\oboe\undefined\else\setsize1{0.64}\setsize3{0.64}\fi
\ifx\flute\undefined\else\setsize2{0.64}\setsize1{0.64}\fi
\generalmeter{\meterfrac 24}
\def\dble{\multnoteskip 2}
\debutmorceau
\zbarre
\NOTes\zq J\ql N\zq G\ql N|\zq c\qu e\zq d\qu f&\ql j\ql i&\multnoteskip{0.7}\sk\pause\enotes
%
\barre %2
\NOtes
\ibl0K0\upz a\zq N\qb0J\upz b\zq N\qb0 b\relax
|\Ibu1eg2\lpz c\zq c\qh1e\qh1g\relax
&\Ibl2jl2\qb2j\zcharnote n{\it tr}\multnoteskip{0.6}\qb2k\relax
{\multnoteskip{0.4}\tinynotesize\Ibbu3jk1\qh3j\tqh3k}\relax
&\soupir\enotes
\NOtes
\zq J\upz c\tqb0c|\tqh1g\relax
&\tqb2l&\ds\enotes
\notes\ds|\ds&\ds&\Ibbl0lm2\zcharnote n{\it tr}\qbp0l\sk\tbbbl0\tqb0m\enotes
%
\barre %3
\notes\dble\zhu N\cl J\raise -\Interligne\ds\cl G\raise -\Interligne\ds
|\ibbu0e0\qh0c\zq c\qh0e\zq e\qh0g\zq e\tqh0c\zq e\ibbu0e0\qh0g\zq
c\qh0e\zq d\qh0f\zq b\tqh0d\relax
& \dble\dble\sk\pause
&\Ibbl0nl1\qb0n\tqb0l\dble\isluru0j\ql j\sk\tslur0k\cl k\enotes
%
\barre %4
\notes\dble\zq C\cu J\ds\zq C\cu J\ds\relax
|\qs\ibbu0d0\zq b\qh0{^d}\zq c\qh0e\zq b\tqh0d\relax
\Ibbu0df3\zq c\qh0e\zq c\qh0e\zq {=d}\qh0f\zq e\tqh0g\relax
&\dble\dble\sk\pause
&\Ibl0kl2\qb0{^k}\sk\tqb0l\sk\qs\Ibbl0ln2\qb0{lm}\tqb0n\enotes
%
\barre %5
\notes\dble\zq C\cu J\ds\cu J\ds
|\qs\ibbu0g0\zq f\qh0h\zq c\qh0f\zq f\tqh0h\Ibbu0ig3\zq h\qh0j\zq
h\qh0j\sk\zq g\qh0i\zq f\tqh0h\relax
&\dble\dble\sk\pause
&\ibbl0o0\qb0o\tbbl0\qb0m\itenu0q\tqb0q\sk
\ibbl0o0\tten0\qbp0q\relax
{\multnoteskip{0.66}\sk\nbbbl0\qb0r\tqb0q}\relax
\Ibbl0po1\qb0p\tqb0o\enotes
%
\barre %6
\notes\dble\zq C\cu J\ds\cu J\ds
|\qs\Ibbu0fd2\zq f\qh0h\zq e\qh0g\zq{^d}\tqh0{^f}\relax
\ibbu0i0\zq e\qh0g\zq g\qh0j\zq c\qh0e\zq e\tqh0g\relax
&\dble\dble\sk\pause
&\dble\Ibl0on1\zcharnote q{\it tr}\qb0o\tqb0n\ds
\multnoteskip{0.33}\zcharnote p{\it tr}\ibbl0n0\qbp0n\sk\tbbbl0\tqb0n\enotes
%
\barre %7
\notes\dble\zq H\ql a\sk\zq{_H}\ql{_a}\relax
|\qs\Ibbu0fj2\zq c\qh0f\zq f\qh0h\zq h\tqh0j\ds\Ibbu0fj2\zq c\qh0f\zq
f\qh0{_h}\zq h\tqh0j\relax
&\dble\dble\sk\pause
&\Ibbl0qo1\qb0q\tqb0o\dble\ql m\sk\cl m\enotes
%
\barre %8
\Notes\zq G\ql N|\qs\Ibbu0di2\zq b\qh0d&\relax
&\multnoteskip{0.5}\Ibbbl1nk3\qb1{nml}\tqb1k\enotes
\notes|\zq d\qh0f\zq f\tqh0i&\sk\pause
&\ql k\sk\enotes
\notes\dble\Ibu0MJ1\zq G\qh0N\zq C\tqh0J\relax
|\qs\ibbu0i0\zq f\qh0i\zq e\qh0j\zq e\tqh0g\relax
&&\sk\sk\multnoteskip{0.7}\Ibbl0lj2\qbp0l\sk\tbbbl0\tqb0j\enotes
%
\barre %9
\notes\dble\zq F\qu M\sk\zql G\ibu0L0\qh0N\tqh0N\relax
|\dble\zqp d\qup f\sk\sk\zq b\cu d\relax
&\dble\dble\sk\pause
&\ibbl0i0\isluru0i\qb0i\tslur0h\qb0h\isluru0m\qb0m\tslur0k\tqb0k\relax
\ibbl0j0\isluru0j\qb0j\tslur0i\qb0i\isluru0n\qb0n\tslur0m\tqb0m\enotes
%
\barre %10
\notes\dble\zhu N\ql J\sk\Ibl0JI1\qb0J\tqb0I\relax
|\qs\Ibbu0bd2\qh0b\qh0c\tqh0{=d}\Ibbu0eg3\qh0{^de=d}\tqh0g\relax
&\qs\Ibbu0ef2\qh0{^de}\tqh0f\Ibbu0fi3\qh0{^fgh}\tqh0i\relax
&\dble\Ibl0kl1\qb0{^k}\tqb0l\ds
\zcharnote p{\it tr}\multnoteskip{0.4}\ibbl0n0\qbp0n\sk\tbbbl0\tqb0n\enotes
%
\barre %11
\notes\dble\zq H\ql a\sk\zq{_H}\ql{_a}\relax
|\qs\Ibbu0fj2\zq f\qh0c\zq f\qh0h\zq h\tqh0j\relax
\qs\Ibbu0fj2\zq c\qh0f\zq f\qh0{_h}\zq h\tqh0j\relax
&\dble\ql j\sk\ds\cl j\relax
&{\multnoteskip{0.667}\triolet q\Ibbl0qm2\qb0{qo}\tqb0m}\relax
\dble\ql m\sk\cl m\enotes
%
\barre %12
\notes\dble\Ibu0LK1\lpz G\zq G\qh0N\lpz F\zq F\tqh0M\ds
|\dble\lpz d\zq d\Ibu0gd1\qh0g\lpz b\zq b\tqh0d\ds
&\dble\Ibu0ig2\lpz i\qh0i\lpz g\tqh0g\ds
&\ibbl0k0\qb0m\tbbl0\qb0p\tqb0p\sk\ds\enotes
\notes\cl L|\cu c&\cu g&\Ibbbl0qo3\qb0{qp_p}\tqb0o\enotes
%
\barre %13
\notes\ql M|\dble\dble\Ibu0cd1\qh0c\tqh0d\relax
&\dble\dble\Ibu0fh1\qh0f\tqh0h\relax
&\ibbbl0n0\qb0{^no=p}\tqb0o\Ibbbl0nk3\qb0{=nml}\tqb0k\enotes
\Notes\dble\ibl0N0\qb0N\tqb0N\relax
|\ds\Ibbu0gd2\zq e\qh0g\zq c\qh0e\zq b\tqh0d\relax
&\sk\sk\soupir
&\ibbl0j0\roff{\tbbl0}\qh0{jl}\sk
\multnoteskip{0.6}\nbbbl0\qb0m\tqb0k\enotes
%
\barre %14
\notes\zql J\Ibbu0JI2\qh0M\tbbu0\qh0L\tqh0L\sk\dble\zq{_L}\ql N\relax
|\qs\Ibbu0cg2\zq c\qh0N\zq c\qh0e\zq e\tqh0g\qs
\Ibbu0ej2\zq c\qh0{_e}\zq e\qh0g\zq g\tqh0j\relax
&\dble\dble\sk\pause
&\zcharnote n{\it tr}\Ibbl0kj2\qb0k\tbbl0\qb0 j\tqb0j\sk\ds\sk
\multnoteskip{0.67}\Ibbl0jn2\qbp0j\sk\tbbbl0\tqb0n\enotes
%
\barre %15
\notes\zh D\hu K|\dble\ibl1h0\qb1h\qb1{^f}\relax
&\dble\ds\isluru0m\ql k\relax
&\Ibbl0nm2\qb0n\tbbl0\qb0{^m}\itenu3m\tqb0m\enotes
\notes|\multnoteskip{0.75}\dble\dble\qb1g\itenu1h\tqb1h\relax
&\multnoteskip{0.75}\dble\dble\sk\tslur0l\itenu2j\cl j\relax
&\multnoteskip{0.75}\tten3\ibbbl0m0\qb0{mln}\tqb0m\Ibbbl0ol3\qb0{onm}\tqb0l\enotes
%
\barre %16
\notes\zh D\hu K|\dble\zcl{^f}\tten1\cu h\Ibl0po1\zq o\qb0q\zq
n\tqb0p\itenl1g\cu g\relax
&\tten2\dble\cu j\ds\ds\itenu2i\cu i\relax
&\uppersh p\zcharnote n{\it tr}\Ibbl0nk2\qb0l\tbbl0\qb0k\itenu3k\tqb0k\sk
\tten3\ibbl0k0\qb0k\tqb0p\multnoteskip{0.8}\Ibbbl0ol2\qb0{on^m}\tqb0l\enotes
%
\barre %17
\notes\zh D\hu K|\dble\zcl e\tten1\cu g\Ibl0on1\zq n\qb0p\zq
{^m}\tqb0o\zq d\cu {^f}\relax
&\tten2\dble\cu i\ds\ds\cu h\relax
&\ibbl0k0\qb0k\tbbl0\qb0j\itenu3q\tqb0q\sk
\tten3\Ibbl0qj2\qb0{qo^m}\tqb0j\enotes
%
\barre %18
\notes\dble\zq G\qu N\sk\ds\zq d\cl b\relax
|\zq d\cu g\sk\sk\sk\ds\ibbu0f0\qh0d\qh0g\tqh0{=f}\relax
&\dble\qu i\sk\soupir\relax
&\Ibbl0ip3\qb0{ikn}\tqb0p\itenu4r\ql r\enotes
%
\barre %19
\notes\dble\ibl0c0\qb0{ccc}\tqb0c\relax
|\zhl e\ibbu0j0\roff{\tbbu0}\qh0g\qh0l\sk\qh0k\sk\qh0j\sk\tbbu0\tqh0i\relax
&\dble\ibu0g0\qh0{g^gh}\tqh0{=g}\relax
&\tten4\Ibbl0rn7\roff{\tbbl0}\qb0r\qb0q\sk\qb0p\sk\qb0o\sk\tbbl0\tqb0n\enotes
%
\barre %20
\NOtes\dble\ibl0d0\qb0d\tqb0d\multnoteskip{0.7}\cl d\ds
|\dble\ibu0h0\qh0h\tqh0h\multnoteskip{0.7}\cu h\ds
&\dble\ibu0f0\qh0{^f}\tqh0f\multnoteskip{0.7}\cu f\ds
&{\multnoteskip{0.5}\Ibbbl0nk3\qb0{n^ml}\tqb0k\Ibbbl0jk3\qb0{^jkl}\tqb0k}\relax
\cl k\ds\enotes
%
\barre %21
\Notes\zq G\cu N\ds\zq K\cu D|\zq b\cu d\ds\zq c\rq d\cu{^f}\ds
&\cu g\ds\cu h\ds&\sk\sk\pause\enotes
%
\barre %22
\Notes\Ibl0HJ2\upz N\zq N\qb0G\upz a\zq a\qb0H|\ibu1g1\zq d\qh1g\zq d\qh1{^f}\relax
&\Ibl2ik2\upz i\qb2i\upz j\zq j\qb2j&\soupir\enotes
\notes\upz b\zq I\tqb0b\sk\ds
|\zq d\tqh1g\sk\ds
&\tqb2k\sk\ds
&\qs\Ibbl2kp2\qb2{kn}\tqb2p\enotes
%
\barre %23
\NOtes\zhu d\islurd0a\ql a\tslur0N\ql N|\isluru0j\ql j\tslur0i\ql i\relax
&\isluru0m\ql{^m}\tslur0n\ql n&\itenu5r\hl r\enotes
%
\barre %24
\NOtes\upz d\zq d\lq c\Ibl0Ma2\qb0{^M}\upz d\zq d\zq b\qb0N\upz f\zq{^f}\tqb0a\relax
|\ibl0k0\qb0{kk}\tqb0k\relax
&\Ibl0oq2\qb0o\zcharnote r{\it tr}\relax
\rlap{\multnoteskip{0.25}\sk\sk\tinynotesize\Ibbu1op1\qh1o\tqh1p}\relax
\qb0p\tqb0q\relax
&\tten5\itenu5r\ql r\sk
\tten5\multnoteskip{0.6}\ibbl0r0\qb0r\relax
\nbbbl0\multnoteskip{0.6}\qb0s\tqb0r\enotes
\notes\ds|\ds&\ds&\multnoteskip{0.72}\Ibbbl0ro3\qb0{rqp}\tqb0o\enotes
%
\barre %25
\Notes\ql N|\qs\ibbu1i0\zq b\qh1g\relax
&&\multnoteskip{0.5}\ibbbl0n0\qb0{nop}\tqb0o\enotes
\notes\dble\sk\ql b|\zq i\qh1k\zq g\tqh1i\ibbu0g0\zq d\qh0g\zq d\qh0g\zq d\qh0g\zq d\tqh0g\relax
&\sk\pause
&\dble\isluru0n\ql n\sk\tslur0m\cl{^m}\enotes
%
\barre %26
\Notes\ql c|\qs\ibbu1g0\zq e\qh1g\relax
&&\multnoteskip{0.5}\ibbbl0l0\qb0{l^mn}\tqb0m\enotes
\notes\dble\sk\ql N|\qh1e\zq g\tqh1e\ibbu0i0\zq j\qh0g\zq j\qh0g\zq i\qh0g\zq i\tqh0g\relax
&\sk\pause
&\dble\isluru0l\ql l\sk\tslur0k\cl{k}\enotes
%
\barre %27
\notes\ql a|\ds\ibbu0g0\zq e\qh0g\zq e\qh0g\zq e\tqh0g\relax
&\sk\sk\sk\pause
&\ibl0j0\zcharnote m{\it tr}\qbp0j\sk\sk\nbbbl0\multnoteskip{0.7}\qb0i\tqb0j\enotes
\notes\ql K|\ibbu0h0\zq{^f}\qh0h\zq f\qh0h\zq f\qh0h\zq f\tqh0h\relax
&&\Ibl0kj2\isluru0k\qb0k\sk\tslur0j\tqb0j\enotes
%
\barre %28
\NOtes\ds\Ibl1LJ3\zqu b\qb1L|\ds\zqu g\Ibl2ge3\qb2g\relax
&&\Ibu3hi1\islurd3h\qh3{^h}\tslur3i\tqh3i\enotes
\notes\dble\dble\qb1K\zcu c\tqb1J|\dble\dble\qb2{^f}\zcu g\tqb2e\relax
&\pause
&\hs\Ibbbu0gi2\qh0{g=h}\tqh0i\Ibbbl0jm3\qb0{jkl}\tqb0{^m}\enotes
%
\barre %29
\Notes\cu I|\zqup g\raise -6\Internote\qs\ibbl1f0\zq b\qb1d\relax
&\soupir&\multnoteskip{0.5}\ibbbl0n0\qb0{nop}\tqb0o\enotes
\notes\dble\ds\cu I\ds|\zq d\qb1b\zq d\tqb1b\Ibbl0ef3\zq b\qb0d\zq b\qb0d\zq d\qb0{=f}\zq d\tqb0f\relax
&\dble\sk\ds\cu{^g}\relax
&\itenu0n\cl n\sk\tten0\ibbl0o0\qb0{nrq}\tqb0p\enotes
%
\barre %30
\notes\ibu1J0\qh1J\sk\qh1J|\Ibbu0fe2\zq d\qh0f\zq c\tbbu0\qh0e\zq c\tqh0e\relax
&\Ibbu0ih2\qh0i\tbbu0\qh0h\tqh0h\relax
&\Ibbl0no1\qb0{^n}\tqb0o\qs\ccl s\enotes
\Notes\dble\qh1J\tqh1J|\dble\Ibu0hj1\zq e\qh0h\zq h\tqh0j\relax
&\dble\Ibu0jl1\qh0j\tqh0l\relax
&\multnoteskip{0.5}\qs\sk\Ibbbl0rq1\qb0r\tqb0q\qs\sk\Ibbbl0po1\qb0p\tqb0o\enotes
%
\barre %31
\Notes\zq K\ql d|\qs\ibbu1i0\zq g\qh1i\relax
&\ds
&\multnoteskip{0.71}\ibbl3n0\qbp3p\sk\tbbbl3\tbbl3\qb3n\enotes
\Notes\dble\sk\zq K\ql d|\qh1i\tqh1i\Ibbu0ig3\qh0i\zq e\qh0{^h}\lna h\zq{^f}\qh0h\tqh0g\relax
&\ibbu0k0\qh0k\tqh0k\Ibbu0ki3\qh0{k^j=j}\tqh0i\relax
&\itenu1r\tqb3r\sk\tten1\Ibbl0rp3\qb0{r^q=q}\tqb0p\enotes
%
\barre %32
\Notes\zcl K\roff{\zq d\itenu1d}\itenl0c\qu c\sk\raise -2\Internote\ds
|\qs\ibbu0g0\qh0{gg}\tqh0g\relax
&\itenl2h\qu h\relax
&\zhl o\xTrille q{8\noteskip}\enotes
\notes\dble\zcl K\ibbu0b0\roff{\zq d\tten1}\tten0\qh0c\rq d\qh0c\rq d\relax
\raise -2\Internote\rlap{\ds}\qh0c\rq d\tqh0c\relax
|\Ibbbu0fg3\qh0{^fgh}\tqh0g\ibbbu0i0\qh0{hij}\tqh0h\relax
&\tten2\Ibbbu0hi3\qh0{hij}\tqh0i\Ibbbu0jm3\qh0{jkl}\tqh0{^m}\relax
&\sk\sk\sk\sk\sk\sk\sk\multnoteskip{0.7}\tinynotesize\Ibbbu0lm1\qh0n\tqh0o\enotes
%
\barre %33
\notes\zql N\zql G\ibbu1a0\qh1b\zcharnote C{(p\'ed.)}\sk\qh1d\relax
|\Ibbbu0gh3\qh0{ghi}\tqh0h\relax
&\Ibbbl0no3\qb0{nop}\tqb0o\relax
&\ql n\enotes
\Notes\qh1b\tqh1d\zql I\raise4\Internote\qs\ibbu0N0\qh0{Nd}\tqh0N\relax
|\dble\qu g\sk\cu{^f}\relax
&\dble\isluru0n\ql n\sk\tslur0m\cl{^m}\relax
&\dble\sk\soupir\enotes
%
\barre %34
\notes\zql J\raise4\Internote\qs\sk\ibbu1M0\qh0N\relax
|\Ibbbu0ef3\qh0{e^fg}\tqh0f\relax
&\Ibbbl0lm3\qb0{l^mn}\tqb0m\relax
&\enotes
\Notes\qh1c\tqh1N\rlap{\dble\Ibl0JK1\qb0J\tqb0L}\Ibbu0aM3\qh0{cNb}\tqh0N\relax
|\dble\qu e\sk\cu d\relax
&\dble\isluru0l\ql l\sk\tslur0k\cl k\relax
&\dble\sk\pause\enotes
%
\barre %35
\notes\zqlp L\Ibbbu0LM3\qh0{L=MN}\tqh0M\relax
|\Ibbbu0cd3\qh0{cde}\tqh0d\relax
&\Ibbbl0jk3\qb0{jkl}\tqb0k\relax
&\enotes
\Notes\ibbu0L0\qh0L\tqh0N\Ibbu0LK2\qh0{LN}\roff{\zcl K}\qh0K\tqh0N\relax
|\dble\qu c\sk\cu b\relax
&\dble\isluru0j\ql j\sk\tslur0i\cl i\relax
&\dble\sk\pause\enotes
%
\barre %36
\Notes\zql J\Ibu0Lc3\qh0L\sk\nbbu0\qh0a\tqh0c|\dble\ibu0e0\qh0e\tqh0e\relax
&\Ibbu0gl3\qh0{^ghj}\tqh0l\enotes
\notes\zql K\ibl0f0\qb0d\sk\sk\tqb0d\relax
|\Ibbu0ig2\qhp0i\sk\tbbbu0\tqh0g\Ibbbu0if3\qh0{ihg}\tqh0{^f}\relax
&\islurd0k\Ibbu0ki2\qhp0k\sk\tbbbu0\tqh0i\Ibbbu0kh3\qh0{kji}\tslur0h\tqh0h\relax
&\sk\pause\enotes
%
\barre %37
\Notes\zcl G\zq {Nb}\cu d\sk\ds|\cu g\sk\ds
&\cu g\sk\ds
&\qs\isluru0g\Ibbl0gk2\qb0{gi}\tqb0k\enotes
\notes\soupir|\soupir&\soupir
&\tslur0n\ibbbl0n0\qb0n\upz k\qb0k\upz l\qb0l\upz
m\tqb0{^m}\Ibbbl0nq3\upz n\qb0n\upz o\qb0o\upz p\qb0p\upz q\tqb0q\enotes
%
\barre %38
\Notes\zq G\cu N\ds\zq D\cu K\ds|\zq {_bd}\cu g\ds\zq{ac}\rq d\cu{^f}\sk
&\cu g\ds\cu {^f}\ds&\itenu0r\hl r\enotes
%
\barre %39
\Notes\Ibl1GN2\upz N\zq N\qb1G\upz c\zq c\qb1K\relax
|\Ibu2gi2\lpz b\zq{_bd}\qh2g\zq{d^f}\qh2h\relax
&\Ibu3gi2\lpz g\qh3g\lpz h\qh3h\relax
&\tten0\itenu0r\ql r\enotes
\notes\upz b\zq N\tqb1{_b}\sk\ds
|\lpz d\zq{dg}\tqh2{_i}\sk\ds
&\lpz i\tqh3{_i}\sk\ds
&\tten0\ibbl0r0\qb0{rrr}\tqb0r\enotes
%
\barre %40
\notes\zql H\raise2\Interligne\qs\Ibbu0Ma1\qh0{^M}\zqlp a\tqh0a\relax
|\ds\sk\qs\itenl0c\ccu c\relax
&\relax
&\dble\dble\isluru1s\ql{_s}\enotes
\nspace
\notes
|\tten0\zq c\zql{_e}\Ibbu0ej3\qh0{e^fh}\tqh0j\relax
&\pause
&\tslur1m\ql{^m}\enotes
%
\barre %41
\Notes\lpz I\Ibu0NL2\zq{_I}\qh0{_b}\lpz F\zq{^F}\qh0{^M}\lpz G\zq G\tqh0N\ds
|\lpz d\Ibu0ki2\zq{dg}\qh0k\lpz d\zq{dh}\qh0j\lpz d\zq{dg}\tqh0{_i}\ds
&\upz k\Ibl0ki2\qb0k\upz j\qb0j\upz i\tqb0{_i}\ds
&\Ibl0no1\qb0n\zcharnote q{\it tr}\upperfl s\qb0o\tqb0{_p}\ds
\enotes
%
\barre %42
\notes\ql c|\ds&&\multnoteskip{0.8}\ibbbl0o0\qb0{_poq}\tqb0o\enotes
\Notes\sk\ql d|\Ibl0jh2\zq{_l}\qb0j\zq l\qb0{_i}\zq j\tqb0 h\relax
&\sk\pause
&\isluru0n\ql n\sk\tslur0m\cl{^m}\enotes
%
\barre %43
\notes\dble\zql N\hu d\sk\ql{=M}\relax
|\Ibbu0ji3\zq{^f}\qh0j\zq g\qh0{_i}\zq g\qh0i\zq g\tqh0i\relax
\qs\ibbu0i0\zq g\qh0i\zq f\qh0h\zq g\tqh0i\relax
&\dble\sk\sk\pause
&\Ibbl0on2\qb0o\tbbl0\qb0n\tqb0n\sk\ds\sk\cl n\enotes
%
\barre %44
\notes\dble\zq L\ql{^c}\sk\zq K\ql d\relax
|\qs\ibbu0i0\zq g\qh0{_i}\zq{^f}\qh0h\zq g\tqh0i\relax
\qs\ibbu0i0\zq g\qh0i\zq f\qh0h\zq g\tqh0i\relax
&\dble\sk\sk\pause
&\itenu1n\ql n\sk\sk\sk\tten1\ibbl0n0\qb0n\qb0n\qb0{^m}\tqb0n\enotes
%
\barre %45
\notes\dble\qu{^J}\sk\qu K\relax
|\zql e\ibbu0h0\qh0{gh^g}\tqh0h\ibbu0h0\zq d\qh0{=f}\zq f\qh0h\zq
e\qh0{=g}\zq d\tqh0f\relax
&\dble\sk\sk\pause
&\Ibbl0po2\qb0{_p}\tbbl0\qb0o\itenu0o\tqb0o\sk
\tten0\Ibbl0oq3\qb0{or^q}\tqb0r\enotes
%
\barre %46
\notes\zql E\raise2\Interligne\qs\Ibbu0JL1\qh0{^J}\zqlp L\tqh0L\relax
|\ds\sk\qs\itenl0N\ccu N\relax
&\relax
&\dble\dble\isluru1p\ql{_p}\enotes
\nspace
\notes
|\tten0\zq N\zql{_b}\Ibbu0bg3\qh0{b^ce}\tqh0g\relax
&\pause
&\tslur1j\ql{^j}\enotes
%
\barre %47
\Notes\lpz F\Ibu0MK2\zq F\qh0M\lpz C\zq{^C}\qh0{^J}\lpz D\zq D\tqh0K\ds
|\lpz a\Ibu0hf2\zq{ad}\qh0h\lpz a\zq{ae}\qh0g\lpz a\zq{ad}\tqh0f\ds
&\lpz h\Ibu0hf2\qh0h\lpz g\qh0g\lpz f\tqh0f\ds
&\Ibl0kl1\qb0k\zcharnote n{\it tr}\qb0l\tqb0m\ds
\enotes
%
\barre %48
\notes\ql N|\ds&&\multnoteskip{0.8}\ibbbl0l0\qb0{mln}\tqb0l\enotes
\Notes\sk\ql a|\Ibu0hf2\zq{_i}\qh0g\zq h\qh0f\zq g\tqh0 e\relax
&\pause
&\isluru0k\ql k\sk\tslur0j\cl{^j}\enotes
%
\barre %49
\notes\dble\zq K\ql a\sk\zq{=I}\ql{=b}\relax
|\ibbu0g0\zq{^c}\qh0h\zq d\qh0f\lpz d\zq d\qh0f\lpz d\zq d\tqh0f\zq d\qh0{^g}\relax
&\dble\sk\sk\pause
&\Ibbl0lk2\qb0l\tbbl0\qb0k\tqb0k\sk\qs\ibbl0m0\qb0{mm}\tqb0m\enotes
%
\barre %50
\notes\dble\zq J\ql c\sk\zq{^G}\ql{^N}\relax
|\qs\ibbu0i0\zq e\qh0h\zq e\qh0h\zq e\tqh0h\zq e\qh0{=i}\relax
&\dble\sk\pause
&\Ibbl0ml2\qb0m\tbbl0\qb0l\tqb0l\sk\qs\ibbl0k0\qb0{kk}\tqb0k\enotes
%
\barre %51
\notes\dble\zq H\ql a\sk\zq F\qu M\relax
|\zcl e\Ibbu0ih1\qh0i\tqh0h\zq c\dble\qu h\relax
&\dble\sk\sk\pause
&\ibbl0k0\qb0k\tbbl0\qb0j\itenu0o\tqb0o\sk
\multnoteskip{0.6}\Ibbl0om3\tten0\qb0o\sk\nbbbl0\qb0n\tqb0m\enotes
\notes|\zq a\cu h&&\Ibbl0lk1\qb0l\tqb0{^k}\enotes
%
\barre %52
\notes\zql E\raise2\Interligne\qs\ibbu0L0\qh0{LL}\tqh0L\dble\cu L\ds
|\Ibbu0hg3\zq c\qh0h\zq b\qh0{^g}\zq b\zq e\qh0g\zq b\zq e\tqh0g\dble\zq
{be}\cu g\ds
&\dble\dble\pause
&\Ibbl0kl2\qb0{^k}\tbbl0\qb0l\tqb0l\sk\qs\ibbl0l0\qb0{ll}\tqb0l\enotes
%
\barre %53
\notes\qs\ibbl0K0\qb0{KK}\tqb0K\relax
|\qs\ibbu0i0\rq g\sh g\zq f\qh0i\rq g\zq f\qh0i\rq g\zq f\tqh0i\relax
&\qs\ibbu0i0\qh0{ii}\tqh0i\relax
&\Ibbl0nm2\qb0n\tbbl0\qb0m\tqb0m\enotes
\notes\multnoteskip{0.7}\cl K\sk\sk\sk\ds
|\multnoteskip{0.7}\zq f\rq g\cu i\sk\sk\sk\ds
&\multnoteskip{0.7}\cu i\sk\sk\sk\ds
&\multnoteskip{0.7}\hs\ibbbl0l0\qb0{ml}\tqb0m\ibbbl0l0\qb0{nml}\tqb0m\enotes
%
\barre %54
\notes\zql G\raise3\Internote\qs\ibbl0N0\qb0{NN}\tqb0N\relax
|\qs\ibbu0i0\zq d\zq f\qh0i\zq d\zq f\qh0i\zq d\zq f\tqh0i\relax
&\qs\ibbu0i0\qh0{ii}\tqh0i\relax
&\Ibbl0qp2\qb0q\tbbl0\qb0p\tqb0p\enotes
\notes\multnoteskip{0.7}\cl N\sk\sk\sk\ds
|\multnoteskip{0.7}\zq f\rq g\cu i\sk\sk\sk\ds
&\multnoteskip{0.7}\cu i\sk\sk\sk\ds
&\multnoteskip{0.7}\hs\ibbbl0o0\qb0{po}\tqb0p\ibbbl0o0\qb0{qpo}\tqb0p\enotes
%
\barre %55
\NOTes\zq J\ql N\zq G\ql N|\zq c\qu e\zq d\qu f&\ql j\ql i&\ql q\soupir\enotes
%
\barre %56
\NOtes
\ibl0K0\upz a\zq N\qb0J\upz b\zq N\qb0 b\relax
|\Ibu1eg2\lpz c\zq c\qh1e\qh1g\relax
&\Ibl2jl2\qb2j\zcharnote n{\it tr}\multnoteskip{0.6}\qb2k\relax
{\multnoteskip{0.4}\tinynotesize\Ibbu3jk1\qh3j\tqh3k}\relax
&\soupir\enotes
\NOtes
\zq J\upz c\tqb0c|\tqh1g\relax
&\tqb2l&\ds\enotes
\notes\ds|\ds&\ds&\Ibbl0lm2\zcharnote n{\it tr}\qbp0l\sk\tbbbl0\tqb0m\enotes
%
\barre %57
\notes\dble\zhu N\cl J\raise -\Interligne\ds\cl G\raise -\Interligne\ds
|\ibbu0e0\qh0c\zq c\qh0e\zq e\qh0g\zq e\tqh0c\zq e\ibbu0e0\qh0g\zq
c\qh0e\zq d\qh0f\zq b\tqh0d\relax
& \dble\dble\sk\pause
&\Ibbl0nl1\qb0n\tqb0l\dble\isluru0j\ql j\sk\tslur0k\cl k\enotes
%
\barre %58
\notes\dble\zq C\cu J\ds\zq C\cu J\ds\relax
|\qs\ibbu0d0\zq b\qh0{^d}\zq c\qh0e\zq b\tqh0d\relax
\Ibbu0df3\zq c\qh0e\zq c\qh0e\zq {=d}\qh0f\zq e\tqh0g\relax
&\dble\dble\sk\pause
&\Ibl0kl2\qb0{^k}\sk\tqb0l\sk\qs\Ibbl0ln2\qb0{lm}\tqb0n\enotes
%
\barre %59
\notes\dble\zq C\cu J\ds\cu J\ds
|\qs\ibbu0g0\zq f\qh0h\zq c\qh0f\zq f\tqh0h\Ibbu0ig3\zq h\qh0j\zq
h\qh0j\sk\zq g\qh0i\zq f\tqh0h\relax
&\dble\dble\sk\pause
&\ibbl0o0\qb0o\tbbl0\qb0m\itenu0q\tqb0q\sk
\ibbl0o0\tten0\qbp0q\relax
{\multnoteskip{0.66}\sk\nbbbl0\qb0r\tqb0q}\relax
\Ibbl0po1\qb0p\tqb0o\enotes
%
\barre %60
\notes\dble\zq C\cu J\ds\cu J\ds
|\qs\Ibbu0fd2\zq f\qh0h\zq e\qh0g\zq{^d}\tqh0{^f}\relax
\ibbu0i0\zq e\qh0g\zq g\qh0j\zq c\qh0e\zq e\tqh0g\relax
&\dble\dble\sk\pause
&\dble\Ibl0on1\zcharnote q{\it tr}\qb0o\tqb0n\ds
\multnoteskip{0.33}\zcharnote p{\it tr}\ibbl0n0\qbp0n\sk\tbbbl0\tqb0n\enotes
%
\barre %61
\notes\dble\zq H\ql a\sk\zq{_H}\ql{_a}\relax
|\qs\Ibbu0fj2\zq c\qh0f\zq f\qh0h\zq h\tqh0j\ds\Ibbu0fj2\zq c\qh0f\zq
f\qh0{_h}\zq h\tqh0j\relax
&\dble\dble\sk\pause
&\Ibbl0qo1\qb0q\tqb0o\dble\ql m\sk\cl m\enotes
%
\barre %62
\Notes\zq G\ql N|\qs\Ibbu0di2\zq b\qh0d&\relax
&\multnoteskip{0.5}\Ibbbl1nk3\qb1{nml}\tqb1k\enotes
\notes|\zq d\qh0f\zq f\tqh0i&\sk\pause
&\ql k\sk\enotes
\notes\dble\Ibu0MJ1\zq G\qh0N\zq C\tqh0J\relax
|\qs\ibbu0i0\zq f\qh0i\zq e\qh0j\zq e\tqh0g\relax
&&\sk\sk\multnoteskip{0.7}\Ibbl0lj2\qbp0l\sk\tbbbl0\tqb0j\enotes
%
\barre %63
\notes\dble\zq F\qu M\sk\zql G\ibu0L0\qh0N\tqh0N\relax
|\dble\zqp d\qup f\sk\sk\zq b\cu d\relax
&\dble\dble\sk\pause
&\ibbl0i0\isluru0i\qb0i\tslur0h\qb0h\isluru0m\qb0m\tslur0k\tqb0k\relax
\ibbl0j0\isluru0j\qb0j\tslur0i\qb0i\isluru0n\qb0n\tslur0m\tqb0m\enotes
%
\barre %64
\notes\dble\zhu N\ql J\sk\Ibl0JI1\qb0J\tqb0I\relax
|\qs\Ibbu0bd2\qh0b\qh0c\tqh0{=d}\Ibbu0eg3\qh0{^de=d}\tqh0g\relax
&\qs\Ibbu0ef2\qh0{^de}\tqh0f\Ibbu0fi3\qh0{^fgh}\tqh0i\relax
&\dble\Ibl0kl1\qb0{^k}\tqb0l\ds
\zcharnote p{\it tr}\multnoteskip{0.4}\ibbl0n0\qbp0n\sk\tqb0n\enotes
%
\barre %65
\notes\dble\zq H\ql a\sk\zq{_H}\ql{_a}\relax
|\qs\Ibbu0fj2\zq f\qh0c\zq f\qh0h\zq h\tqh0j\relax
\qs\Ibbu0fj2\zq c\qh0f\zq f\qh0{_h}\zq h\tqh0j\relax
&\dble\ql j\sk\ds\cl j\relax
&{\multnoteskip{0.667}\triolet q\Ibbl0qm2\qb0{qo}\tqb0m}\relax
\dble\ql m\sk\cl m\enotes
%
\barre %66
\notes\dble\Ibu0LK1\lpz G\zq G\qh0N\lpz F\zq F\tqh0M\ds
|\dble\lpz d\zq d\Ibu0gd1\qh0g\lpz b\zq b\tqh0d\ds
&\dble\Ibu0ig2\lpz i\qh0i\lpz g\tqh0g\ds
&\ibbl0k0\qb0m\tbbl0\qb0p\tqb0p\sk\ds\enotes
\notes\cl L|\cu c&\cu g&\Ibbbl0qo3\qb0{qp_p}\tqb0o\enotes
%
\barre %67
\notes\ql M|\dble\dble\Ibu0cd1\qh0c\tqh0d\relax
&\dble\dble\Ibu0fh1\qh0f\tqh0h\relax
&\ibbbl0n0\qb0{^no=p}\tqb0o\Ibbbl0nk3\qb0{=nml}\tqb0k\enotes
\Notes\dble\ibl0N0\qb0N\tqb0N\relax
|\ds\Ibbu0gd2\zq e\qh0g\zq c\qh0e\zq b\tqh0d\relax
&\sk\sk\soupir
&\ibbl0j0\roff{\tbbl0}\qh0{jl}\sk
\multnoteskip{0.6}\nbbbl0\qb0m\tqb0k\enotes
%
\barre %68
\notes\zql J\Ibbu0JI2\qh0M\tbbu0\qh0L\tqh0L\sk\dble\ql N\relax
|\qs\Ibbu0cg2\zq c\qh0N\zq c\qh0e\zq e\tqh0g\qs
\Ibbu0ej2\zq c\qh0{e}\zq e\qh0g\zq g\tqh0j\relax
&\dble\dble\sk\pause
&\zcharnote n{\it tr}\Ibbl0kj2\qb0k\tbbl0\qb0 j\tqb0j\sk\ds\sk
\multnoteskip{0.67}\Ibbl0jj2\qbp0j\sk\tbbbl0\tqb0j\enotes
%
\barre %69
\Notes\zhl J\qu a\relax
|\qs\Ibbu0fj2\zq c\qh0{^f}\zq f\qh0h\zq h\tqh0j\relax
&\relax
&\Ibbl0jn2\qb0{^j}\tbbl0\qb0k\itenu0r\tqb0r\enotes
\notes\ql{_b}|\dble\qs\Ibbu0gk2\zq d\qh0g\zq g\qh0{_i}\zq i\tqh0k\relax
&\pause
&\tten0\isluru0r\Ibbbl0ro3\qb0{r=q_p}\tqb0o\Ibbbl0nk3\qb0{nml}\tslur0k\tqb0k\enotes
%
\barre %70
\Notes\zhl J\qu N\relax
|\qs\Ibbu0gk2\zq d\qh0g\zq g\qh0{_i}\zq i\tqh0k\relax
&\relax
&\zcharnote m{\it tr}\ibbl0j0\qb0k\tbbl0\qb0j\itenu0q\tqb0q\enotes
\notes\ql a|\dble\qs\Ibbu0fj2\zq c\qh0{=f}\zq f\qh0h\zq h\tqh0j\relax
&\pause
&\tten0\isluru0q\Ibbbl0qn3\qb0{q_po}\tqb0n\Ibbbl0mj3\qb0{mlk}\tslur0j\tqb0j\enotes
%
\barre %71
\Notes\ql J\relax
|\qs\Ibbu0fj2\zq a\qh0d\zq d\qh0f\zq f\tqh0h\relax
&\relax
&\zcharnote m{\it tr}\ibbl0i0\qb0j\tbbl0\qb0{_i}\itenu0p\tqb0{_p}\enotes
\Notes\ql c\relax
|\ibbu0g0\zq e\qh0{g_ih}\tqh0g\relax
&\pause
&\tten0\ibbl0p0\qb0{prq}\tqb0p\enotes
%
\barre %72
\notes\dble\ibl0N0\zq M\qb0c\zq N\qb0c\zq a\qb0c\zq N\tqb0c\relax
|\dble\ibu0g0\qh0{fef}\tqh0g\relax
&\dble\sk\pause
&\Ibbl0nl7\roff{\tbbl0}\qb0{^no}\sk\qb0{=n}\sk\qb0m\sk\tbbl0\tqb0l\enotes
%
\barre %73
\notes\dble\dble\zhup a\ibl0M0\qb0{MMM}\zcu M\tqb0M\relax
|\dble\dble\ibu0h0\qh0{hhh}\zq f\tqh0h\relax
&\dble\dble\dble\pause
&\isluru0k\Ibbbl0jk3\qb0{^jkl}\tqb0k\Ibbbl0lm3\qb0{lmn}\tslur0m\tqb0m\relax
\isluru0n\Ibbbl0no3\qb0{^nop}\tqb0o\Ibbbl0nk3\qb0{=nml}\tslur0k\tqb0k\enotes
%
\barre %74
\notes\dble\Ibu0LJ1\qh0N\tqh0G\relax
|\ibl0g0\zqu g\itenu0g\qbp0e\sk\multnoteskip{0.7}\sk\nbbbl0\qb0f\tqb0e\relax
&\sk\sk\sk\pause
&\ibl0j0\qbp0j\sk\multnoteskip{0.7}\sk\nbbbl0\qb0k\tqb0j\enotes
\Notes\cl N\ds|\tten0\zcl d\cu g\ds
&\relax
&\cl i\ds\enotes
%
\barre %75
\NOtes\zq C\cu J\ds\zq G\qu N\ds|\zq e\cu g\ds\zq{eg}\cu i\ds
&\cl j\ds\cl k\ds
&\sk\sk\pause\enotes
%
\barre %76
\Notes\lpz C\zq C\Ibu1JL2\qh1J\lpz D\zq D\qh1K\relax
|\upz j\zq j\ibu2i0\qh2g\upz i\zq g\qh2i\relax
&\upz l\Ibl3ln2\qb3l\upz m\qb3m\relax
&\soupir\enotes
\notes\lpz E\zq E\tqh1L\sk\ds
|\upz j\zq g\tqh2j\sk\ds
&\upz n\tqb3n\relax
&\qs\Ibbl0gl2\qb0{gj}\tqb0l\enotes
%
\barre %77
\NOtes\zq N\lq M\ql d\zq{LN}\ql c|\qu g\qu g\relax
&\qu i\qu j\relax
&\itenu3n\hl n\enotes
%
\barre %78
\Notes\Ibl1IK2\upz b\zq {Nb}\qb1I\upz c\zq{cN}\qb1J\relax
|\ibu2g0\qh2{gg}\relax
&\Ibl3km2\qb3k\zcharnote n{\it tr}\multnoteskip{0.33}\qb3l\tinynotesize\Ibbu0kl1\qh0k\tqh0l\relax
&\tten3\itenu3n\ql n\enotes
\notes\upz b\zq{Nb}\tqb1K\sk\ds
|\tqh2g\sk\ds
&\tqb3m\sk\ds
&\tten3\Ibbl0np3\qb0{n^no}\tqb0p\enotes
%
\barre %79
\Notes\ql c|\qs\Ibbl1ij2\zq e\qb1j\relax
&&\multnoteskip{0.5}\ibbbl0q0\qb0{qrs}\tqb0r\enotes
\notes\dble\sk\ql e|\zq l\qb1n\zq j\tqb1l\ibbu0i0\zq j\qh0g\zq j\qh0g\zq j\qh0g\zq j\tqh0g\relax
&\sk\pause
&\dble\isluru0q\ql q\sk\tslur0p\cl p\enotes
%
\barre %80
\Notes\ql f|\qs\Ibbl1hg0\zq h\qb1j\relax
&&\multnoteskip{0.5}\ibbbl0o0\qb0{opq}\tqb0p\enotes
\notes\dble\sk\ql c|\zq m\qb1j\zq j\tqb1h\ibbu0h0\zq f\qh0h\zq f\qh0h\zq e\qh0g\zq e\tqh0g\relax
&\sk\pause
&\dble\isluru0o\ql o\sk\tslur0n\cl n\enotes
%
\barre %81
\notes\ql d|\qs\ibbu0i0\zq j\qh0h\zq j\qh0h\zq j\tqh0h\relax
&\sk\sk\sk\pause
&\ibl0m0\xTrille q{3\noteskip}\qbp0m\sk\sk\nbbbl0\multnoteskip{0.7}\qb0l\tqb0m\enotes
\notes\zq N\ql d|\ibbu0h0\zq g\qh0i\zq g\qh0i\zq g\qh0i\zq g\tqh0i\relax
&&\Ibl0nm2\isluru0n\qb0n\sk\tslur0m\tqb0m\enotes
%
\barre %82
\NOtes\ds\Ibu1MK3\zqu a\qh1H\relax
|\ds\zql e\ibu2i0\qh2j\relax
&&\Ibl3kl1\isluru3k\qh3{^k}\tslur3l\tqb3l\enotes
\notes\dble\dble\zq G\qh1N\zq F\tqh1M\relax
|\dble\dble\rq j\qh2i\zcl f\zq h\tqh2j\relax
&\pause
&\hs\Ibbbl0jl2\qh0{j=k}\tqb0l\Ibbbl0mp3\qb0{mno}\tqb0p\enotes
%
\barre %83
\Notes\zq E\cu L|\zqup j\raise -6\Internote\qs\ibbl1f0\zq e\qb1g\relax
&\soupir&\multnoteskip{0.5}\ibbbl0q0\qb0{qrs}\tqb0r\enotes
\notes\dble\ds\zq C\cu J\ds|\zq e\qb1g\zq e\tqb1g\ibbl0f0\zq e\qb0g\zq g\qb0{_i}\zq
f\qb0h\zq e\tqb0{^g}\relax
&\dble\sk\ds\cu j\relax
&\itenu0q\cl q\sk\tten0\Ibbl0qn3\qb0{q_po}\tqb0{^n}\enotes
%
\barre %84
\notes\ibu1L0\zq F\qh1M\relax
|\ibu2i0\zq f\qh2h\relax
&\ibu3h0\qh3j\relax
&\Ibbl0no1\qb0{^n}\tqb0o\enotes
\Notes\dble\zq F\qh1M\zq F\qh1M\zq F\tqh1M\relax
|\dble\zq j\qh2f\zq h\qh2j\zq k\tqh2f\relax
&\dble\qh3h\qh3f\tqh3h\relax
&\multnoteskip{0.5}\qs\sk\Ibbbl0rq1\qb0r\tqb0q\relax
\qs\sk\Ibbbl0po1\qb0{=p}\tqb0o\relax
\qs\sk\Ibbbl0nm1\qb0{=n}\tqb0m\enotes
%
\barre %85
\notes\dble\zq G\qu N\sk\zq G\qu N\relax
|\qs\advance\transpose 7\ibbl0d0\zq c\qh0e\zq e\qh0g\zq e\tqb0e\relax
\ibbl0d0\zq e\qh0g\zq{a^d}\qh0{^f}\zq{b=d}\qh0{=f}\zq c\tqb0e\relax
&\itenl0g\qu g\sk\sk\sk\tten0\Ibbu0ge3\qh0{g^f=f}\tqh0e\relax
&\Ibbl0ln2\qb0l\tbbl0\qb0n\itenu0n\tqb0n\sk\tten0\Ibbl0nl3\qb0{n^m=m}\tqb0l\enotes
%
\barre %86
\Notes\zcl G\roff{\zq N\itenl1N}\itenl0M\qu M\sk\raise -4\Internote\ds
|\qs\advance\transpose 7\ibbl0e0\lq c\qh0d\lq c\qh0d\lq c\tqb0d\relax
&\itenl2d\qu d\relax
&\zhl k\xTrille q{8\noteskip}\enotes
\notes\dble\zcl G\tten0\roff{\tten1}\ibbu0L0\rq N\qh0M\rq N\qh0M\rq N\qh0M\rq N\tqh0M\relax
|\advance\transpose 7\Ibbbl0de3\qh0{bcd}\tqb0c\ibbbl0f0\qh0{def}\tqb0d\relax
&\tten2\Ibbbu0df3\qh0{def}\tqh0e\Ibbbu0fi3\qh0{fgh}\tqh0i\relax
&\dble\sk\sk\sk\multnoteskip{0.3}\tinynotesize\Ibbu0jk1\qh0j\tqh0k\enotes
%
\barre %87
\Notes\zqu C\ibbu1N0\qh1L\zcharnote C{(p\'ed.)}\qh1N\relax
|\advance\transpose 7\multnoteskip{0.5}\ibbbl0j0\qb0{jkl}\tqb0k\relax
&\multnoteskip{0.5}\ibbbu0j0\qb0{jkl}\tqh0k\relax
&\ql j\enotes
\notes\qh1c\tqh1N\zql E\ibbu1N0\qh1{LNc}\tqh1N\relax
|\dble\advance\transpose 7\ql j\sk\cl i\relax
&\dble\islurd0j\qu j\sk\tslur0i\cu i\relax
&\dble\sk\soupir\enotes
%
\barre %88
\Notes\zql F\ibbu1N0\qh1M\qh1a\relax
|\multnoteskip{0.5}\advance\transpose7\ibbbl0h0\qh0{hij}\tqb0i\relax
&\multnoteskip{0.5}\ibbbu0h0\qb0{hij}\tqh0i\relax
&\enotes
\notes\qh1c\tqh1N\zqu{^C}\ibbu1L0\qh1{^JLa}\tqh1L\relax
|\dble\advance\transpose 7\ql h\sk\cl g\relax
&\dble\islurd0h\qu h\sk\tslur0g\cu g\relax
&\dble\sk\pause\enotes
%
\barre %89
\Notes\zql D\ibbu1a0\qh1K\qh1a\relax
|\multnoteskip{0.5}\advance\transpose7\ibbbl0h0\qh0{fgh}\tqb0g\relax
&\multnoteskip{0.5}\ibbbu0f0\qb0{fgh}\tqh0g\relax
&\enotes
\notes\qh1d\tqh1{_a}\zcl I\rlap{\sk\sk\zcl J}\ibbu1N0\qh1{NdN}\tqh1c\relax
|\dble\advance\transpose 7\ql f\sk\cl e\relax
&\dble\islurd0f\qu f\sk\tslur0e\cu e\relax
&\dble\sk\pause\enotes
%
\barre %90
\Notes\zql F\multnoteskip{0.5}\ibbbu0M0\qh0{MNa}\tqh0N\relax
|\multnoteskip{0.5}\advance\transpose7\ibbbl0g0\qh0{def}\tqb0e\relax
&\multnoteskip{0.5}\ibbbu0d0\qb0{def}\tqh0e\relax
&\enotes
\notes\ibbl0N0\qb0M\tqb0c\ibbl0N0\qb0{Mc^M}\tqb0c\relax
|\dble\zq h\ql k\sk\zq h\cl{_l}\relax
&\dble\islurd0d\qu d\sk\tslur0e\cu{_e}\relax
&\sk\sk\pause\enotes
%
\barre %91
\notes\zcl G\ibbu0N0\qh0{Nc_a}\tqh0c\ibbu0N0\qh0{Nc^M}\tqh0c\relax
|\dble\ibl0k0\zq j\qb0{=l}\zq j\qh0m\zq j\qh0n\zq j\tqb0o\relax
&\dble\ibu0e0\qh0{=efe}\tqh0{_e}\relax
&\dble\dble\sk\pause\enotes
%
\barre %92
\notes\dble\pointdurgue F\zq G\qu N\sk\soupir
|\dble\pointdorgue n\zq{n}\ql j\sk\soupir
&\dble\pointdorgue m\qu{=e}\sk\soupir
&\Ibl0lj3\pointdorgue o\qbp0n\sk\sk\tbbl0\tqb0j\xTrille n{3\noteskip}\ibl0j0\qbp0k\sk\sk\multnoteskip{0.7}\nbbbl0\qb0j\tqb0k\enotes
%
\barre %93
\NOtes\zq J\ql N\zq N\ql G|\zq e\qu c\zq f\qu d\relax
&\ql j\ql i&\ql j\soupir\enotes
%
\barre %94
\NOtes
\ibl0K0\upz a\zq N\qb0J\upz b\zq N\qb0 b\relax
|\Ibu1eg2\lpz c\zq c\qh1e\qh1g\relax
&\Ibl2jl2\qb2j\zcharnote n{\it tr}\multnoteskip{0.6}\qb2k\relax
{\multnoteskip{0.4}\tinynotesize\Ibbu3jk1\qh3j\tqh3k}\relax
&\soupir\enotes
\NOtes
\zq J\upz c\tqb0c|\tqh1g\relax
&\tqb2l&\ds\enotes
\notes\ds|\ds&\ds&\Ibbl0lm2\zcharnote n{\it tr}\qbp0l\sk\tbbbl0\tqb0m\enotes
%
\barre %95
%\check
\notes\dble\zhu N\cl J\raise -\Interligne\ds\cl G\raise -\Interligne\ds
|\ibbu0e0\qh0c\zq c\qh0e\zq e\qh0g\zq e\tqh0c\zq e\ibbu0e0\qh0g\zq
c\qh0e\zq d\qh0f\zq b\tqh0d\relax
& \dble\dble\sk\pause
&\Ibbl0nl1\qb0n\tqb0l\dble\isluru0j\ql j\sk\tslur0k\cl k\enotes
%
\barre %96
%\check
\Notes\zhl J\Ibu1LN2\qh1N\sk\tqh1{_b}\relax
|\qs\Ibbu2dg2\zq b\qh2{^d}\zq c\qh2e\relax
&\relax
&\Ibl3kl3\qb3{^k}\sk\nbbl3\qb3l\enotes
%\check
\Notes\sk|\zq e\tqh2g\relax
&\relax
&\multnoteskip{0.6}\raise2\Interligne\hs\tbbbl3\tqb3l\enotes
%\check
\Notes\Ibu0MK2\qh0a\sk\tqh0M\relax
|\Ibbu0gc3\roff{\tbbu0}\zq f\qh0h\zq{=d}\qh0f\sk\tbbu0\zq{=b}\tqh0d\relax
&\pause
&\zcharnote o{\it tr}\multnoteskip{0.5}\ibbbl0n0\qb0{mlm}\tqb0n\relax
\zcharnote q{\it tr}\ibbbl0p0\qb0{ono}\tqb0p\enotes
%
\barre %97
%\check
\notes\ibl1J0\zcu L\qb1J\relax
|\zq c\ibu2f0\qh2g\relax
&&\Ibbl3on2\qbp3q\sk\tbbbl3\tqb3n\enotes
\notes\zqb1M\Ibbu4MN3\qhp4M\sk\sk\tbbbu4\tqh4a\relax
|\nbbbu2\qh2{gfe}\tqh2d\relax
&\sk\pause
&\Ibbbl3pm3\isluru4p\qb3{pon}\tqb3m\enotes
%\check
\NOtes\qb1N\zq G\tqb1N\relax
|\cu c\zq{df}\cu i\relax
&\relax
&\Ibl0lk1\qb0l\tslur4k\tqb0k\enotes
%\check
%
\barre %98
\NOTes\zqp J\qlp N\multnoteskip{0.7}\sk\ds|\isluru0i\zq d\zq f\qu i\tslur0j\multnoteskip{0.7}\zq c\zq e\cu j\ds
&\pause&\isluru0k\ql k\tslur0j\multnoteskip{0.7}\cl j\ds\enotes
%
\ifx\orgue\undefined
\ifx\flute\undefined
\ifx\oboe\undefined
\linegoal24\relax
\else\linegoal19\fi
\else\linegoal20\fi % flute
\else\linegoal20\fi % orgue
\finmorceau
\rightline{\sl \today}
\eject
\bye

View File

@ -0,0 +1,2 @@
\def\flute{xxx}
\input kv315.tex

View File

@ -0,0 +1,2 @@
\def\oboe{xxx}
\input kv315.tex

View File

@ -0,0 +1,2 @@
\def\orgue{xxx}
\input kv315.tex

View File

@ -0,0 +1,813 @@
\ifx\mxversion\undefined
\input musixtex
\input musixcpt
\input musixsty
\fi
\title{Andante KV 315}\subtitle{pour fl\^ute et orchestre}
\author{W. A. Mozart\\transcription pour orgue solo \`a 3 claviers\\(disposition
baroque avec G.O. entre R\'ecit et Positif)\\D. Taupin, 2001}
\shortauthor{W. A. Mozart / D. Taupin}
\othermention{R\'ecit : fl\^utes 8', 4', nazard {\it ad lib.}
\\G.O. : principaux 8', 4'
\\Positif : fonds 8', 4', 2' {\it ad lib.}, acc. G.O.
\\P\'edale : bourdon 16', tirasse positif
\csname HomeReg\endcsname}
\maketitle
\parindent 2cm
\generalsignature{0}
\instrumentnumber{3}
\setname1{P\'edale 16'}
\setname2{Orgue}
\setname3{R\'ecit}
\setstaffs22
\setclef1{6000}
\setclef2{6000}
\setclef3{0000}
\generalmeter{\meterfrac 24}
\def\dble{\multnoteskip 2}
\def\FourStaff{\relax
\gdef\Nextstaff{\nextstaff}\relax
\setclef2{6000}\relax
\setstaffs22\relax}
\def\ThreeStaff{\relax
\gdef\Nextstaff{\relax}\setstaffs21\relax
\setclef2{0000}\relax
}
\FourStaff
\systemnumbers
\def\freqbarno{9999}
\debutmorceau
\zbarre
\NOTes\qu J\qu G&\zmidtwotext{\llap{\bf G.O.}}\ql N\ql N|\zq c\zq e\qu j\zq d\zq f\qu i&\multnoteskip{0.7}\sk\pause\enotes
%
\barre %2
\NOtes
\ibu0K0\lpz J\qh0J\lpz G\qh0G&\Ibl1Na2\upz c\zq c\qb1N\upz b\zq N\qb1b\relax
|\Ibl2fh2\upz j\zq e\qb2j\Pince n\multnoteskip{0.6}\zq g\qb2k\relax
{\multnoteskip{0.4}\tinynotesize\Ibbu3jk1\qh3j\tqh3k}\relax
&\soupir\enotes
\NOtes
\lpz J\tqh0J&\upz c\tqb1c\relax
|\zq g\tqb2l&\ds\enotes
\notes\ds&\zmidtwotext{\bf Pos.}\ds|\ds&\Ibbl0lm2\qbp0l\turn n\sk\tbbbl0\tqb0m\enotes
%
\barre %3
\def\atnextline{\ThreeStaff}%
\notes\dble\cl J\ds\cl G\ds
&\Nextstaff\ibbu0e0\zcl N\qh0c\zq c\qh0e\zq e\qh0g\zq
e\tqh0c\zq e\ibbu0e0\qh0g\zq c\qh0e\zq d\qh0f\zq b\tqh0d\relax
&\Ibbl0nl1\qb0n\tqb0l\dble\isluru0j\ql j\sk\tslur0k\cl k\enotes
%
\barre %4
\notes\dble\cu J\ds\cu C\ds\relax
&\Nextstaff\qs\ibbu0d0\zq b\qh0{^d}\zq c\qh0e\zq b\tqh0d\relax
\Ibbu0df3\zq c\qh0e\zq c\qh0e\zq {=d}\qh0f\zq e\tqh0g\relax
&\Ibl0kl2\qb0{^k}\sk\tqb0l\sk\qs\Ibbl0ln2\qb0{lm}\tqb0n\enotes
%
\barre %5
\notes\dble\cu J\ds\cu J\ds
&\Nextstaff\qs\ibbu0g0\zq f\qh0h\zq c\qh0f\zq f\tqh0h\Ibbu0ig3\zq h\qh0j\zq
h\qh0j\sk\zq g\qh0i\zq f\tqh0h\relax
&\ibbl0o0\qb0o\tbbl0\qb0m\itenu0q\tqb0q\sk
\ibbl0o0\tten0\qbp0q\relax
{\multnoteskip{0.66}\sk\nbbbl0\qb0r\tqb0q}\relax
\Ibbl0po1\qb0p\tqb0o\enotes
%
\barre %6
\notes\dble\cu J\ds\cu J\ds
&\Nextstaff\qs\Ibbu0fd2\zq f\qh0h\zq e\qh0g\zq{^d}\tqh0{^f}\relax
\ibbu0i0\zq e\qh0g\zq g\qh0j\zq c\qh0e\zq e\tqh0g\relax
&\dble\Ibl0on1\Pince q\qb0o\tqb0n\ds
\multnoteskip{0.33}\ibbl0n0\qbp0n\uppersh m\turn r\sk\tbbbl0\tqb0n\enotes
%
\barre %7
\notes\dble \cu H\ds\qu{_H}\ds\relax
&\Nextstaff\qs\Ibbu0fj2\zq c\qh0f\zq f\qh0h\zq h\tqh0j\ds\Ibbu0fj2\zq c\qh0f\zq
f\qh0{_h}\zq h\tqh0j\relax
&\Ibbl0qo1\qb0q\tqb0o\dble\ql m\sk\cl m\enotes
%
\barre %8
\Notes\cu G\relax
&\Nextstaff\qs\Ibbu0di2\zq b\qh0d\relax
&\multnoteskip{0.5}\Ibbbl1nk3\qb1{nml}\tqb1k\enotes
\notes\ds&\Nextstaff\zq d\qh0f\zq f\tqh0i\relax
&\ql k\sk\enotes
\notes\dble\cu J\sk\relax
&\Nextstaff\qs\ibbu0i0\zq f\qh0i\zq e\qh0j\zq e\tqh0g\relax
&\sk\sk\multnoteskip{0.7}\Ibbl0lj2\qbp0l\sk\tbbbl0\tqb0j\enotes
%
\barre %9
\notes\dble\cu F\ds\cu G\ds
&\Nextstaff\dble\zql d\qup f\sk\Ibu0ad0\qh0N\zq{d}\tqh0b\relax
&\ibbl0i0\isluru0i\qb0i\tslur0h\qb0h\isluru0m\qb0m\tslur0k\tqb0k\relax
\ibbl0j0\isluru0j\qb0j\tslur0i\qb0i\isluru0n\qb0n\tslur0m\tqb0m\enotes
%
\barre %10
\notes\dble\qu J\sk\Ibu0JI1\qh0J\tqh0I\relax
&\Nextstaff\zql N\ds\Ibbu0ef2\zq{^d}\qh0b\zq e\qh0c\zq
f\tqh0{=d}\Ibbu0eg3\zq{^f}\qh0{^d}\zq e\qh0{g}\zq{=d}\qh0h\zq i\tqh0g\relax
&\dble\Ibl0kl1\qb0{^k}\tqb0l\ds
\multnoteskip{0.4}\ibbl0n0\qbp0n\turn o\sk\tbbbl0\tqb0n\enotes
%
\barre %11
\notes\dble\qu H\sk\qu{_H}\relax
&\Nextstaff\zcu j\raise -4\Internote\qs\Ibbu0fj2\zq f\qh0c\zq f\qh0h\zq h\tqh0j\relax
\qs\Ibbu0fj2\zq c\qh0f\zq f\qh0{_h}\zq h\tqh0j\relax
&{\multnoteskip{0.667}\triolet q\Ibbl0qm2\qb0{qo}\tqb0m}\relax
\dble\ql m\sk\cl m\enotes
%
\barre %12
\notes\dble\Ibu0GF1\lpz G\qh0G\tqh0F\ds
&\Nextstaff\dble\lpz d\zq d\zq g\Ibu0ig1\qh0i\zq b\zq g\tqh0d\ds
&\ibbl0k0\qb0m\tbbl0\qb0p\tqb0p\sk\ds\enotes
\notes\cl L&\Nextstaff\zq c\cu g&\Ibbbl0qo3\qb0{qp_p}\tqb0o\enotes
%
\barre %13
\notes\ql M\relax
&\Nextstaff\dble\dble\Ibu0fh1\zq c\qh0f\zq d\tqh0h\relax
&\ibbbl0n0\qb0{^no=p}\tqb0o\Ibbbl0nk3\qb0{=nml}\tqb0k\enotes
\Notes\dble\ql N\relax
&\Nextstaff\ds\Ibbu0gd2\zq e\qh0g\zq c\qh0e\zq b\tqh0d\relax
&\ibbl0j0\roff{\tbbl0}\qh0{jl}\sk
\multnoteskip{0.6}\nbbbl0\qb0m\tqb0k\enotes
%
\barre %14
\notes\dble\qu J\sk\ql{_L}\relax
&\Nextstaff\Ibbu0bg3\qh0M\zq c\qh0N\zq c\qh0e\zq e\tqh0g\relax
\qs\Ibbu0ej2\zq c\qh0{_e}\zq e\qh0g\zq g\tqh0j\relax
&\pince n\Ibbl0kj2\qb0k\tbbl0\qb0 j\tqb0j\sk\ds\sk
\multnoteskip{0.67}\Ibbl0jn2\qbp0j\sk\tbbbl0\tqb0n\enotes
%
\barre %15
\notes\hl K\relax
&\Nextstaff\dble\raise 4\Internote\rlap{\ds}\ibl1h0\qb1h\zqu k\qb1{^f}\relax
&\Ibbl0nm2\qb0n\tbbl0\qb0{^m}\itenu3m\tqb0m\enotes
\notes&\Nextstaff\multnoteskip{0.75}\dble\dble\qb1g\zcu j\tqb1h\relax
&\multnoteskip{0.75}\tten3\ibbbl0m0\qb0{mln}\tqb0m\Ibbbl0ol3\qb0{onm}\tqb0l\enotes
%
\barre %16
\notes\hl K\relax
&\Nextstaff\dble\zql{^f}\raise 2\Internote\ds\Ibu0ji1\zq h\qh0j\raise -6\Internote\rlap{\ds}\relax
\zq g\tqh0i\zq g\cu i\relax
&\uppersh o\pince n\Ibbl0lk2\qb0l\tbbl0\qb0k\itenu3k\tqb0k\sk
\tten3\ibbl0k0\qb0k\tqb0p\multnoteskip{0.8}\Ibbbl0ol2\qb0{on^m}\tqb0l\enotes
%
\def\atnextline{\FourStaff}%
\barre %17
\notes\hl K\relax
&\Nextstaff\dble\zql e\raise 2\Internote\ds\raise
-6\Internote\rlap{\ds}\Ibu0ih1\roff{\zq h\itenu0h}\qb0g\zq
{^f}\tten0\itenu0h\tqh0h\zq d\tten0\itenl0d\zq h\cu {^f}\relax
&\ibbl3k0\qb3k\tbbl3\qb3j\itenu3q\tqb3q\sk
\tten3\Ibbl0qj2\qb0{qo^m}\tqb0j\enotes
%
\barre %18
\notes\dble\ql N\sk\soupir
&\Nextstaff\tten0\zq d\zq i\qu g\sk\sk\sk\ds\ibbu0f0\qh0d\zcl b\qh0g\tqh0{=f}\relax
&\Ibbl0ip3\qb0{ikn}\tqb0p\itenu4r\ql r\enotes
%
\barre %19
\notes\hl L\relax
&\Nextstaff\rlap{\ibbu0j0\roff{\tbbu0}\qh0g\qh0l\sk\qh0k\sk\qh0j\sk\tbbu0\tqh0i}\relax
\dble\Ibl0eg3\qb0{e^gh}\tqb0{=g}\relax
&\tten4\Ibbl0rn7\roff{\tbbl0}\qb0r\qb0q\sk\qb0p\sk\qb0o\sk\tbbl0\tqb0n\enotes
%
\barre %20
\NOtes\dble\qup K\sk\multnoteskip{0.5}\sk\ds
&\Nextstaff \dble\ibu0h0\zq{^f}\qh0h\zq f\tqh0h\multnoteskip{0.5}\zq f\cu h\ds
&{\multnoteskip{0.5}\Ibbbl0nk3\qb0{n^ml}\tqb0k\Ibbbl0jk3\qb0{^jkl}\tqb0k}\relax
\cl k\ds\enotes
%
\barre %21
\Notes\cu G\ds\cu D\ds
&\uptext{\rlap{\bf G.O.}}\relax
\cl N\ds\cl K\ds|\zq b\zq g\cu d\ds\zq h\zq c\rq d\cu{^f}\ds
&\sk\sk\pause\enotes
%
\barre %22
\Notes\Ibu0GI2\lpz G\qh0G\lpz H\qh0H\relax
&\Ibl3Nb3\upz N\qb3N\upz a\qb3a\relax
|\Ibu1ik2\lpz d\zq i\zq d\qh1g\lpz d\zq j\zq d\qh1{^f}\relax
&\soupir\enotes
\notes\lpz I\tqh0I\sk\ds
&\upz b\tqb3b\sk\ds
|\lpz d\zq d\zq k\tqh1g\sk\ds
&\qs\Ibbl2kp2\qb2{kn}\tqb2p\enotes
%
\def\atnextline{\ThreeStaff}%
\barre %23
\NOtes\ql a\ql N\relax
&\Nextstaff\lsh m\zq k\itenu2k\zhl k\islurd0j\lq j\isluru1m\ql{m}\tten2\zq k\tslur0i\zq i\tslur1n\ql n\relax
&\itenu5r\hl r\enotes
%
\barre %24
\NOtes\upz M\Ibl0Ma2\qb0{^M}\upz N\qb0N\upz a\tqb0a\relax
&\Nextstaff\upz o\lq j\zq k\Ibl0jk2\qb0o\Pince r\relax
\rlap{\multnoteskip{0.25}\sk\sk\tinynotesize\Ibbu1op1\qh1o\tqh1p}\relax
\zq k\qb0p\zq{^m}\tqb0q\relax
&\tten5\itenu5r\ql r\sk
\tten5\multnoteskip{0.6}\ibbl0r0\qb0r\relax
\nbbbl0\multnoteskip{0.6}\qb0s\tqb0r\enotes
\notes\ds&\Nextstaff\ds&\multnoteskip{0.72}\Ibbbl0ro3\qb0{rqp}\tqb0o\enotes
%
\barre %25
\Notes\ql N\relax
&\Nextstaff\zmidtwotext{\bf Pos.}\qs\ibbu1i0\zq b\qh1g\relax
&\multnoteskip{0.5}\ibbbl0n0\qb0{nop}\tqb0o\enotes
\notes\dble\sk\ql b\relax
&\Nextstaff\zq i\qh1k\zq g\tqh1i\ibbu0g0\zq d\qh0g\zq d\qh0g\zq d\qh0g\zq d\tqh0g\relax
&\dble\isluru0n\ql n\sk\tslur0m\cl{^m}\enotes
%
\barre %26
\Notes\ql c\relax
&\Nextstaff\qs\ibbu1g0\zq e\qh1g\relax
&\multnoteskip{0.5}\ibbbl0l0\qb0{l^mn}\tqb0m\enotes
\notes\dble\sk\ql N\relax
&\Nextstaff\qh1e\zq g\tqh1e\ibbu0i0\zq j\qh0g\zq j\qh0g\zq i\qh0g\zq i\tqh0g\relax
&\dble\isluru0l\ql l\sk\tslur0k\cl{k}\enotes
%
\barre %27
\notes\ql a\relax
&\Nextstaff\ds\ibbu0g0\zq e\qh0g\zq e\qh0g\zq e\tqh0g\relax
&\ibl0j0\xTrille n{3\noteskip}\qbp0j\sk\sk\nbbbl0\multnoteskip{0.7}\qb0i\tqb0j\enotes
\notes\ql K\relax
&\Nextstaff\ibbu0h0\zq{^f}\qh0h\zq f\qh0h\zq f\qh0h\zq f\tqh0h\relax
&\Ibl0kj2\isluru0k\qb0k\sk\tslur0j\tqb0j\enotes
%
\barre %28
\NOtes\ds\Ibl1LJ3\qb1L\relax
&\Nextstaff\ds\zql b\zq g\ibu2g0\qu2g\relax
&\Ibu3hi1\islurd3h\qh3{^h}\tslur3i\tqh3i\enotes
\notes\dble\dble\qb1K\tqb1J\relax
&\Nextstaff\dble\dble\qh2{^f}\zcl e\tqh2g\relax
&\hs\Ibbbu0gi2\qh0{g=h}\tqh0i\Ibbbl0jm3\qb0{jkl}\tqb0{^m}\enotes
%
\barre %29
\Notes\cu I\relax
&\Nextstaff\zqup g\raise -6\Internote\qs\ibbl1f0\zq b\qb1d\relax
&\multnoteskip{0.5}\ibbbl0n0\qb0{nop}\tqb0o\enotes
\notes\dble\ds\cu I\ds
&\Nextstaff\zq d\qb1b\zq d\tqb1b\Ibbl0ef3\zq b\qb0d\zq b\qb0d\zcu
{^g}\qb0g\zq d\tqb0f\relax
&\itenu0n\cl n\sk\tten0\ibbl0o0\qb0{nrq}\tqb0p\enotes
%
\def\atnextline{\FourStaff}%
\barre %30
\notes\ibu1J0\qh1J\sk\qh1J\relax
&\Nextstaff\Ibbu0ih2\zq d\zq i\qh0f\zq c\zq h\tbbu0\qh0e\zq {hc}\tqh0e\relax
&\Ibbl0no1\qb0{^n}\tqb0o\qs\ccl s\enotes
\Notes\dble\qh1J\tqh1J\relax
&\Nextstaff\dble\Ibu0jl1\zq {je}\qh0h\zq {lh}\tqh0j\relax
&\multnoteskip{0.5}\qs\sk\Ibbbl0rq1\qb0r\tqb0q\qs\sk\Ibbbl0po1\qb0p\tqb0o\enotes
%
\barre %31
\Notes\ql K\relax
&\Nextstaff\qs\Ibbu1ik2\zq g\qh1i\relax
&\multnoteskip{0.71}\ibbl3n0\qbp3p\sk\tbbbl3\tbbl3\qb3n\enotes
\Notes\dble\sk\ql K\relax
&\Nextstaff\zq k\qh1i\zq k\tqh1i\Ibbu0ki3\zq k\qh0i\lsh h\zq{^j}\zq e\qh0h\zq{=j}\lna
h\zq{^f}\qh0h\zq i\tqh0g\relax
&\itenu1r\tqb3r\sk\tten1\Ibbl0rp3\qb0{r^q=q}\tqb0p\enotes
%
\barre %32
\Notes\ql K\relax
&\midtwotext{\bf G.O.}|\zqu h\itenu2h\raise -4\Internote\qs\ibbl0g0\qh0{gg}\tqb0g\relax
&\zhl o\xTrille q{8\noteskip}\enotes
\notes\dble\zcl K\sk\sk\ds
&\Nextstaff\zcl {^f}\tten2\Ibbbu0hi3\qh0{hij}\tqh0i\Ibbbu0jm3\qh0{jkl}\tqh0{^m}\relax
&\sk\sk\sk\sk\sk\sk\sk\multnoteskip{0.7}\tinynotesize\Ibbbu0lm1\qh0n\tqh0o\enotes
%
\barre %33
\notes\qu G\relax
&\Nextstaff\Uptext{\bf m.g.}\Ibbbl0no3\qb0{nop}\tqb0o\relax
&\itenu3n\cl n\enotes
\nspace
\Notes\dble\sk\qu I\sk\relax
&\zcharnote f{\bf m.g.}\qs\ccl d\ibbl0N0\qb0{bNb}\tqb0N\relax
|\bracket m{22}\Uptext{\bf m.d.}\dble\isluru0n\ql n\sk\tslur0k\cl{^m}\relax
&\dble\tten3\cl n\ds\soupir\enotes
%
\barre %34
\notes\qu J\relax
&\qs\sk\ibbl1M0\qh1N\relax
|\Ibbbl0lm3\qb0{l^mn}\tqb0m\relax
&\enotes
\Notes\dble\sk\Ibu0JK1\qh0J\tqh0K\relax
&\qb1c\tqb1N\Ibbl0aM3\qb0{cNb}\tqb0N\relax
|\dble\isluru0l\ql l\sk\tslur0k\cl k\relax
&\dble\sk\pause\enotes
%
\barre %35
\notes\zqlp L\relax
&\Ibbbl0LM3\qb0{L=MN}\tqb0M\relax
|\Ibbbl0jk3\qb0{jkl}\tqb0k\relax
&\enotes
\Notes\dble\sk\sk\cl K\relax
&\ibbl0L0\qb0L\tqb0N\Ibbl0LK2\qb0{LN}\qb0K\tqb0N\relax
|\dble\isluru0j\ql j\sk\tslur0i\cl i\relax
&\dble\sk\pause\enotes
%
\barre %36
\Notes\qu J\relax
&\Ibl0Lc3\qb0L\sk\nbbl0\qb0a\tqb0c\relax
|\rlap{\dble\ibl0g0\qb0e\tqb0e}\Ibbu0gl3\qh0{^ghj}\tqh0l\enotes
\notes\qu K\relax
&\ibl0d0\qb0d\sk\sk\tqb0d\relax
|\islurd0k\Ibbu0ki2\qhp0k\sk\tbbbu0\tqh0i\Ibbbu0kh3\qh0{kji}\tslur0h\tqh0h\relax
&\sk\pause\enotes
%
\barre %37
\Notes\cu G\sk\ds
&\zq {Nb}\cl d\sk\ds|\cu g\sk\ds
&\qs\isluru0g\Ibbl0gk2\qb0{gi}\tqb0k\enotes
\notes\soupir&\soupir|\soupir
&\tslur0n\ibbbl0n0\qb0n\upz k\qb0k\upz l\qb0l\upz
m\tqb0{^m}\Ibbbl0nq3\upz n\qb0n\upz o\qb0o\upz p\qb0p\upz q\tqb0q\enotes
%
\barre %38
\Notes\cu G\ds\cu D\ds\relax
&\Nextstaff\zq {_bd}\cu g\ds\zq{ac}\rq d\cu{^f}\sk
&\itenu0r\hl r\enotes
%
\barre %39
\Notes\Ibl1GN2\upz G\qb1G\upz K\qb1K\relax
&\Nextstaff\Ibu2gi2\lpz b\zq{_bd}\qh2g\lpz d\zq{d^f}\qh2h\relax
&\tten0\itenu0r\ql r\enotes
\notes\upz N\tqb1N\sk\ds
&\Nextstaff\lpz d\zq{dg}\tqh2{_i}\sk\ds
&\tten0\ibbl0r0\qb0{rrr}\tqb0r\enotes
%
\barre %40
\notes\hu H\relax
&\qs\Ibbu0Ma1\qh0{^Ma}\tqh0c\relax
&\dble\dble\isluru1s\ql{_s}\enotes
\notes
&\Nextstaff\Ibbu0ej3\qh0{_e^fh}\tqh0j\relax
&\tslur1m\ql{^m}\enotes
%
\barre %41
\NOtes\lpz I\Ibu0IG2\qh0{_I}\lpz F\qh0{^F}\lpz G\tqh0G\ds
&\Nextstaff\lpz d\Ibu0ki2\zq{dg}\qh0k\lpz d\zq{dh}\qh0j\lpz d\zq{dg}\tqh0{_i}\ds
&\Ibl0no1\qb0n\turn q\upperfl r\qb0o\tqb0{_p}\ds
\enotes
%
\barre %42
\notes\qu J&\zmidtwotext{\bf Pos.}|\ds&\multnoteskip{0.8}\ibbbl0o0\qb0{_poq}\tqb0o\enotes
\Notes\sk\qu K\relax
&\Nextstaff\Ibl0jh2\zq{_l}\qb0j\zq k\qb0{_i}\zq j\tqb0 h\relax
&\isluru0n\ql n\sk\tslur0m\cl{^m}\enotes
%
\barre %43
\notes\dble\ql N\sk\ql{=M}\relax
&\Nextstaff\zhl d\Ibbu0ji3\zq{^f}\qh0j\zq g\qh0{_i}\zq g\qh0i\zq g\tqh0i\relax
\qs\ibbu0i0\zq g\qh0i\zq f\qh0h\zq g\tqh0i\relax
&\Ibbl0on2\qb0o\tbbl0\qb0n\tqb0n\sk\ds\sk\cl n\enotes
%
\barre %44
\notes\dble\qu L\sk\qu K\relax
&\Nextstaff\zql{^c}\qs\ibbu0i0\zq g\qh0{_i}\zq{^f}\qh0h\zq g\tqh0i\relax
\zql d\qs\ibbu0i0\zq g\qh0i\zq f\qh0h\zq g\tqh0i\relax
&\itenu1n\ql n\sk\sk\sk\tten1\ibbl0n0\qb0n\qb0n\qb0{^m}\tqb0n\enotes
%
\barre %45
\notes\dble\qu{^J}\sk\qu K\relax
&\Nextstaff\zql e\ibbu0h0\qh0{gh^g}\tqh0h\ibbu0h0\zq d\qh0{=f}\zq f\qh0h\zq
e\qh0{=g}\zq d\tqh0f\relax
&\Ibbl0po2\qb0{_p}\tbbl0\qb0o\itenu0o\tqb0o\sk
\tten0\Ibbl0oq3\qb0{or^q}\tqb0r\enotes
%
\barre %46
\notes\qu E\relax
&\zmidtwotext{\bf G.O.}\qs\Ibbu0JN2\qh0{^JL}\tqh0N\relax
&\dble\dble\isluru1p\ql{_p}\enotes
\nspace
\notes\soupir
&\Nextstaff\Ibbu0bg3\qh0{_b^ce}\tqh0g\relax
&\tslur1j\ql{^j}\enotes
%
\barre %47
\def\atnextline{\ThreeStaff}%
\NOtes\lpz F\Ibu0FK2\qh0F\lpz J\qh0{^J}\lpz K\tqh0K\ds
&\Nextstaff\lpz a\Ibu0hf2\zq{ad}\qh0h\lpz a\zq{ae}\qh0g\lpz a\zq{ad}\tqh0f\ds
&\Ibl0kl1\qb0k\turn n\qb0l\tqb0m\ds
\enotes
%
\barre %48
\notes\ql N\relax
&\zmidtwotext{\bf Pos.}|\ds&\multnoteskip{0.8}\ibbbl0l0\qb0{mln}\tqb0l\enotes
\Notes\sk\ql a\relax
&\Nextstaff\Ibu0hf2\zq{_i}\qh0g\zq h\qh0f\zq g\tqh0 e\relax
&\isluru0k\ql k\sk\tslur0j\cl{^j}\enotes
%
\barre %49
\notes\dble\qu K\sk\ql{=b}\relax
&\Nextstaff\ibbu0g0\zq{^c}\qh0h\zq d\qh0f\lpz d\zq d\qh0f\lpz d\zq d\tqh0f\zq d\qh0{^g}\relax
&\Ibbl0lk2\qb0l\tbbl0\qb0k\tqb0k\sk\qs\ibbl0m0\qb0{mm}\tqb0m\enotes
%
\barre %50
\notes\dble\qu J\sk\ql{^N}\relax
&\Nextstaff\qs\ibbu0i0\zq e\qh0h\zq e\qh0h\zq e\tqh0h\zq e\qh0{=i}\relax
&\Ibbl0ml2\qb0m\tbbl0\qb0l\tqb0l\sk\qs\ibbl0k0\qb0{kk}\tqb0k\enotes
%
\barre %51
\notes\dble\qu H\sk\qu F\relax
&\Nextstaff\zcl e\Ibbu0ih1\qh0i\tqh0h\zq c\dble\qu h\relax
&\ibbl0k0\qb0k\tbbl0\qb0j\itenu0o\tqb0o\sk
\multnoteskip{0.6}\Ibbl0om3\tten0\qb0o\sk\nbbbl0\qb0n\tqb0m\enotes
\notes&\Nextstaff\zq a\cu h&\Ibbl0lk1\qb0l\tqb0{^k}\enotes
%
\def\atnextline{\FourStaff}%
\barre %52
\notes\dble\qu E\sk\cu L\ds
&\Nextstaff\Ibbu0hg3\zq c\qh0h\zq b\qh0{^g}\zq b\zq e\qh0g\zq b\zq e\tqh0g\dble\zq
{be}\cu g\ds
&\Ibbl0kl2\qb0{^k}\tbbl0\qb0l\tqb0l\sk\qs\ibbl0l0\qb0{ll}\tqb0l\enotes
%
\barre %53
\notes\qs\ibbl0K0\qb0{KK}\tqb0K\relax
&\Nextstaff\qs\ibbu0i0\rq g\sh g\zq f\qh0i\rq g\zq f\qh0i\rq g\zq f\tqh0i\relax
&\Ibbl0nm2\qb0n\tbbl0\qb0m\tqb0m\enotes
\notes\multnoteskip{0.7}\cl K\sk\sk\sk\ds
&\Nextstaff\multnoteskip{0.7}\zq f\rq g\cu i\sk\sk\sk\ds
&\multnoteskip{0.7}\hs\ibbbl0l0\qb0{ml}\tqb0m\ibbbl0l0\qb0{nml}\tqb0m\enotes
%
\barre %54
\notes\zql G\raise3\Internote\qs\ibbl0N0\qb0{NN}\tqb0N\relax
&\Nextstaff\zcharnote N{\bf G.O.}\relax
\qs\ibbu0i0\zq d\zq f\qh0i\zq d\zq f\qh0i\zq d\zq f\tqh0i\relax
&\Ibbl0qp2\qb0q\tbbl0\qb0p\tqb0p\enotes
\notes\multnoteskip{0.7}\cl N\sk\sk\sk\ds
&\Nextstaff\multnoteskip{0.7}\zq f\rq g\cu i\sk\sk\sk\ds
&\multnoteskip{0.7}\hs\ibbbl0o0\qb0{po}\tqb0p\ibbbl0o0\qb0{qpo}\tqb0p\enotes
%
\barre %55
\NOTes\qu J\qu G\relax
&\sk\cl N|\zq c\zq j\qu e\zq d\zq g\qu i&\ql q\soupir\enotes
%
\barre %56
\NOtes
\ibl0K0\upz J\qb0J\upz N\qb0 N\relax
&\ibl1b0\qb1{cb}
|\Ibl2fh2\zq {ce}\qb2j\zq g\Pince n\multnoteskip{0.6}\qb2k\relax
{\multnoteskip{0.4}\tinynotesize\Ibbu3jk1\qh3j\tqh3k}\relax
&\soupir\enotes
\NOtes
\upz J\tqb0J\relax
&\tqb1c|\zq g\tqb2l&\ds\enotes
\notes\ds&\zmidtwotext{\bf Pos.}\ds&\Ibbl0lm2\qbp0l\turn o\sk\tbbbl0\tqb0m\enotes
\def\atnextline{\ThreeStaff}%
%
\barre %57
\notes\dble\cu J\ds\cu G\ds
&\Nextstaff\ibbu0e0\zq N\qh0c\zq c\qh0e\zq e\qh0g\zq e\tqh0c\zq e\ibbu0e0\qh0g\zq
c\qh0e\zq d\qh0f\zq b\tqh0d\relax
&\Ibbl0nl1\qb0n\tqb0l\dble\isluru0j\ql j\sk\tslur0k\cl k\enotes
%
\barre %58
\notes\dble\cu J\ds\cu J\ds\relax
&\Nextstaff\qs\ibbu0d0\zq b\qh0{^d}\zq c\qh0e\zq b\tqh0d\relax
\Ibbu0df3\zq c\qh0e\zq c\qh0e\zq {=d}\qh0f\zq e\tqh0g\relax
&\Ibl0kl2\qb0{^k}\sk\tqb0l\sk\qs\Ibbl0ln2\qb0{lm}\tqb0n\enotes
%
\barre %59
\notes\dble\cu J\ds\cu J\ds
&\Nextstaff\qs\ibbu0g0\zq f\qh0h\zq c\qh0f\zq f\tqh0h\Ibbu0ig3\zq h\qh0j\zq
h\qh0j\sk\zq g\qh0i\zq f\tqh0h\relax
&\ibbl0o0\qb0o\tbbl0\qb0m\itenu0q\tqb0q\sk
\ibbl0o0\tten0\qbp0q\relax
{\multnoteskip{0.66}\sk\nbbbl0\qb0r\tqb0q}\relax
\Ibbl0po1\qb0p\tqb0o\enotes
%
\barre %60
\notes\dble\cu J\ds\cu J\ds
&\Nextstaff\qs\Ibbu0fd2\zq f\qh0h\zq e\qh0g\zq{^d}\tqh0{^f}\relax
\ibbu0i0\zq e\qh0g\zq g\qh0j\zq c\qh0e\zq e\tqh0g\relax
&\dble\Ibl0on1\Pince q\qb0o\tqb0n\ds
\multnoteskip{0.33}\ibbl0n0\qbp0n\turn p\sk\tbbbl0\tqb0n\enotes
%
\barre %61
\notes\dble\qu H\sk\qu{_H}\relax
&\Nextstaff\qs\Ibbu0fj2\zq c\qh0f\zq f\qh0h\zq h\tqh0j\ds\Ibbu0fj2\zq c\qh0f\zq
f\qh0{_h}\zq h\tqh0j\relax
&\Ibbl0qo1\qb0q\tqb0o\dble\ql m\sk\cl m\enotes
%
\barre %62
\Notes\qu G\relax
&\Nextstaff\qs\Ibbu2di2\zq b\qh2d\relax
&\multnoteskip{0.5}\Ibbbl3nk3\qb3{nml}\tqb3k\enotes
\notes&\Nextstaff\zq d\qh2f\zq f\tqh2i\relax
&\ql k\sk\enotes
\notes\dble\Ibu0GJ1\qh0G\tqh0J\relax
&\Nextstaff\qs\ibbu0i0\zq f\qh0i\zq e\qh0j\zq e\tqh0g\relax
&\sk\sk\multnoteskip{0.7}\Ibbl0lj2\qbp0l\sk\tbbbl0\tqb0j\enotes
%
\barre %63
\notes\dble\qu F\sk\qu G\relax
&\Nextstaff\dble\zq d\qup f\sk\Ibu0bd1\qh0N\zq b\tqh0d\relax
&\ibbl0i0\isluru0i\qb0i\tslur0h\qb0h\isluru0m\qb0m\tslur0k\tqb0k\relax
\ibbl0j0\isluru0j\qb0j\tslur0i\qb0i\isluru0n\qb0n\tslur0m\tqb0m\enotes
%
\barre %64
\notes\dble\qu J\sk\Ibu0JI1\qh0J\tqh0I\relax
&\Nextstaff\zcl N\qs\Ibbu0ef2\zq b\qh0{^d}\zq c\qh0e\zq{=d}\tqh0f\relax
\Ibbu0fi3\zq{^d}\qh0{^f}\zq e\qh0g\zq{=d}\qh0h\zq g\tqh0i\relax
&\dble\Ibl0kl1\qb0{^k}\tqb0l\ds
\turn p\multnoteskip{0.4}\ibbl0n0\qbp0n\sk\tqb0n\enotes
%
\barre %65
\notes\dble\qu H\sk\qu{_H}\relax
&\Nextstaff\zcu j\raise -4\Internote\qs\Ibbu0fj2\zq f\qh0c\zq f\qh0h\zq h\tqh0j\relax
\qs\Ibbu0fj2\zq c\qh0f\zq f\qh0{_h}\zq h\tqh0j\relax
&{\multnoteskip{0.667}\triolet q\Ibbl0qm2\qb0{qo}\tqb0m}\relax
\dble\ql m\sk\cl m\enotes
%
\barre %66
\notes\dble\Ibu0HM1\lpz G\qb0G\lpz M\tqh0M\ds
&\Nextstaff\dble\lpz d\zq d\Ibu0ig1\zq i\qh0g\lpz b\zq g\zq b\tqh0d\ds
&\ibbl0k0\qb0m\tbbl0\qb0p\tqb0p\sk\ds\enotes
\notes\cl L&\Nextstaff\zq c\cu g&\Ibbbl0qo3\qb0{qp_p}\tqb0o\enotes
%
\barre %67
\notes\ql M\relax
&\Nextstaff\dble\dble\Ibu0fh1\zq f\qh0c\zq h\tqh0d\relax
&\ibbbl0n0\qb0{^no=p}\tqb0o\Ibbbl0nk3\qb0{=nml}\tqb0k\enotes
\Notes\dble\ql N\relax
&\Nextstaff\ds\Ibbu0gd2\zq e\qh0g\zq c\qh0e\zq b\tqh0d\relax
&\ibbl0j0\roff{\tbbl0}\qh0{jl}\sk
\multnoteskip{0.6}\nbbbl0\qb0m\tqb0k\enotes
%
\barre %68
\notes\dble\qu J\sk\dble\ql N\relax
&\Nextstaff\Ibbu0bg3\qh0M\zq c\qh0N\zq c\qh0e\zq e\tqh0g\qs
\Ibbu0ej2\zq c\qh0{e}\zq e\qh0g\zq g\tqh0j\relax
&\pince n\Ibbl0kj2\qb0k\tbbl0\qb0 j\tqb0j\sk\ds\sk
\multnoteskip{0.67}\Ibbl0jj2\qbp0j\sk\tbbbl0\tqb0j\enotes
%
\barre %69
\Notes\qu J\relax
&\Nextstaff\qs\Ibbu0fj2\zq c\qh0{^f}\zq f\qh0h\zq h\tqh0j\relax
&\Ibbl0jn2\qb0{^j}\tbbl0\qb0k\itenu0r\tqb0r\enotes
\notes\qu{_I}\relax
&\Nextstaff\dble\qs\Ibbu0gk2\zq d\qh0g\zq g\qh0{_i}\zq i\tqh0k\relax
&\tten0\isluru0r\Ibbbl0ro3\qb0{r=q_p}\tqb0o\Ibbbl0nk3\qb0{nml}\tslur0k\tqb0k\enotes
%
\barre %70
\def\atnextline{\FourStaff}%
\Notes\qu J\relax
&\Nextstaff\qs\Ibbu0gk2\zq d\qh0g\zq g\qh0{_i}\zq i\tqh0k\relax
&\pince m\ibbl0j0\qb0k\tbbl0\qb0j\itenu0q\tqb0q\enotes
\notes\qu H\relax
&\Nextstaff\dble\qs\Ibbu0fj2\zq c\qh0{=f}\zq f\qh0h\zq h\tqh0j\relax
&\tten0\isluru0q\Ibbbl0qn3\qb0{q_po}\tqb0n\Ibbbl0mj3\qb0{mlk}\tslur0j\tqb0j\enotes
%
\barre %71
\Notes\qu J\relax
&\Nextstaff\qs\Ibbu0fj2\zq N\qh0d\zq d\qh0f\zq f\tqh0h\relax
&\pince m\ibbl0i0\qb0j\tbbl0\qb0{_i}\itenu0p\tqb0{_p}\enotes
\Notes\qu J\relax
&\Nextstaff\ibbu0g0\zq e\qh0{g_ih}\tqh0g\relax
&\tten0\ibbl0p0\qb0{prq}\tqb0p\enotes
%
\barre %72
\notes\dble\ibl0N0\qb0M\qb0N\qb0a\tqb0N\relax
&\Nextstaff\dble\ibu0g0\zq c\qh0f\zq c\qh0e\zq c\qh0f\zq c\tqh0g\relax
&\Ibbl0nl7\roff{\tbbl0}\qb0{^no}\sk\qb0{=n}\sk\qb0m\sk\tbbl0\tqb0l\enotes
%
\barre %73
\notes\dble\dble\ibl0M0\qb0{MMM}\tqb0M\relax
&\Nextstaff\zhlp a\dble\dble\ibu0h0\qh0{hhh}\zcl f\tqh0h\relax
&\isluru0k\Ibbbl0jk3\qb0{^jkl}\tqb0k\Ibbbl0lm3\qb0{lmn}\tslur0m\tqb0m\relax
\isluru0n\Ibbbl0no3\qb0{^nop}\tqb0o\Ibbbl0nk3\qb0{=nml}\tslur0k\tqb0k\enotes
%
\barre %74
\notes\dble\ql N\sk\relax
&\Nextstaff\ibl0e0\zqu g\itenu0g\qbp0e\sk\multnoteskip{0.7}\sk\nbbbl0\qb0f\tqb0e\relax
&\ibl0j0\qbp0j\sk\multnoteskip{0.7}\sk\nbbbl0\qb0k\tqb0j\enotes
\Notes\cu G\ds
&\Nextstaff\tten0\zcl d\cu g\ds
&\cl i\ds\enotes
%
\barre %75
\NOtes\cu J\ds\cl N\ds\relax
&\zmidtwotext{\bf G.O.}\cl c\ds\cl b\ds\relax
|\zq g\zq e\cu j\ds\zq d\zq g\zq i\cu k\ds
&\sk\sk\pause\enotes
%
\barre %76
\def\atnextline{\ThreeStaff}%
\Notes\lpz J\Ibu1JL1\qh1J\lpz K\qh1K\relax
&\Ibl2ce2\upz c\qb2c\upz d\qb2d\relax
|\upz l\Ibl3gi2\zq j\zq g\qb3l\upz m\zq g\zq i\qb3m\relax
&\soupir\enotes
\notes\lpz L\tqh1L\sk\ds
&\upz e\tqb2e\sk\ds
|\upz n\zq g\zq j\tqb3n\sk\ds
&\qs\Ibbl0gl2\qb0{gj}\tqb0l\enotes
%
\barre %77
\NOtes\ql M\ql L\relax
&\Nextstaff\zq i\zq d\qu g\zq e\zq j\qu g\relax
&\itenu3n\hl n\enotes
%
\barre %78
\NOtes\Ibu1IK2\lpz I\qh1I\lpz J\qh1J\relax
&\Nextstaff\Ibl3fh2\zq i\zq g\qb3k\Pince n\multnoteskip{0.33}\zq j\zq g\qb3l\sk\tinynotesize\Ibbu0kl1\qh0k\tqh0l\relax
&\tten3\itenu3n\ql n\enotes
\notes\lpz K\tqh1K\sk\ds
&\Nextstaff\Uptext{\hbox to 4\noteskip{\hss\bf R\'ec./G.O.}}\zq g\zq i\tqb3m\sk\ds
&\tten3\Ibbl0np3\qb0{n^no}\tqb0p\enotes
%
\barre %79
\Notes\qu J\relax
&\zmidtwotext{\bf Pos.}\Nextstaff\qs\Ibbl1ij2\zq e\qb1j\relax
&\multnoteskip{0.5}\ibbbl0q0\qb0{qrs}\tqb0r\enotes
\notes\dble\sk\qu L\relax
&\Nextstaff\zq l\qb1n\zq j\tqb1l\ibbu0i0\zq j\qh0g\zq j\qh0g\zq j\qh0g\zq j\tqh0g\relax
&\dble\isluru0q\ql q\sk\tslur0p\cl p\enotes
%
\barre %80
\Notes\ql M\relax
&\Nextstaff\qs\Ibbl1hg0\zq h\qb1j\relax
&\multnoteskip{0.5}\ibbbl0o0\qb0{opq}\tqb0p\enotes
\notes\dble\sk\qu J\relax
&\Nextstaff\zq m\qb1j\zq j\tqb1h\ibbu0h0\zq f\qh0h\zq f\qh0h\zq e\qh0g\zq e\tqh0g\relax
&\dble\isluru0o\ql o\sk\tslur0n\cl n\enotes
%
\barre %81
\notes\qu K\relax
&\Nextstaff\qs\ibbu0i0\zq j\qh0h\zq j\qh0h\zq j\tqh0h\relax
&\ibl0m0\xTrille o{3\noteskip}\qbp0m\sk\sk\nbbbl0\multnoteskip{0.7}\qb0l\tqb0m\enotes
\notes\qu G\relax
&\Nextstaff\ibbu0h0\zq g\qh0i\zq g\qh0i\zq g\qh0i\zq g\tqh0i\relax
&\Ibl0nm2\isluru0n\qb0n\sk\tslur0m\tqb0m\enotes
%
\barre %82
\NOtes\ds\Ibu1HF3\qh1H\relax
&\Nextstaff\ds\zql e\ibu2i0\qh2j\relax
&\Ibl3kl1\isluru3k\qh3{^k}\tslur3l\tqb3l\enotes
\notes\dble\dble\qh1G\tqh1F\relax
&\Nextstaff\dble\dble\rq j\qh2i\zcl f\zq h\tqh2j\relax
&\hs\Ibbbl0jl2\qh0{j=k}\tqb0l\Ibbbl0mp3\qb0{mno}\tqb0p\enotes
%
\barre %83
\Notes\cu E\relax
&\Nextstaff\zqu j\raise -6\Internote\qs\ibbl1f0\zq e\qb1g\relax
&\multnoteskip{0.5}\ibbbl0q0\qb0{qrs}\tqb0r\enotes
\notes\dble\ds\cu J\ds
&\Nextstaff\raise 3\Internote\rlap{\ds}\zq e\qb1g\zq e\tqb1g\ibbl0f0\zq e\qb0g\zq
g\qb0{_i}\zcu j\zq f\qb0h\zq e\tqb0{^g}\relax
&\itenu0q\cl q\sk\tten0\Ibbl0qn3\qb0{q_po}\tqb0{^n}\enotes
%
\def\atnextline{\FourStaff}%
\barre %84
\notes\ibu1M0\qh1M\relax
&\Nextstaff\ibu3j0\zq {fh}\qh3j\relax
&\Ibbl0no1\qb0{^n}\tqb0o\enotes
\Notes\dble\qh1M\qh1M\tqh1M\relax
&\Nextstaff\dble\zq j\qh3h\zq h\qh3f\zq k\tqh3h\relax
&\multnoteskip{0.5}\qs\sk\Ibbbl0rq1\qb0r\tqb0q\relax
\qs\sk\Ibbbl0po1\qb0{=p}\tqb0o\relax
\qs\sk\Ibbbl0nm1\qb0{=n}\tqb0m\enotes
%
\barre %85
\notes\dble\ql N\sk\ql N\relax
&\Nextstaff\qs\ibbu0f0\zq c\qh0e\zq e\qh0g\zq e\tqh0e\relax
\Ibbu0ge3\zq e\qh0g\zq{a^d}\qh0{^f}\zq{b=d}\qh0{=f}\zq c\tqh0e\relax
&\Ibbl0ln2\qb0l\tbbl0\qb0n\itenu0n\tqb0n\sk\tten0\Ibbl0nl3\qb0{n^m=m}\tqb0l\enotes
%
\barre %86
\Notes\cl G\sk\ds\relax % \roff{\zq N\itenl1N}\itenl0M\qu M\sk\raise -4\Internote\ds
&\Nextstaff\uptext{G.O.}\itenu2d\zq f\zqu d\raise -8\Internote\ds\ibbl0e0\qb0{cc}\tqb0c\relax
&\zhl k\xTrille q{8\noteskip}\enotes
\notes\dble\zcl G\raise 2\Internote\qs\ibbu0L0\qh0M\zqh0M\raise -4\Internote\ds\tqh0M\relax
&\Nextstaff\tten2\Ibbbu0df3\zcl b\qh0{def}\tqh0e\Ibbbu0fi3\qh0{fgh}\tqh0i\relax
&\dble\sk\sk\sk\multnoteskip{0.3}\tinynotesize\Ibbu0jk1\qh0j\tqh0k\enotes
\setclefs2{6000}\zchangeclefs
%
\barre %87
\qspace
\Notes\qu C\relax
&\uptext{\bf m.g.}\ibbl1N0\qb1L\qb1N\relax
|\zcharnote b{\bf m.d.}\bracket h{22}\multnoteskip{0.5}\ibbbu0j0\qb0{jkl}\tqh0k\relax
&\ql j\enotes
\notes\dble\sk\qu E\relax
&\qh1c\tqb1N\ibbl1N0\qb1{LNc}\tqb1N\relax
|\dble\isluru0p\qu j\sk\tslur0p\cl p\relax
&\dble\sk\soupir\enotes
%
\barre %88
\Notes\qu F\relax
&\ibbl1N0\qb1M\qb1a\relax
|\multnoteskip{0.5}\advance\transpose7\ibbbl0h0\qh0{hij}\tqb0i\relax
&\enotes
\notes\dble\sk\qu{^J}\relax
&\qh1c\tqb1N\ibbl1L0\qb1{^JLa}\tqb1L\relax
|\dble\advance\transpose 7\isluru0h\ql h\sk\tslur0g\cl g\relax
&\dble\sk\pause\enotes
%
\barre %89
\Notes\qu K\relax
&\ibbu1a0\qh1K\qh1a\relax
|\multnoteskip{0.5}\advance\transpose7\ibbbl0h0\qh0{fgh}\tqb0g\relax
&\enotes
\notes\dble\sk\Ibu0IJ1\qh0I\tqh0J\relax
&\qh1d\tqh1{_a}\ibbu1N0\qh1{NdN}\tqh1c\relax
|\dble\advance\transpose 7\isluru0f\ql f\sk\tslur0e\cl e\relax
&\dble\sk\pause\enotes
%
\barre %90
\Notes\qup F\relax
&\multnoteskip{0.5}\ibbbu0M0\qh0{MNa}\tqh0N\relax
|\multnoteskip{0.5}\advance\transpose7\ibbbl0g0\qh0{def}\tqb0e\relax
&\enotes
\notes\dble\sk\sk\cu{^F}\relax
&\ibbl0N0\qb0M\tqb0c\ibbl0N0\qb0{Mc^M}\tqb0c\relax
|\dble\zq h\isluru0k\ql k\sk\zq h\tslur0l\cl{_l}\relax
&\sk\sk\pause\enotes
%
\barre %91
\notes\dble\ibu0G0\qh0{G_HG}\tqh0{^F}\relax
&\ibbu0N0\qh0{Nc_a}\tqh0c\ibbu0N0\qh0{Nc^M}\tqh0c\relax
|\dble\ibl0k0\zq j\upz l\qb0{=l}\zq j\upz m\qh0m\zq j\upz l\qh0l\lsh k\lq j\upz k\tqb0{k}\relax
&\dble\dble\sk\pause\enotes
%
\barre %92
\notes\dble\pointdurgue F\qu G\sk\soupir
&\dble\pointdorgue b\qu N\sk\soupir
|\dble\pointdorgue o\zq{gj}\qu{=l}\sk\soupir
&\Ibl0lj3\pointdorgue o\qbp0n\Uptext{\it cadenza ad lib.}\sk\sk\tbbl0\tqb0j\xTrille n{3\noteskip}\ibl0j0\qbp0k\sk\sk\multnoteskip{0.7}\nbbbl0\qb0j\tqb0k\enotes
%
\barre %93
\NOtes\qu J\qu G\relax
&\zmidtwotext{G.O.}\ql N\ql N|\zq e\zq j\qu c\zq f\zq i\qu d\relax
&\uptext{\vbox{\hbox{R\'ecit}\hbox{non acc.}}}\ql j\soupir\enotes
%
\barre %94
\NOtes
\ibl0K0\upz J\qb0J\upz N\qb0N\relax
&\Ibu1Lc2\lpz J\qh1J\lpz N\qh1N\relax
|\Ibu2jl2\zq{ce}\qb2j\Pince n\multnoteskip{0.6}\zq g\qb2k\relax
{\multnoteskip{0.4}\tinynotesize\Ibbu3jk1\qh3j\tqh3k}\relax
&\soupir\enotes
\NOtes
\upz J\tqb0J\relax
&\tqh1c\relax
|\zq g\tqh2l&\ds\enotes
\notes\ds&\ds&\Ibbl0lm2\qbp0l\turn o\sk\tbbbl0\tqb0m\enotes
%
\def\atnextline{\ThreeStaff}%
\barre %95
%\check
\notes\dble\cu J\ds\cu G\ds
&\Nextstaff\zhl N\ibbu0e0\qh0c\zq c\qh0e\zq e\qh0g\zq e\tqh0c\zq e\ibbu0e0\qh0g\zq
c\qh0e\zq d\qh0f\zq b\tqh0d\relax
&\Ibbl0nl1\qb0n\tqb0l\dble\isluru0j\ql j\sk\tslur0k\cl k\enotes
%
\barre %96
%\check
\Notes\hu J\relax
&\Nextstaff\qs\Ibbu2dg2\zq b\qh2{^d}\zq c\qh2e\relax
&\Ibl3kl3\qb3{^k}\sk\nbbl3\qb3l\enotes
%\check
\Notes\sk
&\Nextstaff\zq e\tqh2g\relax
&\multnoteskip{0.6}\raise2\Interligne\hs\tbbbl3\tqb3l\enotes
%\check
\Notes\Ibl0aM2\qb0a\sk\tqb0M\relax
&\Nextstaff\Ibbu0gc3\roff{\tbbu0}\zq f\qh0h\zq{=d}\qh0f\sk\tbbu0\zq{=b}\tqh0d\relax
&\pince o\multnoteskip{0.5}\ibbbl0n0\qb0{mlm}\tqb0n\relax
\pince q\ibbbl0p0\qb0{ono}\tqb0p\enotes
%
\barre %97
%\check
\notes\Ibl1LI{10}\qb1L\relax
&\Nextstaff\zq c\ibu2f0\qh2g\relax
&\Ibbl3on2\qbp3q\sk\tbbbl3\tqb3n\enotes
\notes\qb1M\relax
&\Nextstaff\nbbbu2\qh2{gfe}\tqh2d\relax
&\Ibbbl3pm3\isluru4p\qb3{pon}\tqb3m\enotes
%\check
\NOtes\qb1N\tqb1G\relax
&\Nextstaff\cu c\zq{df}\cu i\relax
&\Ibl0lk1\qb0l\tslur4k\tqb0k\enotes
%\check
%
\barre %98
\NOTes\qu J\multnoteskip{0.7}\cu C\ds
&\Nextstaff\isluru0i\zq d\zq f\qu i\tslur0j\multnoteskip{0.7}\zq c\zq e\cu j\ds
&\Pince n\isluru0k\ql k\tslur0j\multnoteskip{0.7}\cl j\ds\enotes
%
\linegoal20
\finmorceau
\rightline{\today}
\eject
\bye

View File

@ -0,0 +1,319 @@
\ifx\mxversion\undefined
\input musixtex
\input musixcpt
\input musixsty
\fi
\title{Adagio (B. Marcello)}
\csname titremorceautoc\endcsname
\title{Adagio}
\fulltitle{Adagio}
\subtitle{(extrait du Concerto pour Hautbois)}
\othermention{R\'ecit: cornet ou cromorne\\G.O.
bourdon 8'\\P\'ed.: bourdon 16'+tirasse G.O.}
\author{Benedetto MARCELLO\\Transcription Daniel TAUPIN}
\shortauthor{B. Marcello, D. Taupin}
\maketitle
%
\parindent 13mm
%
\tracingstats=2\relax
%
\def\nbinstruments{3}
\def\interfacteur{9}
\global\cleftoksi={{6}{0}{0}{0}}%
\global\cleftoksii={{0}{0}{0}{0}}%
\global\cleftoksiii={{0}{0}{0}{0}}%
\nbporteesi=1\relax%
\nbporteesii=1\relax%
\nbporteesiii=1\relax%
\signaturegenerale{-3}\relax
%\check
\def\instrumenti{P\'ed}%
\def\instrumentii{G.O.}%
\def\instrumentiii{R\'ecit}%
%\check
\def\gluemaxskip{7pt}%
%
\def\doubler{\multiply\noteskip by 2\relax}%
% formes frequentes
\def\Pause{\sk\sk\qsk\pause}%
%
%\check
%
\generalmeter{\meterfrac 34}%
%
\debutmorceau
\linesinpage=0\relax
\autolines{19}35\relax
%\check
%
\hyphenpenalty -50\relax
\notes&&\zcharnote{w}{\kern -20mm\moyen Adagio
\bf(\metron{\cu}{84})}\enotes
%
%\check
%
% mesure 1
\NOTes\Pause&\ibl0j0\qb0{jjjjj}\tqb0j&\Pause\enotes
\advance\linesinpage by 1
% mesure 2
\barre\NOTes\Pause
&\ibl0j0\lq j\qb0k\lq j\qb0k\lq j\qb0k\lq j\qb0k\lq j\qb0k\lq j\tqb0k&\Pause\enotes
% mesure 3
\def\motif{\zq i\qh0k}%
\barre\NOTes\hup G&\rlap{\pt g\lh f\hlp g}\bigna i\ibu0k0\motif
\motif\motif\motif\motif\tbu0\motif&\Pause\enotes
% mesure 4
\def\motif{\zq j\qh0 l}%
\barre\NOTes\Ibu2CJ1\qh2C\itenl0J\tqh2J\relax
&\ibu0l0\itenl1e\rlap{\zhp g\hlp e}\motif\motif\relax
&\Ibl1jl1\qb1j\tqb1l\enotes
\NOTes\tten0\hu J&\motif\motif&\Ibl1ln1\qb1l\tqb1n\enotes
\NOTes&\motif&\ibl1n0\qb1n\enotes
\NOtes&\tbu0\motif&\nbbl1\qb1o\tqb1n\enotes
% mesure 5
\def\motif{\zq h\qh0j}%
\barre\NOTes\qsk\hup F&\qsk\tten1\zql e\relax
\ibu0j0\motif\motif&\qsk\mordant q\zhl o\enotes
\NOTes&\zql d\motif\motif\enotes
\NOTes&\zql c\motif\tbu0\motif&\soupir\enotes
% mesure 6
\def\motif{\zq h\qh0k}%
\barre\temps\NOTes\hup I&\zhl f\ibu0k0\motif\motif&\Ibl1ik1\qb1i\tqb1k\enotes
\NOTes&\motif&\Ibl1kl2\qb1k\enotes
\NOtes&\motif&\nbbl1\qb1m\tqb1l\enotes
\NOtes&\itenl1d\zql d\motif\sk\tbu0\motif&\Ibbl1mn3\qb1{mno}\tqb1n\enotes
% mesure 7
\def\motif{\zq g\qh0i}%
\barre\autolines{20}35\relax
\NOTes\qsk\hup E&\qsk\tten1\zql d\ibu0i0\motif
\motif&\qsk\mordant p\zhl n\enotes
\NOTes&\zql c\motif\motif\enotes
\NOTes&\zql b\motif\tbu0\motif&\soupir\enotes
% mesure 8
\def\motif{\zq h\qh0j}%
\barre\NOtes\hup H&\ibu0j0\zhl e\motif\sk\motif
&\Ibbl1hi3\qb1{hij}\tqb1i\enotes
\NOtes&\motif\sk\motif
&\Ibbl1jk3\qb1{jkl}\tqb1k\enotes
\NOtes&\itenl1c\zql c\motif\sk\tbu0\motif
&\Ibbl1lm3\qb1{lmn}\tqb1m\enotes
% mesure 9
\def\motif{\zq f\qh0h}%
\barre\NOTes\qsk\hup K&\qsk\tten1\zql c\ibu0h0\motif
\tbu0\motif&\qsk\mordant o\zhl m\enotes
\def\motif{\zq f\qh0i}%
\temps\NOTes&\zql b\ibu0i0\motif\motif\enotes
\NOTes&\zql a\motif\tbu0\motif&\soupir\enotes
% mesure 10
\def\motif{\zq i\qh0k}%
\barre\autolines{28}25\relax
\Notes\Ibu2NG4\qh2N\sk\sk\sk\itenl0G\tqh2G&\bigna i\zhlp f\relax
\ibu0k0\motif\sk\sk\sk\motif&\Ibbbu1gk7\qh1{g^fgh=ihi}\tqh1j\enotes
\Notes\tten0\hu G&\motif\sk\sk\sk\motif&\Ibbbl1jj7\qb1{kijkn=ml}\tqb1k\enotes
\NOtes&\motif\sk\tbu0\motif&\Ibbl1kl3\qb1{klm}\tqb1l\enotes
% mesure 11
%\check
\def\motif{\zq g\qh0 j}%
\barre\notes\Ibu2CJ5\qh2C&\zhlp e\ibu0j0\motif
&\ibbbbl1l0\qb1{lkl}\tbbbbl1\tbbbl1\tbbl1\qb1m\enotes
\NOtes&&\tbl1\qbp1l\enotes
\NOTes\itenl0J\tqh2J&\motif&\enotes
\NOtes\tten0\itenl0J\hu J&\motif\sk\motif&\qsoupir\Ibbl1ln2\qb1{lo}\tqb1n\enotes
\NOtes&\motif\sk\tbu0\motif&\Ibbl1ol3\qb1{omm}\tqb1l\enotes
% mesure 12
%\check
\barre
\NOTes\tten0\qu J&\ibu0h0\zhl d\zq f\qh0h\zq f\tqh0h\relax
&\mordant q\ql k\sk\enotes
\NOtes\itenl2I\hu I&\ibu0i0\zq g\qh0i\sk\zq g\tqh0i&\qsoupir
\Ibbl1km2\qb1{kn}\tqb1m\enotes
\NOtes&\ibu0j0\zq g\qh0j\sk&\ibbl1k0\qb1n\qbp1l\enotes
\Notes&\zq g\tqh0j&\sk\nbbbl1\qb1{kj}\tqb1k\enotes
% mesure 13
\barre
\notes\tten2\qu I&\zhl c\ibu0g0\zq e\qh0g&\ibbbbl1j0\qb1{j=ij}\relax
\tbbbbl1\tbbbl1\tbbl1\qb1k\enotes
\NOtes&&\tbl1\qbp1j\enotes
\NOTes&\zq e\tqh0g&\enotes
\temps\Notes\hu H&\ibu0h0\zq f\qh0h\sk\sk\sk\zq f\tqh0h\relax
&\qsoupir\sk\ibbbl1j0\qb1j\tbbl1\qb1l\nbbbl1\qb1{kjk}\tqb1l\enotes
\temps\Notes&\zql d\ibu0h0\zq f\qh0h\sk\sk\sk\zq f\tqh0h&\ibbbl1k0\qb1{mnlmkl}\relax
\triolet M\qb1{jk}\tqb1j\enotes
% mesure 14
%\check
\def\motif{\zq g\qh0 i}%
\barre\autolines{21}35\relax
\NOTes\hup G&\rlap{\qsk\hlp d}\bigna b\ibu0i0\qh0b\rq
f\rlap{\qsk\itenl0f}\bigna i\motif
&\bigna i\hl i\enotes
\NOTes&\rlap{\qsk\tten0\hl f}\motif\motif\motif\tbu0\motif&\sk\sk\soupir\enotes
% mesure 15
\barre\NOTes\hup J&\bigna e\zhlp c\Ibu0jg1\zq e\qh0j\tqh0g\relax
&\ibl1l0\bigna l\qb1l\qb1n\enotes
\NOTes&\ibu0g0\zq e\qh0g\zq e\tqh0g&\qb1n\tqb1l\enotes
\temps\NOtes&\ibu0j0\zq e\qh0j\sk\zq e\tqh0j&\fl i\ibbl1i0\qb1{inl}\tqb1i\enotes
% mesure 16
\barre\NOTes\hlp M&\zql c\ibu0j0\zq g\qh0j&\ibu1k0\itenl1i\qh1i\enotes
\Notes&\zq g\tqh0j&\tten1\nbbbu1\qh1{ihj}\tqh1i\enotes
\temps\NOTes&\ibu0j0\zhl f\zq h\qh0j\zq h\relax
\qh0j\zq h\qh0j\zq h\tqh0j&\qu h\sk\soupir\enotes
% mesure 17
\def\motif{\zq h\qh0 k}%
\barre\autolines{24}35\relax
\NOtes\hup K&\lsh f\zhlp f\na h\ibu0k0\motif\sk\motif
&\ibbl1m0\sh m\qb1{m=om}\tqb1n\enotes
\Notes&\motif\sk\sk\sk\motif\sk\sk\sk&\Ibbbl1oh7\qb1{onm=lkji}\tqb1{=h}\enotes
\Notes&\motif\sk\sk\sk\sk\tbu0\motif\sk\sk\sk
&\Ibbbu1dl9\qh1{d=e^fghij}\qhp1k\qsk\tbbbbu1\tqh1j\enotes
% mesure 18
\barre
\NOTes\hup G&\zql d\zq g\ibu0k0\qh0k\zq g\tqh0k&\Ibl1ji1\qb1j\tqb1i\enotes
\temps\NOTes&\itenl0e\zhl e\zq g\ibu0i0\qh0i\zq g\qh0i\zq g\qh0i\zq g\tqh0i\relax
&\Ibl1lk1\bigfl l\qb1l\tqb1k\mordant n\itenu1l\ql l\enotes
% mesure 19
\barre\NOTes\hl M&\tten0\zql e\zq{_h}\ibu0j0\qh0j\relax
&\tten1\ibl1l0\qb1l\enotes
\NOtes&\zq h\tqh0j&\nbbl1\qb1m\tqb1l\enotes
\temps\NOTes&\zhl d\zq f\ibu0h0\qh0h&\ibl1k0\qb1k\enotes
\NOtes&\zq f\qh0h&\nbbl1\qb1l\tqb1j\enotes
\NOTes\qu F&\zq f\qh0h\zq f\tqh0h&\itenu1k\mordant m\ql k\enotes
% mesure 20
\barre\autolines{28}35\relax
\NOtes\hu E&\zql d\ibu0i0\zq g\qh0i\sk\zq g\tqh0 i\relax
&\tten1\ibbl1k0\qb1{knl}\tqb1k\enotes
\temps\NOtes&\zhl c\ibu0g0\zq e\qh0g\sk\zq e\qh0g&\ibbl1i0\qb1{jih}\tqb1i\enotes
\NOTes\ql L&\zq e\qh0g\zq e\tqh0g&\upperna j\mordant o\itenu1j\ql j\enotes
% mesure 21
\barre
\NOtes\hup K&\zhl b\zq f\ibu0h0\qh0h\sk\zq f\tqh0h\relax
&\ibbl1j0\tten1\qb1j\qb1{_i}\qb1k\enotes
\Notes&&\nbbbl1\qb1m\tqb1l\enotes
\temps\Notes&\zq d\ibu0f0\qh0f\sk\sk\sk\zq d\qh0f\relax
&\ibbbl1i0\qb1{kjihijk}\tqb1l\enotes
\NOtes&\zql a\zq d\qh0f\sk\zq d\tqh0f&\Ibbl1mi3\qb1{mk}\relax
\pince l\qb1j\enotes
\NOtes&&\itenu0i\tqb1i\enotes
% mesure 22
\barre\Notes\hup J&\zql N\ibu0g0\zq e\qh0g\sk\sk\sk\zq e\tqh0g\relax
&\tten0\ibbbl1i0\qb1{ijj}\tqb1i\Ibbbu1ig3\qh1{ihh}\tqh1g\enotes
\temps\Notes&\ibu0j0\zql e\zq g\qh0j\sk\sk\sk\zq g\tqh0j\relax
&\ibbbu1g0\qh1{ghh}\tqh1g\Ibbbu1ge3\qh1{gff}\tqh1e\enotes
\temps\NOtes&\zql e\rq f\ibu0h0\qh0h\sk\zq f\tqh0h\relax
&\ibbu1k0\qh1{flk}\tqh1j\enotes
% mesure 23
\barre\autolines{21}35\relax
\Notes\hu I&\doubler
\zhl d\zq f\ibu0h0\qh0h\zq f\qh0h\zq f\qh0h\zq f\tqh0h\relax
&\itenu1k\ql k\sk\sk\sk\tten1\Ibl1ki3\qbp1k\sk\sk\tbbl1\tqb1i\enotes
\NOTes\qu J&\zql c\zq e\ibu0g0\qh0g\zq e\tqh0g&\itenu1l\ql l\enotes
% mesure 24
\barre
\NOTes\qu{H}&\zqu j\ibl0e0\zq e\qb0h&\tten1\ibl1i0\itenu1l\qb1l\enotes
\Notes&\zq e\tqb0 h&\tten1\nbbbl1\qb1{ljk}\tqb1l\enotes
\temps\NOTes\hu I&\zhu i\ibl0d0\zq d\qb0f\zq d\qb0f\zq d\qb0f\zq e\tqb0g\relax
&\qlp m\sk\sk\cl l\enotes
% mesure 25
\barre\NOTes\hlp M&\zhlp f\ibu0k0\qh0h\zq h\qh0{_k}&\bigfl k\qlp k\enotes
\NOtes&\zq h\qh0k\sk\zq h\qh0k\sk\zq h\qh0k\sk\zq h\tqh0k\sk
&\sk\sk\ibbl1m0\qb1{mnonm}\tqb1l\enotes
% mesure 26
\barre\autolines{23}35\relax
\NOTes\hlp N&\zhlp e\ibu0i0\zq g\qh0i\zq g\qh0i&\itenu1k\ql{_k}\enotes
\NOtes&\zq i\qh0g\sk\zq i\qh0g\sk\zq i\qh0g\sk\zq i\tqh0g\sk
&\tten1\Ibbl1ko3\qb1{kln}\tqb1{o}\Ibbl1pk3\qb1{pnl}\tqb1k\enotes
% mesure 27
\barre
\NOTes\hl a&\zhl e\zq h\ibu0j0\qh0j\relax
&\bigfl k\ibl1j0\itenu1k\qb1k\enotes
\Notes&\zq h\qh0j&\tten1\nbbbl1\qb1{kjl}\tqb1k\enotes
\NOtes&\zq h\qh0j\sk\zq h\tqh0j&\Ibbl1jn3\qb1{jlm}\tqb1n\enotes
\temps\NOtes\qu H&\zql f\ibu0j0\zq h\qh0j\sk\zq h\tqh0j\relax
&\Ibbl1ol3\qb1{onm}\tqb1l\enotes
% mesure 28
\barre\NOTes\hu G&\rlap{\qsk\zhl f}\ibu0i0\bigna i\zq g\qh0i\zq g\qh0i\relax
&\itenu1m\ql m\enotes
\NOtes&\zq g\qh0i\sk\zq g\tqh0i&\tten1\ibbl1h0\qb1{mgh}\tqb1{=i}\enotes
\temps\NOtes\qu{H}&\itenl0f\zql f\zq h\itenu2h\itenu1j\qu j\relax
&\Ibbl1jk3\qb1{j=kl}\tqb1k\enotes
% mesure 29
\barre\autolines{23}35\relax
\NOtes\qu F&\tten2\tten1\tten0\zq f\zql h\Ibu0jk2\qh0j\sk\tqh0k\relax
&\ibbl1l0\qb1{lom}\tqb1k\enotes
\temps\NOTes\hu G&\zqlp d\na i\Ibu0ij3\zq g\qh0i\zq g\qh0i\zq g\qh0i\zq g\tqh0j\relax
&\qlp{=i}\sk\sk\cl j\enotes
% mesure 30
%\check
\barre
\NOTes\hup{H}&\zhlp c\ibu0h0\zq f\qh0h\zq f\qh0h\zq f\qh0h\zq f\qh0h\relax
&\itenl1f\hu f\enotes
\NOtes&\zq f\qh0h\sk\zq f\tqh0h&\tten1\Ibbu1fe3\qh1{fcd}\tqh1e\enotes
% mesure 31
%\check
\barre
\NOtes\hu G&\zhl d\bigna i\zq g\qh0i\sk\zq g\qh0i\sk
&\Ibbu1fe3\qh1{fed}\tqh1e\enotes
\NOtes&\zq g\qh0i\sk\zq g\tqh0i&\Ibbu1fg3\qh1{fgh}\tqh1g\enotes
\temps\Notes\ql L&\ibu0j0\zql c\zq g\qh0j\sk\sk\sk\zq g\tqh0j\relax
&\Ibbbu1gi7\qh1{gfefghi}\tqh1{=i}\enotes
% mesure 32
%\check
\barre\autolines{21}35\relax
\NOtes\bigaccid\zql{a}&\zql c\ibu0h0\zq f\qh0h\sk\zq f\tqh0h\relax
&\Ibl1jk3\qbp1j\sk\sk\tbbl1\tqb1k\enotes
\temps\NOTes\hl N&\ibl0d0\rlap{\qup{=i}}\zq d\qb0f\zq d\qb0f\zq d\qb0f\zcu j\zq e\tqb0g\relax
&\qlp k\sk\sk\cl j\enotes
% mesure 33
%\check
\def\motif{\zq h\qh0 j}%
\barre\NOTes\hu K&\bigaccid\lsh f\na h\zhl f\ibu0j0\motif\motif
\motif\tbu0\motif
&\bigsh m\itenu1m\hl m\enotes
\temps\NOTes\qu G&\zql d\bigna i\zq g\ibu0i0\qh0i\zq g\tqh0i\relax
&\tten1\Ibl1nk1\qb1n\tqb1k\enotes
% mesure 34
%\check
\barre\NOTes\Ibl2JG5\qb2J&\zql e\zq g\ibu0j0\qh0j&\Ibl1lj2\qb1l\enotes
\NOtes\qb2L&\zq g\tqh0j&\nbbl1\qb1k\tqb1j\enotes
\NOTes\qb2{NMN}\tqb2G&\zh d\zhl g\na i\qup i\sk\sk\cu j&\zcharnote
n{\Trille{2\noteskip}}\na i\qlp i\sk\sk\cl j\enotes
% mesure 35
%\check
\barre\autolines{17}35\relax
\NOTes\hup J&\Ibu0je1\zq e\zq g\qh0j&\hlp j\enotes
\NOTes&\itenl0N\zq N\zq c\tqh0e\enotes
\temps\NOTes&\tten0\zhl N\ibu0e0\zq c\qh0e\zq c\qh0e\zq c\qh0e\zq c\tqh0e\enotes
% mesure 36
%\check
\barre\NOTes\hup G&\ibu0e0\zhlp N\zq c\qh0e\rq d\qh0c\rq d\qh0c\rq d\qh0c\zq
{_b}\qh0d\zq b\tqh0d&\sk\sk\qsk\pause\enotes
% mesure 37
%\check
\barre\NOTes\hup J&\na e\zhlp N\ibu0e0\relax
\zq b\qh0 e\zq b\qh0 e\zq b\qh0 e\zq b\qh0 e\zq b\qh0 e\zq b\tqh0 e\relax
&\sk\sk\qsk\pause\enotes
% mesure 38
%\check
\barre\autolines{16}45\relax
\NOTes\hlp M&\rlap{\qsk\zql b}\ibu0f0\zq c\qh0f\zq c\qh0f\enotes
\NOTes&\itenl1a\zql a\zq c\qh0 f\zq c\tqh0f&\sk\pause\enotes
\temps\NOTes&\tten1\zq {ac}\rq f\qu e\enotes
% mesure 39
%\check
\barre\NOTes\hl N&\rlap{\qup f}\na b\ibl0b0\zq b\qb0d\zq b\qb0d\zq b\qb0d\relax
\Ibu1gc2\zq b\rlap{\tqb0d}\qh1g\relax
&\sk\sk\qsk\pause\enotes
\NOTes\ql a&\zq c\qh1e\rq d\tqh1c\enotes
% mesure 40
%\check
\barre\NOTes\ql M&\zq a\zql c\Ibu1ef1\qh1e\tqh1f\enotes
\temps\NOTes\ibu2N0\qh2{NMN}\tqh2G&\na b\zh b\hu d&\qsk\pause\enotes
% mesure 41
%\check
\cleftoksii={{6}{0}{0}{0}}\changeclefs\barre
\NOTES\hlp J&\zhp{LN}\hup c&\sk\pause\enotes
\finmorceau
\rightline{\sl\aujourdhui}\eject
\bye

View File

@ -0,0 +1,729 @@
\ifx\mxversion\undefined
\input musixtex
\input musixcpt
\input musixsty
\fi
%
\title{Concerto pour hautbois --- allegro}
\fulltitle{Concerto pour hautbois --- allegro}
\othermention{Transcription pour hautbois, fl\^{u}te et orgue\\{\bf
\ifFlute Partition fl\^{u}te\fi
\ifOboe Partition hautbois\fi
\ifOrgue Partition orgue\fi}
}
\shorttitle{Concerto pour hautbois --- allegro}
\author{Benedetto MARCELLO\\Transcription Daniel TAUPIN}
\shortauthor{B. Marcello, D. Taupin}
\maketitle
%
\parindent 13mm
\def\interfacteur{10} % was 9
\def\OrgelManual{\ifOrgue
\global\cleftoksi={{6}{0}{0}{0}}%
\def\interinstrumentii{0pt}%
\def\interinstrumenti{0pt}%
\nbporteesi=2\relax%
\fi
}
\def\OrgelPedal{\ifOrgue
\global\cleftoksi={{6}{6}{0}{0}}%
\def\interinstrumentii{-\Interligne}%
\def\interinstrumenti{-\Interligne}%
\nbporteesi=3\relax%
\fi
}
\ifOrgue
\def\nbinstruments{3}
\global\cleftoksi={{6}{6}{0}{0}}%
\global\cleftoksii={{0}{0}{0}{0}}%
\global\cleftoksiii={{0}{0}{0}{0}}%
\nbporteesi=3\relax%
\nbporteesii=1\relax%
\nbporteesiii=1\relax%
\def\instrumenti{Orgue}%
\def\instrumentii{Fl\^{u}te}%
\def\instrumentiii{Hautbois}%
\def\staffspacingii{0.64}\def\staffspacingiii{0.64}%
\else
\def\nbinstruments{2}
\global\cleftoksi={{0}{0}{0}{0}}%
\global\cleftoksii={{0}{0}{0}{0}}%
\nbporteesi=1\relax%
\nbporteesii=1\relax%
\def\instrumenti{Fl\^{u}te}%
\def\instrumentii{Hautbois}%
\ifFlute\def\staffspacingi{1.0}\else\def\staffspacingi{0.64}\fi
\ifOboe\def\staffspacingii{1.0}\else\def\staffspacingii{0.64}\fi%
\def\everystaff{\vrule width 0pt depth 5mm\relax}%
\fi
\ifOboe\def\interinstrumenti{2\Interligne}\fi
%
\signaturegenerale{-3}\relax
%\check
\def\doubler{\multiply\noteskip by 2\relax}%
%
% formes frequentes
%
\def\Pause{\sk\sk\sk\qsk\pause\sk\sk\sk}%
\def\PauseSoliste{\ifOrgue\Pause\else\sk\pause\sk\fi}%
\def\PauseSoliste{\Pause}%
%
\def\oct{\advance\transpose 7\relax}%
%
%
\def\clpz#1{\upz{#1}\cl{#1}}
\def\cupz#1{\lpz{#1}\cu{#1}}
\def\qlpz#1{\upz{#1}\ql{#1}}
\def\qupz#1{\lpz{#1}\qu{#1}}
%
\def\fourlll#1#2#3#4{\Ibbl0{#1}{#4}3%
\isluru0{#1}\qb0{#1}\tslur0{#2}\qb0{#2}\isluru0{#3}\qb0{#3}%
\tslur0{#4}\tqb0{#4}}%
%
\def\fourllu#1#2#3#4{\Ibbu0{#1}{#4}3%
\islurd0{#1}\qh0{#1}\tslur0{#2}\qh0{#2}\islurd0{#3}\qh0{#3}%
\tslur0{#4}\tqh0{#4}}%
%
\def\twobbu#1#2{\Ibbu0{#1}{#2}1\qh0{#1}\tqh0{#2}}
\def\twobbl#1#2{\Ibbl0{#1}{#2}1\qb0{#1}\tqb0{#2}}
%
\def\fourbu#1#2#3#4{\Ibu0{#1}{#4}3\qh0{#1#2#3}\tqh0{#4}}
\def\fourbl#1#2#3#4{\Ibl0{#1}{#4}3\qb0{#1#2#3}\tqb0{#4}}
%
\def\fourblu#1#2#3#4{\Ibu0{#1}{#4}3\islurd0{#1}\qh0{#1#2#3}\tslur0{#4}\tqh0{#4}}
\def\fourbll#1#2#3#4{\Ibl0{#1}{#4}3\isluru0{#1}\qb0{#1#2#3}\tslur0{#4}\tqb0{#4}}
%
\def\fourbbu#1#2#3#4{\Ibbu0{#1}{#4}3\qh0{#1#2#3}\tqh0{#4}}
\def\fourbbl#1#2#3#4{\Ibbl0{#1}{#4}3\qb0{#1#2#3}\tqb0{#4}}
%
\def\fourbblu#1#2#3#4{\Ibbu0{#1}{#4}3{\advance\transpose-1\islurd0{#1}}\qh0{#1#2#3}{\advance\transpose-1\tslur0{#4}}\tqh0{#4}}
\def\fourbbll#1#2#3#4{\Ibbl0{#1}{#4}3{\advance\transpose 1\isluru0{#1}}\qb0{#1#2#3}{\advance\transpose 1\tslur0{#4}}\tqb0{#4}}
%
\def\twobu#1#2{\Ibu0{#1}{#2}1\qh0{#1}\tqh0{#2}}
\def\twobl#1#2{\Ibl0{#1}{#2}1\qb0{#1}\tqb0{#2}}
\def\twolbu#1#2{\Ibu0{#1}{#2}1\islurd0{#1}\qh0{#1}\tslur0{#2}\tqh0{#2}}
\def\twolbl#1#2{\Ibl0{#1}{#2}1\isluru0{#1}\qb0{#1}\tslur0{#2}\tqb0{#2}}
\catcodesmusic
\def\org#1|#2&{\ifOrgue \ifnum\nbporteesi=3#1|\fi #2&\relax\fi}
\def\GO{\znotes\org|\zmidtwotext{\llap{\bf I}}&\enotes}
\def\Pos{\znotes\org|\zmidtwotext{\llap{\bf II}}&\enotes}
%
%\check
%
\generalmeter{\meterC}%
\sepbarrules
%
\OrgelPedal
\debutmorceau
\GO
\notes\org|\relax
&\ifFlute\zcharnote N{\sl (orgue solo)}\fi
&\ifOboe\zcharnote N{\sl (orgue solo)}\fi\zcharnote{w}{\kern -20mm\moyen Allegro moderato \bf(\metron{\cu}{112})}\enotes
%
%\check
% mesure 1
\Notes\org \Ibu0cL1\qh0c\tqh0J\ds\cu J\ibu0L0\qh0{KGN}\tqh0K\relax
|\Pause
|\oct\Ibu0cL1\qh0c\tqh0J\ds\cu J\ibu0L0\qh0{KGN}\tqh0K\relax
&\ifFlute\tinynotesize\oct\Ibu0cL1\qh0c\tqh0J\ds\cu J\ibu0L0\qh0{KGN}\tqh0K\relax
\else\PauseSoliste\fi
&\ifOboe \tinynotesize\oct\Ibu0cL1\qh0c\tqh0J\ds\cu J\ibu0L0\qh0{KGN}\tqh0K\relax
\else\PauseSoliste\fi
\enotes
%\check
\barre % mesure 2
\Notes\org \Ibu0LJ1\qh0L\tqh0J\ds\cu a\ibu0L0\qh0{INH}\tqh0M\relax
|\Pause
|\oct\Ibu0LJ1\qh0L\tqh0J\ds\cu a\ibu0L0\qh0{INH}\tqh0M\relax
&\ifFlute\tinynotesize\oct\Ibu0LJ1\qh0L\tqh0J\ds\cu a\ibu0L0\qh0{INH}\tqh0M\relax
\else\PauseSoliste\fi
&\ifOboe \tinynotesize\oct\Ibu0LJ1\qh0L\tqh0J\ds\cu a\ibu0L0\qh0{INH}\tqh0M\relax
\else\PauseSoliste\fi
\enotes
%\check
\barre % mesure 3
\notes\org \qu G\sk\qs\sk\sk\soupir\sk\sk\sk\hpause
|\relax \soupir\sk\qs\Ibbu0GI2\qh0{GH}\tqh0{=I}\Ibbu0JM3\qh0{JKL}\tqh0M\multnoteskip{1.44}\Ibu0NJ1\qh0N\tqh0G\relax
|\oct\qu G\sk\qs \Ibbu0GI2\qh0{GH}\tqh0{=I}\Ibbu0JM3\qh0{JKL}\tqh0M\multnoteskip{1.44}\Ibu0NJ1\qh0N\tqh0G\relax
&\ifFlute\tinynotesize\oct\qu G\sk\qs \Ibbu0GI2\qh0{GH}\tqh0{=I}\Ibbu0JM3\qh0{JKL}\tqh0M\multnoteskip{1.44}\Ibu0NJ1\qh0N\tqh0G\relax
\else\multnoteskip{1.8}\PauseSoliste\fi
&\ifOboe\tinynotesize\oct\qu G\sk\qs \Ibbu0GI2\qh0{GH}\tqh0{=I}\Ibbu0JM3\qh0{JKL}\tqh0M\multnoteskip{1.44}\Ibu0NJ1\qh0N\tqh0G\relax
\else\multnoteskip{1.8}\PauseSoliste\fi
\enotes
%\check
\barre % mesure 4
\Pos
\notes\org \doubler\Pause
|\doubler\ibl0K0\qb0{JKL}\tqb0J\qu{=I}\sk\ds\cu G\relax
|\doubler\zq N\zq c\qu e\sk\zql N\Ibu0ce1\qh0c\tqh0e\zq N\qu d\sk\ds\zq d\rq g\cu f\relax
&\ifFlute\zcharnote N{\sl fl\^{u}te}\fi
\ibu0g0\qh0g\sk\nbbu0\qh0g\tqh0f\doubler\qu g\sk\qu g\sk\ds\cu{=i}\relax
&\ifOboe\zcharnote N{\sl hautbois}\fi
\uptext{\p}\cl j\sk\sk\sk\qs\Ibbl0jl2\qb0j\qb0k\tqb0l\Ibl0kg2\qb0 k\sk\tqb0g\ibbl0m0\qb0{nmn}\tqb0k\enotes
%\check
\barre % mesure 5
\Notes\org\soupir\sk|\ql J\sk|\zq{ce}\qu g&\ql j\sk&\Ibl0lj1\qb0l\tqb0j\enotes
\GO
\Notes\org \ds\cu a\ibu0L0\qh0{INH}\tqh0M\relax
|\soupir\sk\sk\hpause
|\oct\ds\cu a\ibu0L0\qh0{INH}\tqh0M\relax
&\ifFlute\tinynotesize\oct\ds\cu a\ibu0L0\qh0{INH}\tqh0M\relax
\else\soupir\sk\sk\hpause\fi
&\ifOboe\tinynotesize\oct\ds\cu a\ibu0L0\qh0{INH}\tqh0M\relax
\else\soupir\sk\sk\hpause\fi
\enotes
%\check
\barre % mesure 6
\ifOrgue\def\atnextline{\OrgelManual}\fi%
\notes\org \qu G\sk\qs\sk\sk\soupir\sk\sk\sk\hpause
|\relax \soupir\sk\qs\Ibbu0GI2\qh0{GH}\tqh0{=I}\Ibbu0JM3\qh0{JKL}\tqh0M\multnoteskip{1.44}\Ibu0NJ1\qh0N\tqh0G\relax
|\oct\qu G\sk\qs \Ibbu0GI2\qh0{GH}\tqh0{=I}\Ibbu0JM3\qh0{JKL}\tqh0M\multnoteskip{1.44}\Ibu0NJ1\qh0N\tqh0G\relax
&\ifFlute\tinynotesize\oct\qu G\sk\qs \Ibbu0GI2\qh0{GH}\tqh0{=I}\Ibbu0JM3\qh0{JKL}\tqh0M\multnoteskip{1.44}\Ibu0NJ1\qh0N\tqh0G\relax
\else\multnoteskip{1.8}\PauseSoliste\fi
&\ifOboe\tinynotesize\oct\qu G\sk\qs \Ibbu0GI2\qh0{GH}\tqh0{=I}\Ibbu0JM3\qh0{JKL}\tqh0M\multnoteskip{1.44}\Ibu0NJ1\qh0N\tqh0G\relax
\else\multnoteskip{1.8}\PauseSoliste\fi
\enotes
%\check
\barre % mesure 7
\Pos
\notes\org \doubler\Pause
|\doubler\ibl0K0\qb0{JKL}\tqb0J\qu{=I}\sk\ds\cu G\relax
|\doubler\zq N\zq c\qu e\sk\zql N\Ibu0ce1\qh0c\tqh0e\zq N\qu d\sk\ds\zq d\rq g\cu f\relax
&\ibu0g0\qh0g\sk\nbbu0\qh0g\tqh0f\doubler\qu g\sk\qu g\sk\ds\cu{=i}\relax
&\uptext{\p}\cl j\sk\sk\sk\qs\Ibbl0jl2\qb0j\qb0k\tqb0l\Ibl0kg2\qb0 k\sk\tqb0g\ibbl0m0\qb0{nmn}\tqb0k\enotes
%\check
\barre % mesure 8
\notes\org\doubler\Pause
|\doubler\ibl0L0\qb0{Jca}\tqb0M\ql b\sk\ds\cl N\relax
|\zq c\qu e\sk\sk\sk\zql c\ibu0f0\qh0e\sk\nbbu0\qh0h\tqh0g\zq d\qu f\sk\sk\sk\ds\sk\zcl d\Ibbu0gf1\qh0g\tqh0f\relax
&\ibu0j0\qh0j\sk\nbbu0\qh0j\tqh0{_i}\itenu0j\qu j\sk\sk\sk\tten0\Ibu0ji3\qh0j\sk\nbbu0\qh0j\tqh0i\itenu1i\qu i\relax
&\pince n\rlap{\Ibbl0lj2\multnoteskip{0.667}\qbp0l\sk\tbbbl0\qb0k\tqb0j}\sk\sk\sk\sk\qs\isluru0l\ibbl0l0\qb0{lm}\tslur0l\tqb0l\fourlll
lkkn\fourlll nknk\enotes
%\check
\barre % mesure 9
\notes\org&\relax&\grcu l\enotes
\notes\org\doubler\Pause
|\doubler\ql a\sk\ds\cl M\Ibl0NK3\qb0{NNL}\tqb0J\relax
|\zq c\qu e\sk\sk\sk\ds\sk\zcl c\Ibbu0fe1\qh0f\tqh0e\doubler\Ibu0ec3\zq
c\qh0e\zq{=b}\qh0d\qh0c\zq N\tqh0c\relax
&\tten1\Ibu0ih3\qh0i\sk\nbbu0\qh0i\tqh0h\itenu0h\qu h\sk\sk\sk\tten0\Ibu0hg3\qh0h\sk\nbbu0\qh0h\tqh0g\Ibu0ge2\qh0g\sk\tqh0e\relax
&\fourlll kjjm\fourlll mjmj\pince m\Ibl0ji2\qb0j\sk\tqb0{=i}\sk\ds\sk\cu g\enotes
%\check
\barre % mesure 10
\notes\org\doubler\Pause
|\doubler\ql M\sk\twobl LK\qu J\sk\twobu JI\relax
|{\doubler \Ibu0cd1\zq c\qh0a\zq d\tqh0{=b}\Ibu0ef1\zq c\qh0e\zq d\tqh0f\zq e\qu g\sk\rlap{\twobl d{=e}}}\fourllu hggh\relax
&\fourllu fggh\fourlll h{=i}ij\Ibbl0jg2\qb0j\tbbl0\qb0g\tqb0g\sk\doubler{\twobl jj}\relax
&\fourlll h{=i}ij\fourlll jkkl\fourlll ljjk\fourlll k{=l}lm\enotes
%\check
\barre % mesure 11
\notes\org\doubler\Pause
|\doubler\ibu0K0\qh0{HaN}\tqh0{=I}\ibu0K0\qh0{JMN}\tqh0G\relax
|\rlap{\sk\sk\fourlll fggf}{\doubler\ibu0h0\zq f\qh0 h\qh0 j\qh0{=i}\rq
g\tqh0f\Ibu0gf1\zq e\qh0g\zq f\tqh0d}\Ibbu0fd2\zq d\qh0f\tbbu0\zq c\qh0e\zq{=b}\tqh0d\relax
&\fourlll jmml\Ibbu0lk2\qh0l\tbbu0\qh0k\tqh0k\sk\doubler\twobu jh\qu g\relax
&\mordent o{\doubler \isluru0m\qlp m\sk\sk\tslur0n\cl
n}\Ibl0lj3\qb0{_l}\sk\nbbl0\upz k\qb0k\upz j\tqb0j\Pince n\Ibl0ij3\isluru0i\qbp0{=i}\sk\sk\tbbl0\tslur0j\tqb0j\enotes
%\check
\barre % mesure 12
\notes\org\doubler\Pause
|\doubler\ibu0J0\qh0{JKL}\tqh0J\qu M\sk\twobu LK\relax
|{\doubler\zq{Nc}\qu e\sk\Ibu0dg1\zq N\qh0c\zq e\tqh0g}\zql f\fourllu
h{=i}ij\rlap{\doubler\twobl gf}\fourllu jiij\relax
&\ibu0g0\qh0g\sk\nbbu0\qh0g\tqh0f{\doubler \twobu gj}\fourllu jkkl\fourllu lkkl\relax
&\doubler\ql j\sk\soupir\sk\hpause\enotes
%\check
\barre % mesure 13
\notes\org\doubler\Pause
|\doubler\qu J\sk{\multnoteskip{1.2}\twobu JI}\twobu HH\twobu G{=I}\relax
|\rlap{\fourllu jjjk\multnoteskip{1.2}\fourllu k{=l}lm}{\doubler\twobl eg{\multnoteskip{1.2}\roff{\ibl0j0\qb0j}\tqb0j}\zql j\qu
m\sk}\ibu0g0\zq d\qh0g\sk\zq d\rq f\tqh0g\relax
&\fourlll lllm{\ifOrgue\multnoteskip{1.2}\fi\fourlll mnno\ql o}\sk\sk\sk\fourllu{=i}kgn\relax
&\doubler\Pause\enotes
%\check
\barre % musure 14
\notes\org\doubler\Pause
|\doubler\ibu0L0\qh0{JMN}\tqh0G\qu J\sk\ql c\relax
|\Ibu1gh2\zq g\qh1e\sk\rlap{\twobbl fe}\tqh1h\sk{\doubler\zql d\twobu
gf}{\doubler\ibu0h0\zq c\qh0e\zq c\zq e\tqh0g}\ibu0g0\zq e\qh0g\sk\nbbu0\qb0e\tqh0g\relax
&\Ibl0lj3\qb0l\sk\nbbl0\qb0k\tqb0j\Ibl0ij3\qbp0{=i}\sk\sk\tbbl0\tqb0j\doubler\ibl0j0\qb0{jjj}\tqb0j\relax
&{\doubler\sk\hpause\sk\sk}\qs\ibbl0j0\qb0j\isluru0j\qb0j\tslur0l\tqb0l\fourlll
lnn{_i}\enotes
%\check
\barre % mesure 15
\notes\org\doubler\Pause
|\doubler\qlpz M\sk\qlpz b\sk\qlpz L\sk\qlpz a\relax
|\zql c\ibu0h0\zq f\qh0h\sk\zq f\tqh0h\sk\ibu0f0\zq d\qh0f\sk\nbbu0\qh0d\tqh0f\relax
\roff{\zql d}\ibu0g0\zq e\qh0g\sk\zq e\tqh0g\sk\ibu0e0\zq c\qh0e\sk\nbbu0\qh0c\tqh0e\relax
&\doubler\ibu0j0\qh0{jj_i}\tqh0i\ibu0i0\qh0{iih}\tqh0h\relax
&\fourlll ihhk\fourlll kmmh\fourlll hggi\fourlll illg\enotes
\barre % mesure 16
\notes\org\doubler\Pause
|\doubler\qlpz K\sk\qlpz N\sk\qlpz J\sk\qlpz M\relax
|\zql c\ibu0f0\qh0f\sk\tqh0f\sk\ibu0d0\zq b\qh0d\sk\nbbu0\qh0b\tqh0d\relax
\zql b\ibu0e0\qh0e\sk\tqh0e\sk\ibu0d0\zq a\qh0c\sk\nbbu0\qh0d\tqh0c\relax
&\doubler\ibu0h0\qh0{hhg}\tqh0g\ibu0g0\qh0{ggf}\tqh0f\relax
&\fourlll gffh\fourlll hkkf\fourlll feei\fourlll lnml\enotes
\barre % mesure 17
\notes\org\doubler\Pause
|\doubler\Ibl0JL3\qb0{IbN}\tqb0L\ibl0a0\qb0{aNa}\tqb0N\relax
|\ibbu0d0\qh0{dfe}\tqh0d\ibbu0e0\qh0{egf}\tqh0e\ibbu0d0\qh0c\tbbu0\qh0e\tqh0b\sk\ibbu0d0\qh0c\tbbu0\qh0e\tqh0b\relax
&{\doubler\qu f\sk}\ibbu0g0\qh0{gih}\tqh0g\doubler\ibl0l0\qh0{ll}\ds\tqb0l\relax
&{\doubler\ql k\sk\ds\cl i}\fourlll jiij\fourlll jiij\enotes
%\check
\barre % mesure 18
\notes\org\doubler\Pause
|\doubler\twobl aH\ds\cl a\ibl0a0\qb0{bab}\tqb0a\relax
|\ibbu0c0\qh0{cMa}\tqh0c\cu f\sk\cu c\sk\ibbu0e0\qh0d\tbbu0\qh0f\tqh0c\sk\ibbu0e0\qh0d\tbbu0\qh0f\tqh0c\relax
&\ql m\sk\sk\sk\Ibbl0hm3\qb0{jhj}\itenu0m\tqb0m\tten0\doubler\ibl0m0\qh0{mm}\ds\tqb0m\relax
&{\doubler\twobu jf\ds\cl j}\fourlll kjjk\fourlll kjjk\enotes
\ifOrgue\def\atnextline{\OrgelPedal}\fi%
%\check
\barre % mesure 19
\notes\org\doubler\Pause
|\doubler\twobl bI\ds\cl{=b}\ibl0b0\qb0{cbc}\tqb0b\relax
|\ibbu0d0\qh0{dNb}\tqh0d\cu g\sk\cu d\sk\ibbu0f0\qh0e\tbbu0\qh0g\tqh0d\sk\ibbu0f0\qh0e\tbbu0\qh0g\tqh0d\relax
&\ql n\sk\sk\sk\Ibbl0in3\qb0{ikm}\itenu0n\tqb0n\tten0\doubler\ibl0n0\qh0{nn}\ds\tqb0n\relax
&{\doubler\twobu kg\ds\cl k}\fourlll lkkl\fourlll lkkl\enotes
%\check
\barre % mesure 20
\notes\org\doubler\Pause
|\doubler\twobl cJ\ds\cu J\ibu0J0\qb0{KJK}\tqh0J\relax
|\ibbu0e0\qh0{eac}\tqh0e\cu h\sk\cu e\sk\doubler\zhl b\ibu0f0\qh0{fef}\tqh0d\relax
&\ql o\sk\sk\sk\ibbl0j0\qb0{hjl}\tqb0h\itenu0h\qu h\sk\sk\sk\tten0\ibu0h0\qhp0h\sk\sk\tbbu0\tqh0h\relax
&{\doubler\twobu lh\ds\cl l}\fourlll moom\fourlll mkki\enotes
%\check
\barre % mesure 21
\notes\org\doubler\soupir\sk\soupir\sk\twobu LE\ds\cu L\relax
|\Ibl0La3\qb0L\sk\nbbl0\qb0N\tqb0a\doubler\zmidtwotext{\bf I}\twobl bI\twobu LL\soupir\relax
|\ibu0e0\zq b\qhp0e\sk\sk\tbbu0\zq c\tqh0e\Ibu0eg3\qh0d\sk\nbbu0\zq f\qh0h\zq e\tqh0g\doubler\zq e\twobu ge\ds\cu e\relax
&\Ibu0gj3\qhp0g\sk\sk\tbbu0\tqh0j\doubler\twobl ik\zmidtwotext{\f}\ql l\sk\soupir
\ifFlute\tinynotesize\cu e\fi
&\isluru0i\Ibbl0im3\qh0{ikl}\tslur0m\tqb0m\Pince
n\isluru0k\Ibl0kl3\qbp0k\sk\sk\tbbl0\tslur0l\tqb0l\doubler\ql l\sk\soupir
\ifOboe\tinynotesize\cu e\fi\enotes
%\check
\barre % mesure 22
\def\orgel{\ibu0N0\qh0{MIb}\tqh0M\twobu NL\ds\cl c}%
\Notes\org\orgel|\Pause|\oct\orgel\relax
&\ifFlute\tinynotesize\oct\orgel
\else\PauseSoliste\fi
&\ifOboe\tinynotesize\oct\orgel
\else\PauseSoliste\fi\enotes
\barre % mesure 23
\def\orgel{\ibu0N0\qh0{KbJ}\tqh0a\qu I\sk}%
\Notes\org\orgel|\sk\hpause\sk\sk\soupir|\oct\orgel\relax
&\ifFlute\tinynotesize\oct\orgel
\else\PauseSoliste\fi
&\ifOboe\tinynotesize\oct\orgel
\else\PauseSoliste\fi\enotes
\notes\org\sk\soupir|\qs\Ibbu0IK2\qh0{IJ}\tqh0K|\oct\qs\Ibbu0IK2\qh0{IJ}\tqh0K\relax
&\ifFlute\tinynotesize\oct\qs\Ibbu0IK2\qh0{IJ}\tqh0K\fi
&\ifOboe\tinynotesize\oct\qs\Ibbu0IK2\qh0{IJ}\tqh0K\fi\enotes
\ifOrgue\def\atnextline{\OrgelManual}\fi%
%\check
\barre % mesure 24
\def\orgel{\Ibbu0La3\qh0{LMN}\tqh0a{\multnoteskip{1.42}\twobu bI}}%
\notes\org|\orgel|\oct\orgel
&\ifFlute\tinynotesize\oct\orgel
\else\doubler\sk\hpause\fi
&\ifOboe\tinynotesize\oct\orgel
\else\doubler\sk\hpause\fi\enotes
\nspace\Pos\nspace
\notes\org\pause
|\doubler\ibu0L0\qh0{LMN}\tqh0L|\doubler\zql b\itenl0e\qu e\sk\tten0\zql
b\twobu eg\relax
&\doubler\rlap{\sk\turn n}\twobl gh\ql i\relax
&\ql l\sk\sk\sk\qs\Ibbl0ln3\isluru0l\qb0{lm}\tslur0n\tqb0n\enotes
%\check
\barre % mesure 25
\notes\org\doubler\Pause
|\doubler\qu K\sk\ds\cu I\ibu0L0\qh0{LKN}\tqh0L\relax
|\doubler\zq b\qu f\sk\ds\zq b\cu d\zq b\qu e\sk\Ibu0ei1\zq b\qh0e\zq g\tqh0i\relax
&{\doubler\qu i\sk\ds\cu
f}\Ibbu0gh3\islurd0g\qh0{gfg}\tslur0h\tqh0h\doubler\twobu il\relax
&{\doubler\twobl mi}\fourlll mhmh{\doubler\pince p\twolbu hg}\qs\ibbl0i0\qb0{il}\tqb0i\enotes
%\check
\barre % mesure 26
\notes\org\doubler\Pause
|\doubler \ibl0M0\qb0{aaN}\tqb0L\twobl aH\ds\cl {=a}\relax
|\doubler \ibu0j0\qh0{jei}\tqh0g\twobu jh\twobu fj\relax
&{\doubler\ibl0l0\qb0{ljl}\tqb0i}\ibbl0j0\qb0{lhj}\tqb0l\ibbl0k0\qb0{mjl}\tqb0m\relax
&\ibbl0j0\isluru0j\qb0{jhj}\tslur0l\tqb0l\relax
\ibbl0i0\isluru0i\qb0{igi}\tslur0l\tqb0l\relax
\ql j\sk\sk\sk\qs\ibbl0j0\qb0{jm}\tqb0j\enotes
%\check
\barre % mesure 27
\notes\org\doubler\Pause
|\doubler \ibl0N0\qh0{bb=a}\tqb0M\twobl bI\ds\cl {=b}\relax
|\doubler \ibu0k0\qh0{kfj}\tqh0{=h}\twobu ki\twobu gk\relax
&{\doubler\ibl0l0\qb0{mkm}\tqb0j}\ibbl0j0\qb0{mik}\tqb0m\ibbl0k0\qb0{nkm}\tqb0n\relax
&\ibbl0k0\isluru0k\qb0{kik}\tslur0m\tqb0m\relax
\ibbl0j0\isluru0i\qb0{j=hj}\tslur0m\tqb0m\relax
\ql k\sk\sk\sk\qs\ibbl0k0\qb0{kn}\tqb0k\enotes
%\check
\barre % mesure 28
\notes\org\doubler\Pause
|\doubler \ibl0N0\qb0{cc=b}\tqb0N\twobl cJ\soupir\relax
|\doubler \ibu0l0\qh0{lgk}\tqh0{=i}\zq l\qu g\sk\soupir\relax
&\doubler\ibl0m0\qb0{nln}\tqb0k\ql n\sk\soupir\relax
&\ibbl0l0\isluru0l\qb0{ljl}\tslur0n\tqb0n\relax
\ibbl0j0\isluru0k\qb0{k=ik}\tslur0n\tqb0n\relax
\fourlll lnnl\fourlll ljj{=h}\enotes
%\check
\ifOrgue\def\atnextline{\OrgelPedal}\fi%
\barre % mesure 29
\notes\org\doubler\Pause
|\doubler\doubler\ql M\soupir\ql L\soupir
|\doubler\doubler\zq e\qu c\qu d\zq d\qu g\qu c\relax
&\doubler\doubler\ql {=hkil}\relax
&\fourlll {=h}mmk\fourlll kiig\fourlll gllj\fourlll jhh{^f}\enotes
%\check
\barre % mesure 30
\notes\org\doubler\Pause
|\doubler\doubler\qu K\soupir\qu G\soupir
|\doubler\doubler\lsh f\zq {df}\qu{=h}\soupir\zq {dg}\qu i\soupir\relax
&\doubler\doubler\ql {j^mkn}\relax
&\fourlll {^f}{=h}kh\fourlll fhkh\fourlll iknk\fourlll {=i}knk\enotes
%\check
\barre % mesure 31
\notes\org\doubler\sk\sk\hpause
|\doubler\qu J\sk
|\doubler\zq{eg}\qu j\sk\soupir
&\doubler\doubler\ql l\soupir
&\fourlll lnnl\fourlll ljj{^m}\enotes
\GO
\notes\org\doubler\ibu0L0\qh0{K=L^M}\tqh0K\relax
|\hl d|\fourllu{^f}gg{=h}\doubler\twobu hf\relax
&\itenu0j\ql j\sk\sk\sk\tten0\ibl0j0\qbp0j\sk\sk\tbbl0\tqb0j\relax
&\ql m\sk\sk\sk\qs\Ibbl0km2\qb0{k=l}\tqb0m\enotes
%\check
\barre % mesure 32
\notes\org\doubler\Ibu0LJ3\qh0{NJK}\tqh0D\qu G\relax
|\doubler\ibl0d0\qb0{ded}\tqb0d\ql N\relax
|\doubler\ibl0h0\qb0g\zq{gi}\qb0l\zq{=h}\qb0k\lq j\zq h\tqb0k\zq{gi}\ql k\relax
&{\doubler \twobl in}\ibl0n0\isluru0n\qbp0n\sk\sk\tslur0m\tbbl0\tqb0{^m}\ql n\relax
&\isluru0n\ibbl0k0\qb0{nki}\tslur0j\tqb0j\Pince n{\doubler\qu{=h}\sk\qu g}\qsk\enotes
\Notes\org\ds\cl e|\soupir|\ds\cl l\relax
&\soupir\ifFlute\tinynotesize\cl l\fi
&\soupir\ifOboe \tinynotesize\cl l\fi\enotes
%\check
\barre % mesure 33
\Notes\org\ibl0M0\qb0{MdL}\tqb0c\qu K\relax
|\sk\sk\hpause\sk\soupir
|\ibu0h0\qh0{fke}\tqh0j\qu d\relax
&\ifFlute\tinynotesize\ibu0j0\qh0{fke}\tqh0j\qu d\relax
\else\rlap{\PauseSoliste}\fi
&\ifOboe \tinynotesize\ibu0j0\qh0{fke}\tqh0j\qu d\relax
\else\rlap{\PauseSoliste}\fi\enotes
%\check
\notes\org\sk\soupir
|\qs\Ibbl0KM2\qb0{K=L}\tqb0{^M}\relax
|\qs\Ibbu0df2\qb0{d=e}\tqh0{^f}\relax
&\ifFlute\tinynotesize\qs\Ibbu0df2\qb0{d=e}\tqh0{^f}\fi
&\ifOboe \tinynotesize\qs\Ibbu0df2\qb0{d=e}\tqh0{^f}\fi\enotes
%\check
\ifOrgue\def\atnextline{\OrgelManual}\fi%
\barre % mesure 34
\notes\org
|\Ibbl0Nc3\qb0{N=a_b}\tqb0c\relax
|\Ibbu0gi3\qh0{g=h_i}\tqh0j\relax
&\ifFlute\tinynotesize\Ibbu0gi3\qh0{g=h_i}\tqh0j\relax
\else\rlap{\doubler\Pause}\fi
&\ifOboe \tinynotesize\Ibbu0gi3\qh0{g=h_i}\tqh0j\relax
\else\sk\sk\hpause\fi\enotes
\Notes\org
|\twobl dK\relax
|\twobu kd\relax
&\ifFlute\tinynotesize\twobu kd\fi
&\ifOboe \tinynotesize\twobu kd\fi\enotes
\notes\org\pause
|\doubler\ql N\sk\soupir
|\doubler\qu g\sk\soupir
&\ifFlute\tinynotesize\qu g\fi
&\ifOboe {\tinynotesize \zql g}\raise\Interligne\qs\else\qs\fi
\Ibbl0nk2\qb0n\isluru0n\qb0n\tslur0k\tqb0k\fourlll k{=i}ig\enotes
\Pos
%\check
\barre % mesure 35
\notes\org\rlap{\doubler\Pause}\relax
|\doubler\zq G\qu N\sk\soupir
|\doubler\zq n\zq{=i}\ql k\sk\soupir
&\sk\sk\hpause
&\fourlll g{=i}ik\fourlll knn{=l}\enotes
%\check
\Notes\org
|\hu J\relax % fourbu JJJJ\relax
|\ibl0i0\lfl i\lq i\zq g\qb0j\lq i\zq g\qb0j\lq i\zq g\qb0j\lq i\zq g\tqb0j\relax
&\ibl0l0\na l\qb0{lll}\tqb0l\relax
&\doubler\ql l\soupir\enotes
%\check
\barre % mesure 36
\notes\org\doubler\Pause
|\doubler\doubler\ql M\soupir\zq M\qu F\soupir
|\doubler\doubler\zq {f=h}\qu j\soupir\zq{=ac}\qu f\soupir
&\doubler\doubler\ql m\soupir\hpause
&\qs\Ibbl0mj2\qb0m\isluru0m\qh0m\tslur0j\tqb0j\relax
\fourllu j{=h}hf\fourllu fhhj\fourlll jmmk\enotes
\barre % mesure 37
\nspace
\Notes\org
|\hu I\relax % \fourbu IIII\relax
|\ibl0j0\lfl h\lq h\zq i\qb0k\lq h\zq i\qb0k\lq h\zq i\qb0k\lq h\zq i\tqb0k\relax
&\ibl0m0\qb0{mmm}\tqb0m\relax
&\doubler\ql k\soupir\enotes
\notes\org\pause
|\doubler\ql L\sk\soupir
|\doubler\zq {il}\ql g\sk\soupir
&\doubler\ql n\sk\soupir
&\qs\Ibbl0li2\qb0l\isluru0l\qb0l\tslur0i\tqb0i\fourlll igge\enotes
%\check
\barre % mesure 38
\notes\org\rlap{\doubler\Pause}\relax
|\doubler\zq E\qu L\sk\soupir
|\doubler\zq {Nbe}\qu g\sk\soupir
&\sk\sk\hpause
&\fourllu eggi\fourlll illj\enotes
%\check
\Notes\org
|\hu H\relax % \fourbu HHHH\relax
|\ibl0i0\zq h\qb0j\zq h\qb0j\zq h\qb0j\zq h\tqb0j\relax
&\fourbl llll\relax
&\doubler\ql j\soupir\enotes
%\check
\barre % mesure 39
\notes\org\doubler\Pause
|\doubler\doubler\ql K\soupir\zq K\qu D\soupir
|\doubler\doubler\zq {fh}\qu k\soupir\zq{Mad}\qu f\soupir
&\doubler\doubler\ql m\soupir\hpause
&\qs\Ibbl0kh2\qb0k\isluru0k\qh0k\tslur0h\tqb0h\relax
\fourllu hffd\fourllu dffh\fourlll hkk{=i}\enotes
%\check
\barre % mesure 40
\notes\org\doubler\Pause
|\doubler\hu G\sk\sk\sk\hu J\relax % \fourbu GGGG\fourbu JJJJ\relax
|\doubler\ibl0h0\zq{g=i}\qb0k\zq{gi}\qb0k\zq{gi}\qb0k\zq{gi}\tqb0k\relax
\lfl i\ibl0h0\lq i\zq g\qb0j\lq i\zq g\qb0j\lq i\zq g\qb0j\lq i\zq g\tqb0j\relax
&\doubler\fourbl mmmm\na l\fourbl llll\relax
&\fourbblu{=i}gik\fourbblu igik\rlap{\sk\islurd0c\sk\sk\tslur0g}\fourbbu{=l}c{=e}g\fourbblu eceg\enotes
%\check
\barre % mesure 41
\notes\org\doubler\Pause
% |\doubler\fourbl MMMM\fourbl bbbb\relax
|\doubler\hl M\sk\sk\sk\hl b\relax
|\doubler\ibl0h0\zq{f=h}\qb0j\zq{fh}\qb0j\zq{fh}\qb0j\zq{fh}\tqb0j\relax
\ibu0h0\rq i\zq f\qh0{_h}\rq i\zq f\qh0h\rq i\zq f\qh0h\rq i\zq f\tqh0h\relax
&\doubler\fourbl {_l}lll\fourbl kkkk\relax
&\na h\fourbblu hfhj\fourbblu hfhj\fourbblu kikm\fourbblu kikm\enotes
\ifOrgue\def\atnextline{\OrgelPedal}\fi%
\barre % mesure 42
\notes\org\doubler\Pause
% |\doubler\fourbl LLLL\fourbl aaaa\relax
|\doubler\hl L\sk\sk\sk\hl a\relax % fourbl LLLL\fourbl aaaa\relax
|\doubler\ibl0h0\zq{eg}\qb0i\zq{eg}\qb0i\zq{eg}\qb0i\zq{eg}\tqb0i\relax
\ibu0h0\zq e\qh0{_h}\zq e\qh0h\zq e\qh0h\zq e\tqh0h\relax
&\doubler\fourbl {_k}kkk\fourbl jjjj\relax
&\rlap{\sk\islurd0e\sk\sk\tslur0i}\fourbbu negi\fourbblu gegi\fourbbll jhjl\fourbbll jhjl\enotes
%\check
\barre % mesure 43
\notes\org\doubler\Pause
% |\doubler\fourbl MMMM\fourbl MMMM\relax
|\doubler\hl M\sk\sk\sk\hl M\relax %MMM\fourbl MMMM\relax
|\doubler\ds\ibu0c0\zq a\qh0c\zq a\qh0c\zq a\tqh0c\relax
\ds\ibu0d0\zq a\qh0d\zq a\qh0d\zq a\tqh0d\relax
&\fourbblu jhjm\fourbblu jhjm\fourbblu hfhj\fourbblu hfhj\relax
&\itenu1m\wh m\enotes
\barre % mesure 44
\notes\org\doubler\sk\sk\hpause\relax
|\doubler\ibu0L0\qh0{NJN}\tqh0G\relax
|\doubler\ibu0i0\zq d\qh0g\zq e\qh0g\zq d\qh0g\zq d\tqh0f\relax
&\doubler\ibu0i0\qh0{=i}\itenl0j\qh0j\tten0\qh0j\tqh0i\relax
&\tten1\ibl0m0\qb0m\sk\nbbl0\qb0l\tqb0m\Pince
n\ibl0k0\qhp0k\sk\sk\nbbl0\tqb0j\enotes
%\check
\Notes\org\soupir\sk\ds\cl a\relax
|\qu J\zmidtwotext{\bf I}\sk\soupir
|\zq e\qu c\sk\ds\cu h\relax
&\qu j\sk\soupir\ifFlute\tinynotesize\cu h\fi
&\ql j\sk\soupir\ifOboe \tinynotesize\cu h\fi\enotes
%\check
\barre % mesure 45
\def\orgel{\ibu0L0\qh0{_INH}\tqh0M}%
\Notes\org\orgel|\sk\qsk\hpause|\oct\orgel
&\ifFlute\tinynotesize\oct\orgel
\else\rlap{\PauseSoliste}\fi
&\ifOboe \tinynotesize\oct\orgel
\else\rlap{\PauseSoliste}\fi
\enotes
%\check
\def\orgel{\qs\Ibbu0GI2\qh0{GH}\tqh0{=I}}%
\notes\org\qu G\sk\sk\soupir|\soupir\sk\orgel|\qu N\sk\oct\orgel\relax
&\ifFlute\tinynotesize\qu N\sk\oct\orgel\fi
&\ifOboe \tinynotesize\qu N\sk\oct\orgel\fi\enotes
\ifOrgue\def\atnextline{\OrgelManual}\fi%
%\check
\barre % mesure 46
\notes\org|\fourbbu JKLM|\fourbbu cdef\relax
&\ifFlute\tinynotesize\fourbbu cdef\fi
&\ifOboe \tinynotesize\fourbbu cdef\relax
\else\sk\sk\sk\hpause\fi\enotes
\Notes\org\sk\pause|\twobu NG\qu J\zmidtwotext{\bf II}\sk\soupir|\twobu gN\qu
c\sk\ds\zq g\cu{_i}\relax
&\ifFlute\tinynotesize\twobu gN\qu c\relax
\else\sk\pause\fi
&\ifOboe \tinynotesize\twobu gN\qu c\relax
\else\sk\sk\soupir\sk\fi\normalnotesize\ds\cl{=l}\enotes
%\check
\barre % mesure 47
\notes\org||\doubler\ibu0i0\zq h\qh0j\zq g\qh0
i\zq h\qh0 j\zq g\tqh0i\relax
&&\fourlll m{=l}lm\fourlll mllm\enotes
\Notes\org\pause|\pause|\ibu0i0\zq h\qh0j\zq g\tqh0i\ds\zq{=h}\cl j\relax
&\pause&\twobl ml\ds\cl{^m}\enotes
%\check
\barre % mesure 48
\notes\org\doubler\Pause
|\doubler\sk\hpause\sk\sk\ds\Ibl0bN2\qb0{=bc}\tqb0N\relax
|\doubler\ibl0i0\zq i\qb0k\zq h\qb0 j\zq i\qb0k\zq h\tqb0 j\relax
\ibu0h0\zq g\qh0i\tqh0{=i}\zq g\zq e\Ibu0jg1\qh0j\tqh0g\relax
&\doubler\Pause
&\fourlll n{^m}mn\fourlll nmmn\fourlll nkkl\fourlll l{=i}ij\enotes
%\check
\barre % mesure 49
\notes\org\doubler\Pause
|\doubler\zqu c\twobl a{=L}\zqu a\twobl MJ\rlap{\qu N\sk\qu N}\fourbl KJ{=I}G\relax
|\doubler\zq f\twobu h{=e}\zq c\twobu fc\zq{=b}\ibu0e0\qh0f\zq c\qh0e\zq d\qh0f\zq b\tqh0d\relax
&\doubler\Pause
&\fourllu jggh\fourllu h{=e}ef\itenl0f\qu f\sk\sk\sk\sk\tten0\fourllu fhgf\enotes
%\check
\barre % mesure 50
\Notes\org|\Ibl1JH3\qb1{JM}\relax
|\Ibu0eh1\zq{Nc}\qh0{_e}\zq{ac}\tqh0h\relax
&&\ibu2i0\qh2{_ej}\enotes
\notes\org\sk\sk\sk\pause|\qb1N\sk\tqb1G\relax
|\zql{=b}\fourbbu gfed\relax
&\hpause
&\doubler\qh2d\tqh2{=i}\enotes
\Notes\org|\rlap{\sk\sk\sk\cu c}\fourbl JKLJ\relax
|\zq{Nc}\qu e\sk\ds\cu g\relax
&\soupir\sk\ds\cl{=l}\relax
&\qup c\sk\sk\ds\enotes
%\check
\barre % mesure 51
\notes\org\doubler\sk\sk\sk\pause
|\doubler\zqu c\ibl0K0\qb0{MJ}\raise6\internote\rlap{\ds}\qb0M\zcu c\tqb0J\relax
|\fourllu hggh\fourllu hggh\relax
&\fourlll m{=l}lm\fourlll mllm\relax
&\doubler\sk\sk\sk\pause\enotes
\Notes\org|\zqu c\twobl MJ\ds\zcl K\cu d\relax
|\twobu hg\ds\cu{=h}\relax
&\twobl ml\ds\cl{^m}&\enotes
%\check
\barre % mesure 52
\notes\org\doubler\sk\sk\sk\pause
|\doubler\zqu d\ibl0L0\qb0{NK}\raise6\internote\rlap{\ds}\qb0N\zcu d\tqb0K\relax
|\fourllu i{=h}hi\fourllu ihhi\relax
&\fourlll n{^m}mn\fourlll nmmn\relax
&\doubler\sk\sk\sk\pause\enotes
%\check
\notes\org|\doubler\zqu d\ql N\sk
|\multnoteskip{1.2}\fourlll i{=i}ij\relax
&\ifOrgue\multnoteskip{1.2}\fi\fourlll nkkl&\enotes
%\check
\notes\org|\doubler\raise6\internote\rlap{\ds}\ql G\cu N\relax
|\fourlll jiij\relax
&\fourlll lkkl&\enotes
%\check
\barre % mesure 53
\notes\org\doubler\sk\sk\sk\pause
|\doubler\zhl J\raise 2\internote\rlap{\ds}\hu c\ibu0N0\zq{=L}\qh0N\zq M\qh0a\tqh0N\relax
|\fourlll jgg{_h}\fourlll h{=l}lm\relax
&\fourlll l{=l}l{=m}\fourlll mnno\relax
&\doubler\sk\sk\sk\pause\enotes
\Notes\org|\zql M\cu c\qu d\multnoteskip{0.71}\doubler\rlap{\sk\cu N}\twobl NG\relax
|\ql m\sk\ql{=i}\relax
&\itenu0o\ql o\sk\multnoteskip{0.71}\tten0\fourbbl oonm\enotes
%\check
\barre % mesure 54
\notes\org\doubler\sk\sk\sk\pause
|\rlap{\sk\sk\sk\sk\fourbbu NMLK}\doubler\zqu c\Ibl0JG3\qb0{JMN}\tqb0G\relax
|\fourbbl jlkj\ibl0i0\qbp0{=i}\sk\sk\tbbl0\tqb0j\relax
&\fourbbll lnml\isluru0k\ibl0j0\qbp0k\sk\sk\tbbl0\tslur0j\tqb0j\relax
&\doubler\sk\sk\hpause\enotes
\Notes\org|\zql J\fourbu JKLJ\relax
|\ql j\sk\ds\cu e\relax
&\ql j\sk\ds\cl j\relax
&\soupir\sk\ds\cl l\enotes
%\check
\barre % mesure 55
\notes\org\doubler\Pause
|\itenu1N\wh N\relax
|\fourllu edde\fourllu fgfe\fourllu edde\fourllu fgfe\relax
&\fourlll j{=i}ij\fourlll klkj\fourlll jiij\fourlll klkj\relax
&\fourlll lkkl\fourbbll mnml\fourlll lkkl\fourbbll mnml\enotes
%\check
\barre % mesure 56
\Notes\org|\tten1\fourbl NNLJ|\twobu ed\Ibu0ge1\zq g\qh0c\zq{Nc}\tqh0e\relax
&\twobl j{=i}\ql j\relax
&\twobl lk\ds\cu g\enotes
\notes\org\pause
|\doubler\zq a\ql M\sk\Ibl0LK1\zq c\qb0L\zq{=b}\tqb0K\relax
|\doubler\zq c\qu c\sk\twobu ef\relax
&\fourllu fggh\Ibbu0hg2\qh0h\tbbu0\qh0g\tqh0g\relax
&\fourlll h{=i}ij\fourlll jkkl\enotes
\ifOrgue\def\atnextline{\OrgelPedal}\fi%
%\check
\barre % mesure 57
\notes\org\doubler\Pause
|\doubler\qu J\sk\twobu JI\ibu0M0\qh0{HaN}\tqh0{=I}\relax
|\zql c\zqu g\ibl0e0\qb0e\sk\nbbl0\qb0e\tqb0f\zql c\doubler\twobu f{=e}\zq
c\qu f\sk\zql d\multnoteskip{0.5}\ibu0g0\qhp0g\sk\sk\tbbu0\tqh0f\relax
&\qu g\sk\sk\sk\fourllu fggh\fourllu hjj{=i}\Ibbu0ik2\qh0i\tbbu0\qh0j\tqh0k\relax
&\fourlll ljjk\fourlll k{=l}lm\doubler\mordent o\isluru0m\qlp m\sk\sk\tslur0n\cl n\enotes
%\check
\barre % mesure 58
\notes\org\doubler\sk\sk\hpause
|\doubler\ibu0M0\qh0{JMN}\tqh0G\relax
|{\doubler\ibu0f0\qh0{_e}\zq c\tqh0f}\zq {=b}\zql d\fourbblu gfed\relax
&{\doubler\twobu jh}\ibbu0k0\qh0{gml}\tqh0k\relax
&\Ibl0lj3\isluru0l\qb0 l\sk\nbbl0\qb0k\tslur0j\tqb0j\Pince n\isluru0i\Ibl0ij3\qbp0{=i}\sk\sk\tslur0j\tbbl0\tqb0j\enotes
\Notes\org\fourbu JKLJ\relax
|\qlp c\sk\sk\cl N\relax
|\fourbu efge\relax
&\fourbl lmnl\relax
&\ql j\sk\soupir\enotes
%\check
\barre % mesure 59
\notes\org\doubler\ql M\sk\soupir\sk\sk\hpause
|\doubler\qu M\sk\twobu LK\qu J\sk \twobu JI\relax
|\fourllu a{=b}bc\fourllu cbbc\Ibbu0cd3\qh0{cc}\islurd0c\qh0c\tslur0d\tqh0d\fourllu d{=e}ef\relax
&\advance\transpose 7\fourlll cdde\fourlll edde\Ibbl0ef3\qb0{ee}\isluru0e\qb0e\tslur0f\tqb0f\fourlll fggh\relax
&\doubler\Pause\enotes
%\check
\barre % mesure 60
\Notes\org\ibu0M0\qh0{HaN}\tqh0{=I}\relax
|\ql c\sk\twobl{=b}d\relax
|\zq f\ibu0h0\qh0h\itenu0f\qh0f\zq d\tten0\qh0f\tqh0g\relax
&\ibl0m0\qb0{omk}\tqb0n\enotes
\notes\org\ibu1M0\doubler\qh1{JM}\relax
|\zq c\ql N\relax
|\fourbbu fedc\relax
&\fourbbl mlkj&\pause\enotes
\Notes\org\qh1N\tqh1G\relax
|\twobl bN|\qu g\relax
&\twobl n{=i}\enotes
%\check
\barre % mesure 61
\NOtes\org\pointdurgue B\wh C|\zw J\wh N|\zw c\wh e\relax
&\pointdorgue m\wh j&\pointdorgue m\pause\enotes
% \ifOrgue\advance\mulooseness 1\fi
\ifOrgue\linegoal 19\fi
\finmorceau
\endinput

View File

@ -0,0 +1,723 @@
\ifx\mxversion\undefined
\input musixtex
\input musixcpt
\input musixsty
\fi
%
\title{Concerto pour hautbois --- adagio}
\fulltitle{Concerto pour hautbois --- adagio}
\othermention{Transcription pour hautbois, fl\^{u}te et orgue\\{\bf
\ifFlute Partition fl\^{u}te\fi
\ifOboe Partition hautbois\fi
\ifOrgue Partition orgue\fi}
}
\shorttitle{Concerto pour hautbois --- adagio}
\author{Benedetto MARCELLO\\Transcription Daniel TAUPIN}
\shortauthor{B. Marcello, D. Taupin}
\maketitle
%
\parindent 13mm
\def\interfacteur{10} % was 9
\def\OrgelManual{%
\global\cleftoksi={{6}{0}{0}{0}}%
\def\interinstrumentii{0pt}%
\def\interinstrumenti{0pt}%
\nbporteesi=2\relax%
}
\def\OrgelPedal{%
\global\cleftoksi={{6}{6}{0}{0}}%
\def\interinstrumentii{0pt}%
\def\interinstrumenti{0pt}%
\nbporteesi=3\relax%
}
\ifOrgue
\def\nbinstruments{3}
\global\cleftoksi={{6}{0}{0}{0}}%
\global\cleftoksii={{0}{0}{0}{0}}%
\global\cleftoksiii={{0}{0}{0}{0}}%
\nbporteesi=3\relax%
\nbporteesii=1\relax%
\nbporteesiii=1\relax%
\def\instrumenti{Orgue}%
\def\instrumentii{Fl\^{u}te}%
\def\instrumentiii{Hautbois}%
\def\staffspacingii{0.64}\def\staffspacingiii{0.64}%
\else
\def\nbinstruments{2}
\global\cleftoksi={{0}{0}{0}{0}}%
\global\cleftoksii={{0}{0}{0}{0}}%
\nbporteesi=1\relax%
\nbporteesii=1\relax%
\def\instrumenti{Fl\^{u}te}%
\def\instrumentii{Hautbois}%
\ifFlute\def\staffspacingi{1.0}\else\def\staffspacingi{0.64}\fi
\ifOboe\def\staffspacingiii{1.0}\else\def\staffspacingii{0.64}\fi%
\def\everystaff{\vrule width 0pt depth 8mm\relax}%
\fi
\ifOboe\def\interinstrumenti{2\Interligne}\fi
%
\signaturegenerale{-3}\relax
%\check
\def\doubler{\multiply\noteskip by 2\relax}%
%
% formes frequentes
%
\def\Pause{\sk\sk\qsk\pause}%
%
\def\twobbu#1#2{\Ibbu0{#1}{#2}1\qh0{#1}\tqh0{#2}}
\def\twobbl#1#2{\Ibbl0{#1}{#2}1\qb0{#1}\tqb0{#2}}
%
\def\fourbbu#1#2#3#4{\Ibbu0{#1}{#4}3\qh0{#1#2#3}\tqh0{#4}}
\def\fourbbl#1#2#3#4{\Ibbl0{#1}{#4}3\qb0{#1#2#3}\tqb0{#4}}
%
\def\fourlll#1#2#3#4{\Ibbl0{#1}{#4}3%
\isluru0{#1}\qb0{#1}\tslur0{#2}\qb0{#2}\isluru0{#3}\qb0{#3}%
\tslur0{#4}\tqb0{#4}}%
%
\def\fourllu#1#2#3#4{\Ibbu0{#1}{#4}3%
\islurd0{#1}\qh0{#1}\tslur0{#2}\qh0{#2}\islurd0{#3}\qh0{#3}%
\tslur0{#4}\tqh0{#4}}%
%
\def\twobu#1#2{\Ibu0{#1}{#2}1\qh0{#1}\tqh0{#2}}
\def\twobl#1#2{\Ibl0{#1}{#2}1\qb0{#1}\tqb0{#2}}
%
\def\sixbu#1#2#3#4#5#6{\Ibu0{#1}{#2}1\qh0{#1}\qh0{#2}\qh0{#3}\qh0{#4}\qh0{#5}\tqh0{#6}}
\def\sixbl#1#2#3#4#5#6{\Ibl0{#1}{#2}1\qb0{#1}\qb0{#2}\qb0{#3}\qb0{#4}\qb0{#5}\tqb0{#6}}
%
\def\twolbu#1#2{\Ibu0{#1}{#2}1\islurd0{#1}\qh0{#1}\tslur0{#2}\tqh0{#2}}
\def\twolbl#1#2{\Ibl0{#1}{#2}1\isluru0{#1}\qb0{#1}\tslur0{#2}\tqb0{#2}}
%
%\check
%
\catcodesmusic
\def\org#1|#2&{\ifOrgue \ifnum\nbporteesi=3#1|\fi #2&\relax\fi}
%
\generalmeter{\meterfrac 34}%
\sepbarrules
%
\debutmorceau
%\check
%
\notes\org\relax
|&&\zcharnote{w}{\kern -20mm\moyen Adagio
\bf(\metron{\cu}{84})}\enotes
%
%\check
%
% mesure 1
\NOTes\org\Pause\relax
|\Pause\relax
|\ibl0j0\qb0{jjjjj}\tqb0j\relax
&\ifFlute\zcharnote N{\sl (orgue solo)}\fi
\ifFlute\tinynotesize\ibl0j0\qb0{jjjjj}\tqb0j\relax
\else\Pause
\fi\relax
&\ifOboe\zcharnote N{\sl (orgue solo)}\fi
\ifOboe\tinynotesize\ibl0j0\qb0{jjjjj}\tqb0j\relax
\else\Pause\fi\enotes
% mesure 2
\barre\NOTes\org\Pause
|\Pause\relax
|\ibl0j0\qb0j\qb0j\qb0j\qb0j\qb0j\tqb0j\relax
&\ifFlute\zcharnote N{\sl fl\^{u}te}\fi\ibl0k0\qb0k\qb0k\qb0k\qb0k\qb0k\tqb0k\relax
&\ifOboe\tinynotesize\ibl0j0\qb0j\qb0j\qb0j\qb0j\qb0j\tqb0j\relax
\else\Pause\fi\enotes
% mesure 3
\barre\NOTes\org\hup G\relax
|\roff{\pt g}\rh g\hup f\relax
|\na i\ibl0i0\qb0{iiiii}\tqb0i\relax
&\ibl0k0\qb0{kkkkk}\tqb0k\relax
&\ifOboe\tinynotesize\na i\ibl0i0\qb0{iiiii}\tqb0i\relax
\else\Pause\fi\enotes
% mesure 4
\def\motif{\zq j\qh0 l}%
\barre\NOTes\org\Ibu1CJ1\qh1C\itenl5J\tqh1J\relax
|\itenl1e\zhp c\zhp g\hlp e\relax
|\ibl3j0\qb3{jj}\relax
&\ibl4l0\qb4{ll}\relax
&\ifOboe\zcharnote N{\sl hautbois}\fi\twolbl jl\enotes
\NOTes\org\tten5\hu J\relax
|\relax
|\qb3{jj}\relax
&\qb4{ll}\relax
&\twolbl ln\enotes
\NOTes\org\relax
|\relax
|\qb3j\relax
&\qb4l\relax
&\isluru5n\ibl5n0\qb5n\enotes
\NOtes\org\relax
|\relax
|\tqb3j\relax
&\tqb4l\relax
&\nbbl5\qb5o\tslur5n\tqb5n\enotes
% mesure 5
\barre\NOTes\org\hup F\relax
|\tten1\zql e\roff{\hup f}\sk\ql d\sk\ql c\relax
|\ibu3h0\qh3{hhhhh}\tqh3h\relax
&\ibl4j0\qb4{jjjjj}\tqb4j\relax
&\mordant q\hl o\sk\sk\sk\soupir\enotes
% mesure 6
\barre\temps\NOTes\org\hup I\relax
|\zhl b\hup f\relax
|\ibu3h0\qh3{hh}\relax
&\ibl4k0\qh4{kk}\relax
&\twolbl ik\enotes
\NOTes\org\relax
|\relax
|\qh3{h}\relax
&\qh4k\relax
&\Ibl5kl2\isluru5k\qb5k\enotes
\NOtes\org\relax
|\relax
|\qh3h\relax
&\qb4k\relax
&\nbbl5\qb5m\tslur5l\tqb5l\enotes
\NOtes\org\relax
|\itenl2d\ql d\relax
|\qb3h\sk\tqh3h\relax
&\qb4k\sk\tqb4k\relax
&\Ibbl5mn3\isluru5m\qb5{mno}\tslur5n\tqb5n\enotes
% mesure 7
\barre
\NOTes\org\hup E\relax
|\tten2\qu d\sk\qu c\sk\qu b\relax
|\sixbu gggggg\relax
&\sixbu iiiiii\relax
&\doubler\mordant p\hl n\sk\soupir\enotes
% mesure 8
\def\motif{\zq h\qh0j}%
\barre\NOtes\org\hup H\relax
|\doubler\doubler\zhl a\hup e\sk\itenl2c\qu c\relax
|\doubler\sixbu hhhhhh\relax
&\doubler\sixbl jjjjjj\relax
&\isluru0h\fourbbl hiji\fourbbl jklk\rlap{\sk\sk\sk\tslur0m}\fourbbl lmnm\enotes
% mesure 9
\def\motif{\zq f\qh0h}%
\def\motifa{\zq f\qh0i}%
\barre\NOTes\org\hup K\relax
|\doubler\tten2\qu c\qu b\qu a\relax
|\ibu0h0\motif\tbu0\motif\ibu0i0\motifa\motifa\motifa\tbu0\motifa\relax
&\sixbl kkkkkk\relax
&\doubler\mordant o\hl m\sk\soupir\enotes
% mesure 10
\barre
\Notes\org\Ibu1NG4\qh1N\sk\sk\sk\itenl1G\tqh1G\relax
|\hup f\relax
|\doubler\doubler\bigna i\ibu3i0\qh3{ii}\relax
&\doubler\doubler\ibl4k0\qb4k\qb4k\relax
&\islurd5f\Ibbbu5gk7\qh5{g^fgh=ihi}\tslur5i\tqh5j\enotes
\Notes\org\tten1\hu G\relax
|\relax
|\doubler\doubler\qh3{ii}\relax
&\doubler\doubler\qb4{kk}\relax
&\isluru5l\Ibbbl0jj7\qb0{kijkn=ml}\tslur5l\tqb0k\enotes
\NOtes\org\relax
|\relax
|\doubler\qh3i\tqh3i\relax
&\doubler\qb4k\tqb4k\relax
&\isluru5l\Ibbl0kl3\qb0{klm}\tslur5m\tqb0l\enotes
% mesure 11
%\check
\def\motif{\zq e\qh3 g}%
\barre\notes\org\Ibu1CJ5\qh1C\relax
|\hup c\relax
|\ibu3g0\motif\relax
&\ibl4j0\qb4j\relax
&\isluru5l\ibbbbl5l0\qb5{lkl}\tbbbbl5\tbbbl5\tbbl5\qb5m\enotes
\NOtes\org\relax
|\relax
|\relax
&\relax
&\tbl5\tslur5l\qbp5l\enotes
\NOTes\org\itenl1J\tqh1J\relax
|\relax
|\motif\relax
&\qb4j\relax
&\enotes
\NOtes\org\tten1\itenl1J\hu J\relax
|\relax
|\motif\sk\motif\relax
&\qb4j\sk\qb4j\relax
&\qsoupir\isluru5n\Ibbl5ln2\qb5{lo}\tslur5o\tqb5n\enotes
\NOtes\org\relax
|\relax
|\motif\sk\tbu3\motif\relax
&\qb4j\sk\tqb4j\relax
% &\Ibbl5ol3\qb5{omm}\tqb5l\enotes
&\fourlll omml\enotes
% mesure 12
%\check
\barre
\NOTes\org\tten1\qu J\relax
|\roff{\zql c}\hu d\relax
|\ibu3f0\qh3f\tqh3f\relax
&\ibu4h0\qh4h\tqh4h\relax
&\mordant p\ql k\sk\enotes
\NOtes\org\itenl1I\hu I\relax
|\hl b\relax
|\ibu0g0\qh0g\sk\tqh0g\relax
&\ibu0i0\qh0i\sk\tqh0i\relax
&\qsoupir
\isluru5m\Ibbl5km2\qb5{kn}\tslur5m\tqb5m\enotes
\NOtes\org\relax
|\qu e\relax
|\ibu3g0\qh3g\sk\relax
&\ibu4j0\qh4j\sk\relax
&\isluru5n\ibbl5k0\qb5n\qbp5l\enotes
\Notes\org\relax
|\relax
|\tqh3g\relax
&\tqh4j\relax
&\sk\nbbbl5\qb5{kj}\tslur5k\tqb5k\enotes
% mesure 13
\barre
\notes\org\tten1\qu I\relax
|\roff{\zql b}\hu c\relax
|\ibu3e0\qh3e\relax
&\ibu4g0\qh4g\relax
&\isluru5k\ibbbbl1j0\qb1{j=ij}\relax
\tbbbbl1\tbbbl1\tbbl1\qb1k\enotes
\NOtes\org\relax
|\relax
|\relax
&\relax
&\tslur5k\tbl1\qbp1j\enotes
\NOTes\org\relax
|\relax
|\tqh3e\relax
&\tqh4g\relax
&\enotes
\temps\Notes\org\hu H\relax
|\hl a\relax
|\ibu0f0\qh0f\sk\sk\sk\tqh0f\relax
&\ibu0h0\qh0h\sk\sk\sk\tqh0h\relax
&\qsoupir\sk\isluru5k\ibbbl1j0\qb1j\tbbl1\qb1l\nbbbl1\qb1{kjk}\tslur5l\tqb1l\enotes
\temps\Notes\org\relax
|\qu d\relax
|\ibu0f0\qh0f\sk\sk\sk\tqh0f\relax
&\ibu0h0\qh0h\sk\sk\sk\tqh0h\relax
&\isluru5n\ibbbl1k0\qb1{mnlmkl}\relax
\triolet n\qb1{jk}\tslur5k\tqb1j\enotes
% mesure 14
%\check
\def\motif{\rq g\qh3f}%
\barre
\NOTes\org\hup G\relax
|\hup b\relax
|\zhlp d\ds\ibu3g0\motif\motif\motif\motif\tbu3\motif
&\ds\ibu0i0\qh0{=iiii}\tqh0i\relax
&\bigna i\hl i\sk\sk\sk\soupir\enotes
% mesure 15
\barre\NOTes\org\hup J\relax
|\hup c\relax
|\bigna e\ibu0g0\zq e\qh0g\zq e\tqh0g\relax
&\twobu jg\relax
&\bigna l\twolbl ln\enotes
\NOTes\org\relax
|\relax
|\ibu0g0\zq e\qh0g\zq e\tqh0g\relax
&\twobu gg\relax
&\twolbl nl\enotes
\NOtes\org\relax
|\relax
|\doubler\twobu ee\relax
&\doubler\twobl jj\relax
&\fl i\isluru5m\ibbl1i0\qb1{inl}\tslur5m\tqb1i\enotes
% mesure 16
\barre\NOTes\org\hlp M\relax
|\qu c\relax
|\ibu3g0\qh3g\relax
&\ibl4j0\qb4j\relax
&\ibu5k0\itenl5i\qh5i\enotes
\Notes\org\relax
|\relax
|\tqh3g\relax
&\tqb4j\relax
&\tten5\nbbbu5\islurd5i\qh5{ihj}\tslur5i\tqh5i\enotes
\temps\NOTes\org\relax
|\hu f\relax
|\ibu0h0\qh0{hhh}\tqh0h\relax
&\ibl0j0\qb0{jjj}\tqb0j\relax
&\qu h\sk\soupir\enotes
% mesure 17
\def\motif{\zq h\qh0 k}%
\barre
\NOtes\org\hup K\relax
|\hup {^f}\relax
|\ibu3h0\na h\qh3h\sk\qh3h\relax
&\ibl4k0\qb0k\sk\qb0k\relax
&\ibbl1m0\sh m\qb1{m=om}\tqb1n\enotes
\Notes\org\relax
|\relax
|\qh3h\sk\sk\sk\qh3h\sk\sk\sk\relax
&\qb4k\sk\sk\sk\qb4k\sk\sk\sk\relax
&\Ibbbl1oh7\qb1{onm=lkji}\tqb1{=h}\enotes
\Notes\org\relax
|\relax
|\qh3h\sk\sk\sk\sk\tqh3h\sk\sk\sk\relax
&\qb4k\sk\sk\sk\sk\tqb4k\sk\sk\sk\relax
&\Ibbbu1dl9\qh1{d=e^fghij}\pointdurgue e\qhp1k\qsk\tbbbbu1\tqh1j\enotes
% mesure 18
\barre
\NOTes\org\hup G\relax
|\qu d\relax
|\twobu gg\relax
&\twobl kk\relax
&\twolbl ji\enotes
\NOTes\org\relax
|\itenl2e\hu e\relax
|\ibu3g0\qh3{ggg}\tqh3g\relax
&\ibl4i0\qb4{iii}\tqb4i\relax
&\bigfl l\twobl lk\mordant n\itenu5l\ql l\enotes
% mesure 19
\barre\NOTes\org\hl M\relax
|\tten2\qu e\relax
|\ibu3h0\qh3{_h}\relax
&\ibl4j0\qh4j\relax
&\tten5\isluru5m\ibl5l0\qb5l\enotes
\NOtes\org\relax
|\relax
|\tqh3h\relax
&\tqb4j\relax
&\nbbl5\qb5m\tqb5l\enotes
\NOTes\org\relax
|\hu d\relax
|\ibu3f0\qh3f\relax
&\ibu4h0\qh4h\relax
&\ibl5k0\qb5k\enotes
\NOtes\org\relax
|\relax
|\qh3f\relax
&\qh4h\relax
&\nbbl5\qb5l\tslur5k\tqb5j\enotes
\NOTes\org\qu F\relax
|\relax
|\qh3f\tqh3f\relax
&\qh4h\tqh4h\relax
&\itenu5k\mordant m\ql k\enotes
% mesure 20
\barre
\NOtes\org\hu E\relax
|\qu d\relax
|\doubler\twobu gg\relax
&\doubler\twobu ii\relax
&\tten5\ibbl0k0\rlap{\sk\isluru5n}\qb0{knl}\tqb0k\enotes
\temps\NOtes\org\relax
|\hu c\relax
|\ibu3e0\qh3{e*e}\relax
&\ibu4g0\qh4{g*g}\relax
&\ibbl0i0\qb0{jih}\tslur5i\tqb0i\enotes
\NOTes\org\ql L\relax
|\relax
|\qh3e\sk\tqh3e\relax
&\qh4g\sk\tqh4g\relax
&\upperna j\mordant o\itenu5j\ql j\enotes
% mesure 21
\barre
\NOtes\org\hup K\relax
|\hu b\relax
|\doubler\twobu ff\relax
&\doubler\twobu fh\relax
&\ibbl5j0\tten5\qb5j\isluru5k\qb5{_i}\qb5k\multnoteskip{0.71}\nbbbl5\qb5m\tqb5l\enotes
\Notes\org\relax
|\relax
|\ibu3d0\qh3d\sk\sk\sk\qh3d\relax
&\ibu4f0\qh4f\sk\sk\sk\qh4f\relax
&\ibbbl5i0\qb5{kjihijk}\tqb5l\enotes
\NOtes\org\relax
|\qu a\relax
|\qh3d\sk\tqh3d\relax
&\qh4f\sk\tqh4f\relax
&\Ibbl5mi3\qb5{mk}\relax
\pince l\qb5j\enotes
\NOtes\org\relax
|\relax
&\relax
&\tslur5k\itenu5i\tqb5i\enotes
% mesure 22
\barre
\Notes\org\hup J\relax
|\qu N\relax
|\ibu3e0\qh3e\sk\sk\sk\tqh3e\relax
&\ibu4g0\qh4g\sk\sk\sk\tqh4g\relax
&\tten5\ibbbl1i0\rlap{\sk\isluru5m}\qb1{ijj}\tqb1i\Ibbbu1ig3\qh1{ihh}\tqh1g\enotes
\Notes\org\relax
|\qu e\relax
|\ibu3g0\qh3g\sk\sk\sk\tqh3g\relax
&\ibu4j0\qh4j\sk\sk\sk\tqh4j\relax
&\ibbbu1g0\qh1{ghh}\tqh1g\Ibbbu1ge3\qh1{gff}\tqh1e\enotes
\temps\NOtes\org\relax
|\qu e\relax
|\ibu3f0\qh3f\sk\tqh3f\relax
&\ibu4h0\qh4h\sk\zq f\tqh4h\relax
&\ibbu5k0\tslur5m\rlap{\sk\isluru5r}\qh5{flk}\tqh5j\enotes
% mesure 23
\barre
\NOTes\org\hu I\relax
|\hu d\relax
|\ibu3f0\qh3{fff}\relax
&\ibu4h0\qh4{hhh}\relax
&\tslur5n\itenu5k\ql k\sk\tten5\Ibl5ki3\qbp5k\enotes
\NOtes\org
|\relax
|\tqh3f\relax
&\tqh4h\relax
&\sk\tbbl5\tqb5i\enotes
\NOTes\org\qu J\relax
|\qu c\relax
|\twobu ee\relax
&\twobu gg\relax
&\itenu5l\ql l\enotes
% mesure 24
\barre
\NOTes\org\qu{H}\relax
|\relax
|\ibu3h0\zq e\qh3h\relax
&\ql j\relax
&\tten5\ibl5i0\itenu5l\qb5l\enotes
\Notes\org\relax
|\relax
|\zq e\tqh3h\relax
&\relax
&\tten5\rlap{\sk\isluru5m}\nbbbl5\qb5{ljk}\tqb5l\enotes
\NOTes\org\hu I\relax
|\hpause
|\ibu0f0\zq d\qh0f\zq d\qh0f\zq d\qh0f\zq e\tqh0g\relax
&\hl i\relax
&\ifOboe\rlap{\tinynotesize\ibl0d0\zq d\qb0f\zq d\qb0f\zq d\qb0f\loff{\zq e\tqb0g}\relax}\fi
\qlp m\sk\sk\tslur5m\cl l\enotes
% mesure 25
\barre\NOTes\org\hlp M\relax
|\relax
|\zhlp f\ibu3h0\qh3{hhh}\relax
&\Ibl4hk6\qb4h\qb4{_kk}\relax
&\Uptext{\pp}\bigfl k\qlp k\enotes
\NOtes\org\relax
|\pause
|\doubler\qh3{hh}\tqh3h\relax
&\doubler\qb4{kk}\tqb4k\relax
&\ibbl5m0\isluru5n\qb5{mnonm}\tslur5m\tqb5l\enotes
% mesure 26
\barre
\NOTes\org\hlp N\relax
|\relax
|\zhlp e\ibu3g0\qh3{gg}\relax
&\ibu4i0\qh4{ii}\relax
&\itenu5k\ql{_k}\enotes
\NOtes\org\relax
|\sk\pause
|\doubler\qh3{ggg}\tqh3g\relax
&\doubler\qh4{iii}\tqh4i\relax
&\tten5\isluru5m\Ibbl1ko3\qb1{kln}\tqb1{o}\Ibbl1pk3\qb1{pnl}\tslur5m\tqb1k\enotes
% mesure 27
\barre
\NOTes\org\hl a\relax
|\hu e\relax
|\ibu3h0\qh3h\relax
&\ibl4j0\qb4j\relax
&\bigfl k\ibl1j0\isluru5l\itenu1k\qb1k\enotes
\Notes\org\relax
|\relax
|\qh3h\relax
&\qh4j\relax
&\tten1\nbbbl1\qb1{kjl}\tqb1k\enotes
\NOtes\org\relax
|\relax
|\qh3h\sk\tqh3h\relax
&\qb4j\sk\tqb4j\relax
&\Ibbl1jn3\qb1{jlm}\tqb1n\enotes
\NOtes\org\qu H\relax
|\itenl2f\qu f\relax
|\ibu3h0\qh3h\sk\tqh3h\relax
&\ibl4j0\qb4j\sk\tqb4j\relax
&\Ibbl1ol3\qb1{onm}\tslur5m\tqb1l\enotes
% mesure 28
\barre\NOTes\org\hu G\relax
|\tten2\hu f\relax
|\ibu3g0\qh3{gg}\relax
&\ibl4i0\bigna i\qb4{ii}\relax
&\itenu5m\ql m\enotes
\NOtes\org\relax
|\relax
|\qh3g\sk\tqh3g\relax
&\qb4i\sk\tqb4i\relax
&\tten5\ibbl5h0\rlap{\sk\isluru5j}\qb1{mgh}\tqb5{=i}\enotes
\NOtes\org\qu{H}\relax
|\itenl2f\qu f\relax
|\itenu3h\qu h\relax
&\itenu4j\ql j\relax
&\Ibbl1jk3\qb1{j=kl}\tqb1k\enotes
% mesure 29
\barre
\NOtes\org\qu F\relax
|\tten2\qu f\relax
|\doubler\tten3\twobu hh\relax
&\doubler\tten4\twobl jk\relax
&\ibbl5l0\qb5{lom}\tslur5m\tqb5k\enotes
\temps\NOTes\org\hu G\relax
|\qup d\sk\sk\cu e\relax
|\ibu0g0\qh0{ggg}\tqh0g\relax
&\qlp{=i}\sk\sk\cl j\relax
&\ifOboe\rlap{\tinynotesize\ibl0g0\qb0{ggg}\tqb0g\relax}\fi
\isluru5k\qlp{=i}\sk\sk\tslur5l\cu j\enotes
% mesure 30
%\check
\barre
\NOTes\org\hup{H}\relax
|\hup c\relax
|\ibu3h0\zq f\qh3h\zq f\qh3h\zq f\qh3h\zq f\qh3h\relax
&\ibl4j0\qb4{jjjj}\relax
&\itenl5f\hu f\enotes
\NOtes\org\relax
|\relax
|\zq f\qh3h\sk\zq f\tqh3h\relax
&\qb4j\sk\tqb4j\relax
&\tten5\rlap{\sk\islurd5c}\Ibbu5fe3\qh5{fcd}\tqh5e\enotes
% mesure 31
%\check
\barre
\NOtes\org\hu G\relax
|\hu d\sk
|\doubler\ibu3g0\qh3{gggg}\relax
&\doubler\bigna i\ibl4i0\qb4{iii}\tqb4i\relax
&\Ibbu5fe3\qh5{fed}\tslur5d\tqh5e\islurd5e\Ibbu5fg3\qh5{fgh}\tslur5f\tqh5g\enotes
\Notes\org\ql L\relax
|\qu c\relax
|\doubler\doubler\qh3g\tqh3g\relax
&\doubler\doubler\twobl jj\relax
&\islurd5f\Ibbbu1gi7\qh1{gfefghi}\tslur5g\tqh1{=i}\enotes
% mesure 32
%\check
\barre
\NOtes\org\bigaccid\zql{a}\relax
|\qu c\relax
|\ibu0f0\qh0f\sk\tqh0f\relax
&\doubler\twobu hh\relax
&\Ibl5jk3\qbp5j\sk\sk\tbbl5\tqb5k\enotes
\NOTes\org\hl N\relax
|\qup d\sk\sk\cu e\relax
|\twobu ff\twobu gg\relax
&\qlp{=i}\sk\sk\cl j\relax
&\ifOboe\rlap{\tinynotesize\twobl ff\twobl gg\relax}\fi
\isluru5l\qlp k\sk\sk\tslur5l\cu j\enotes
% mesure 33
%\check
\barre\NOTes\org\hu K\relax
|\zhu{^f}\hlp d\relax
|\na h\ibu3h0\qh3{hhh}\tqh3h\relax
&\ibl4j0\qb4{jjj}\tqb4j\relax
&\bigsh m\isluru5n\hl m\enotes
\NOTes\org\qu G\relax
|\raise 2\internote\soupir
|\twobu gg\relax
&\bigna i\twobu ii\relax
&\tslur5o\isluru5o\twobl nk\enotes
% mesure 34
%\check
\barre\NOTes\org\Ibl1JG5\qb1J\relax
|\qu e\relax
|\ibu3g0\qh3g\relax
&\ibl4j0\qb4j\relax
&\tslur5m\Ibl5lj2\qb5l\enotes
\NOtes\org\qb1L\relax
|\relax
|\tqh3g\relax
&\tqb4j\relax
&\nbbl5\qb5k\tqb5j\enotes
\NOTes\org\qb1{NMN}\tqb1G\relax
|\hu d\relax
|\hu g\relax
&\na i\qup i\sk\sk\cu j\relax
&\zcharnote o{\Trille{1.8\noteskip}}\na i\ql i\sk\rlap{\isluru5j\sk\tslur5k}\twobl ij\enotes
\ifOrgue\cleftoksi={{6}{6}{0}{0}}\changeclefs\fi
% mesure 35
%\check
\barre
\NOTes\org\hup J\relax
|\rlap{\sk\itenl2N}\twobl cN\relax
|\Ibu3ge1\zq e\qh3g\zq c\tqh3e\relax
&\Ibl4jl5\qh4{jl}\relax
&\hlp j\enotes
\NOTes\org\relax
|\tten2\hl N\relax
|\ibu3e0\zq c\qh3e\zq c\qh3e\zq c\qh3e\zq c\tqh3e\relax
&\qb4{lll}\tqb4l\enotes
% mesure 36
%\check
\barre\NOTes\org\hup G\relax
|\hlp N\relax
|\ibu3e0\zq c\qh3e\rq d\qh3c\rq d\qh3c\rq d\qh3c\zq
{_b}\qh3d\zq b\tqh3d\relax
&\Ibl4lk5\qb4{lkkkk}\tqb4k\relax
&\sk\sk\qsk\pause\enotes
% mesure 37
%\check
\barre\NOTes\org\hup J\relax
|\hlp N
|\na e\ibu3e0\relax
\zq b\qh3 e\zq b\qh3 e\zq b\qh3 e\zq b\qh3 e\zq b\qh3 e\zq b\tqh3 e\relax
&\na l\ibl4l0\qb4{lllll}\tqb4l\relax
&\sk\sk\qsk\pause\enotes
% mesure 38
%\check
\barre
\NOTes\org\hlp M\relax
|\zql b\relax
|\ibu3f0\zq c\qh3f\zq c\qh3f\relax
&\ibl4m0\qb4m\qb4m\enotes
\NOTes\org\relax
|\itenu2a\ql a\relax
|\zq c\qh3f\zq c\tqh3f\relax
&\qb4m\tqb4m\relax
&\sk\pause\enotes
\temps\NOTes\org\relax
|\tten2\ql a\relax
|\zq {c}\rq f\qu e\relax
&\ql m\sk
&\enotes
% mesure 39
%\check
\barre
\NOTes\org\hl N\relax
|\na b\ibl2b0\zq b\qb2d\zq b\qb2d\zq b\qb2d\zq b\tqb2d\relax
|\qup f\sk\sk\Ibu3gc2\qh3g\relax
&\qlp m\sk\sk\Ibl4nj2\qb4n\relax
&\sk\sk\qsk\pause\enotes
\NOTes\org\ql a\relax
|\ql c\relax
|\qh3e\tqh3d\relax
&\qb4l\tqb4k\enotes
% mesure 40
%\check
\barre
\NOTes\org\ql M\relax
|\zq c\ql a\sk\relax
|\twobu ef\relax
&\twobl lm\enotes
\NOTes\org\ibu2N0\qh2{NMN}\tqh2G\relax
|\hl{=b}\relax
|\hu d\relax
&\hl k\sk\sk\relax
&\qsk\pause\enotes
% mesure 41
%\check
%\ifOrgue\cleftoksi={{6}{6}{0}{0}}\changeclefs\fi
\barre
\NOTES\org\hup J\relax
|\zhp{LN}\hlp c\relax
|\sk\pause
&\hlp j\relax
&\sk\pause\enotes
\ifOrgue \linegoal 9\relax
\else \linegoal 12\relax
\fi
\finmorceau
\endinput

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,21 @@
\ifx\mxversion\undefined
\input musixtex
\input musixcpt
\input musixsty
\fi
\newif\ifOrgue
\Orguefalse
\newif\ifFlute
\Flutetrue
\newif\ifOboe
\Oboefalse
%\def\Quer{z} % define Querfl\"ote
%
%
\input marcon1.tex
\eject
\input marcon2.tex
\eject
\input marcon3.tex
\bye

View File

@ -0,0 +1,20 @@
\ifx\mxversion\undefined
\input musixtex
\input musixcpt
\input musixsty
\fi
\newif\ifOrgue
\Orguefalse
\newif\ifFlute
\Flutefalse
\newif\ifOboe
\Oboetrue
%\def\Quer{z} % define Querfl\"ote
%
\input marcon1.tex
\eject
\input marcon2.tex
\eject
\input marcon3.tex
\bye

View File

@ -0,0 +1,19 @@
\ifx\mxversion\undefined
\input musixtex
\input musixcpt
\input musixsty
\fi
\newif\ifOrgue
\Orguetrue
\newif\ifFlute
\Flutefalse
\newif\ifOboe
\Oboefalse
%\def\Quer{z} % define Querfl\"ote
%
\input marcon1.tex
\eject
\input marcon2.tex
\eject
\input marcon3.tex
\bye

View File

@ -0,0 +1,52 @@
\input musixtex
\input musixdbr
\instrumentnumber4 \setstaffs23 \setstaffs32 \setlines14
\setsize2\tinyvalue
\indivbarrules
\startpiece
% normal barlines
\bar
% separate instrument 2 from 1
\sepbarrule2\bar
% barlines on staves
\allbarrules\sepbarrule
\allbarrules\sepmultibarrule
\allbarrules\showbarrule
\bar
% barlines between staves
\allbarrules\conbarrule
\allbarrules\conmultibarrule
\allbarrules\hidebarrule
\bar
% dashed barlines on staves
\allbarrules\sepbarrule
\allbarrules\sepmultibarrule
\allbarrules\showdashbarrule
\bar
% dashed barlines between staves
\allbarrules\condashbarrule
\allbarrules\condashmultibarrule
\allbarrules\hidebarrule
\bar
% dotted barlines on staves
\allbarrules\sepbarrule
\allbarrules\sepmultibarrule
\allbarrules\showdotbarrule
\bar
% dotted barlines between staves
\allbarrules\condotbarrule
\allbarrules\condotmultibarrule
\allbarrules\hidebarrule
\bar
% a wild mixture of all
\showdotbarrule1\hidebarrule2\showdashbarrule3\showbarrule4%
\condashbarrule2\conbarrule3\condotbarrule4%
\condashmultibarrule2\sepmultibarrule3%
\bar
% conventional ending
\allbarrules\showbarrule
\allbarrules\conbarrule
\allbarrules\conmultibarrule
\Endpiece \bye

View File

@ -0,0 +1,25 @@
\ifx\mxversion\undefined
\input musixtex
\input musixcpt
\input musixsty
\fi
\advance\staffbotmarg by 2\Interligne
\barsinline=0\relax\linesinpage=0\relax
\def\Transpose{0}%
\def\Signature{3}\relax % trois diezes a la clef
\input onuitbrx
\barsinline=0\relax\linesinpage=0\relax
\def\Transpose{1}\relax
\def\Signature{-2}\relax % deux diezes a la clef
\input onuitbrx
\barsinline=0\relax\linesinpage=0\relax
\def\Transpose{2}\relax
\def\Signature{0}\relax % un bemol a la clef
\input onuitbrx
\barsinline=0\relax\linesinpage=0\relax
\def\Transpose{-1}\relax
\def\Signature{1}\relax % un bemol a la clef
\input onuitbrx
\bye

View File

@ -0,0 +1,12 @@
%
%
\def\Transpose{0}%
\def\Signature{3}\relax % trois diezes a la clef
\input onuitbrx
\signaturegenerale{1}\savesignature\barsinline=0\relax\linesinpage=0\relax
\def\Transpose{-1}\relax
\def\Signature{1}\relax % un dieze a la clef
\input onuitbrx
\bye

View File

@ -0,0 +1,174 @@
\fulltitle{\^O nuit brillante}
\shorttitle{\^O nuit brillante}
\fullauthor{No\"el ancien\\Musique A. Sala\\Texte J. Bovet\\Transposition
Daniel Taupin}
\othermention{Paroisse de Gif-sur-Yvette\\Transposition \`a usage
priv\'e}
\shortauthor{Traditionnel -- A. Sala}
\maketitle
%
\tracingstats=1\relax
\relativeaccidentals
\sepbarrules
%
\parindent 15mm
% soufflets crescendo et decrescendo
%
\def\soufflcr#1{\zcharnote{#1}{\kern -0.5cm\cresc}}%
\def\Soufflcr#1{\zcharnote{#1}{\kern -0.5cm\CResc}}%
%
\def\souffldim#1{\zcharnote{#1}{\kern -0.5cm\dimin}}%
\def\Souffldim#1{\zcharnote{#1}{\kern -0.5cm\DImin}}%
%
%\check
\def\nbinstruments{2}\resetsignatures
\global\nbporteesi=1\relax
\global\nbporteesii=1\relax
\global\cleftoksi={{6}{0}{0}{0}}%
\global\cleftoksii={{0}{0}{0}{0}}%
\songbottom{1} % to be used to make heavy bars at staff left
\songtop{2} % to be used to make heavy bars at staff left
%
\signaturegenerale{\Signature}%
\generalmeter{\meterfrac68}
%\check
\def\interfacteur{18}%
\def\instrumenti{\vbox{\hsize=\parindent
\centerline{T\'enors}\centerline{basses}}}%
\def\instrumentii{\vbox{\hsize=\parindent
\centerline{Sopran.}\centerline{Altos}}}%
%\check
%
\def\eightpoint{\Tenpoint}%
%\check
\catcode`\@=13
\catcodesmusic
%
\def\respire{\notes&\cbreath\enotes}%
%
\def\txt#1|#2&{{\vbox to 0pt{\Smalltype\baselineskip 9pt
\vss\hrule width 9pt height 0pt
\hbox{\vrule height 6pt depth 2pt width 0pt\kern -\internote
#2\kern\internote}\smallskip
\hbox{\vrule height 6pt depth 2pt width 0pt\kern -\internote
#1\kern\internote}\kern -6pt}}}%
%
\elemskip 20pt\relax
\debutmorceau
%\autolines 754\relax
\transpose=\Transpose
\znotes&\Uptext{\moyen Lent}\enotes
%
\znotes\zcharnote {-3}{\ppff p}&\zcharnote{10}{\ppff p}\enotes
\qspace
\NOtes\zqlp M\qup a&\hsong{\^O}\zqlp c\qup f\enotes
\notes\zql L\qu b\sk&\zsong{nuit }\zql e\Ibu0gf1\qh0g\tqh0f\enotes
\notes\zcl L\cu b&\hsong{bri-}\zcl e\cu g\enotes
%
\barre
\Notes\islurd0J\zql J\isluru1c\qu c&\hsong{lan-}\zqlp e\isluru2h\qu h\enotes
\notes\tslur0L\tslur1b\zcl L\cu b&\hsong{--}\tslur2g\cu g\enotes
\Notes\zql M\qu a&\hsong{te}\zql c\qu f\enotes
\notes\ds&\ds\enotes
%
\barre
\Notes\zql K\qu d&\hsong{Nuit }\zql f\qu h\enotes
\notes\zcl L\cu b&\hsong{de }\zcl e\cu g\enotes
\notes\zcl M\cu a&\hsong{vi-}\zcl c\cu f\enotes
\notes\zcl N\cu N&\hsong{ve }\zcl b\cu e\enotes
\hardlyrics{\kern -4pt splen-}\notes\zcl L\cu b&\hsong\thelyrics\zcl e\cu g\enotes
%
\barre
\NOtes\itenl0M\itenu1a\zqlp M\qup a&\hsong{deur.}\itenl2c\itenu3f\zqlp c\qup f\enotes
\Notes\tten0\tten1\zql M\qu a&\hsong{--}\tten2\tten3\zql c\qu f\enotes
\notes\ds&\ds\enotes
%
\barre
\Notes\zql M\qu a&\hsong{Ta }\zql c\qu f\enotes
\notes\zcl M\cu b&\Soufflcr q\hsong{lu-}\zcl e\cu g\enotes
\hardlyrics{\kern -4pt mi\`ere }\notes\zcl M\cu c&\hsong\thelyrics\zcl f\cu h\enotes
\notes\zcl M\cu d&\hsong{\'e-}\zcl g\cu i\enotes
\notes\zcl M\cu e&\hsong{cla-}\zcl h\cu j\enotes
%
\barre
\Notes\islurd0I\zql I\isluru1d\qu d&\roff{\Souffldim q}\hsong{tan-}\zqlp f\isluru2i\qu i\enotes
\notes\tslur0K\tslur1c\zcl I\cu c&\hsong{--}\tslur2g\cu h\enotes
\Notes\zql L\qu b&\hsong{te}\zql e\qu g\enotes
\notes\ds&\ds\enotes
%
\barre
\Notes\zql H\qu c&\hsong{Fait }\zql e\qu h\enotes
\notes\zcl L\cu b&\hsong{le }\zcl e\cu g\enotes
\hardlyrics{jour }\notes\zcl M\cu a&\hsong\thelyrics\zcl c\cu f\enotes
\hardlyrics{dans }\notes\zcl N\cu N&\hsong\thelyrics\zcl b\cu e\enotes
\notes\zcl L\cu b&\zsong{mon }\zcl e\cu g\enotes
%
\barre
\NOtes\itenl0M\itenu1a\zqlp M\qup a&\hsong{c\oe ur.}\itenl2c\itenu3f\zqlp c\qup f\enotes
\notes\tten0\tten1\zql M\qu a&\hsong{--}\tten2\tten3\zql c\qu f\enotes
\notes&\uptext{\sl FIN}\enotes
\setdoublebar
\barre
\znotes\zcharnote {-3}{\ppff f}&\zcharnote{10}{\ppff f}\enotes
\qspace
\notes\zcl a\cu e&\hsong{\txt Mer-|\'E-&}\zcl h\cu
j\enotes
%
\barre
\NOtes\zqlp a\zqup e&\hsong{\txt veil-|toi-&}\zqlp h\qup j\enotes
\notes\zql L\qu e&\hsong{\txt le !|les !&}\zql g\qu i\enotes
\respire
\notes\zcl L\cu e&\hsong{\txt Mer-|\'E-&}\zcl g\cu j\enotes
%
\barre
\Notes\zqlp M\qup c&\hsong{\txt veil-|toi-&}\zqlp f\isluru2i\qu i\enotes
\notes&\hsong{--}\tslur2h\cu h\enotes
\Notes\zql J\qu c&\hsong{\txt le !|les !&}\zql e\qu g\enotes
\notes\ds&\ds\enotes
%
\barre
\hardlyrics{\txt Gloire |res-&}\notes\zcl M\cu M&\hsong\thelyrics\zcl c\cu h\enotes
\notes\roff{\zcl M}\cu N&\hsong{\txt au |plen-&}\zcl c\cu g\enotes
\notes\zcl M\cu a&\hsong{\txt plus |dis-&}\zcl c\cu f\enotes
\Notes\zql K\qu a&\hsong{\txt Haut |sez &}\zql f\qu h\enotes
\notes\zcl K\cu a&\hsong{\txt des |sur &}\zcl f\cu i\enotes
\barre
\NOtes\itenl0H\itenu1a\zqlp H\qup a&\hsong{\txt cieux !|Lui
!&}\itenl2e\itenu3j\zqlp e\qup j\enotes
\Notes\tten0\tten1\zql H\qu a&\hsong{--}\tten2\tten3\zql e\qu j\enotes
\respire
\notes\zcl a\cu e&\hsong{\txt De-|Un &}\zcl h\cu j\enotes
%
\barre
\Notes\zqlp a\zqup e&\hsong{\txt bout, |Dieu &}\zqlp h\qup j\enotes
\hardlyrics{\txt qu'on |sous &}\notes\zcl a\cu e&\hsong\thelyrics\zcl h\cu
j\enotes
\hardlyrics{\txt se |d'hum-&}\notes\zql L\qu e&\hsong\thelyrics\zql g\qu
i\enotes
\notes\zcl L\cu d&\hsong{\txt r\'e-|bles &}\zcl g\cu j\enotes
%
\barre
\Notes\zqlp M\qup c&\hsong{\txt veil-|voi-&}\zqlp f\isluru2i\qu i\enotes
\notes&\hsong{--}\tslur2h\cu h\enotes
\Notes\zql J\qu c&\hsong{\txt le !|les !&}\zql e\qu g\enotes
\notes\ds&\ds\enotes
%
\barre
\Notes\zcharnote {-3}{\ppff p}\zql M\qu a&\zcharnote{10}{\ppff p}\hsong{\txt
Paix |Vient &}\zql c\qu h\enotes
\notes\zcl M\cu a&\Soufflcr q\hsong{\txt sur |\`a &}\zcl c\cu h\enotes
\notes\roff{\itenl0M\zqlp M}\cu N&\hsong{\kern -4pt\txt terre |nous &}\zcl d\cu i\enotes
\notes\cu a&\hsong{\txt en |cet-&}\zcl d\cu h\enotes
\notes\cu b&\hsong{\txt tous |te &}\zcl d\cu g\enotes
%
\barre
\notes\roff{\tten0\zcl M}\itenu1 N\qup N\cl L\cl K&\zsong{\txt
lieux.|nuit.&}\itenl2c\itenl3g\itenu4j\zqlp c\zqp g\qup j\Souffldim q\enotes
\Notes\zql J\tten1\zqu N&\hsong{---}\tten2\tten3\tten4\zql c\zq g\qu j\enotes
\NOtes\ds&\uptext{\kern -3\Internote\it au refrain}\ds\enotes
\finmorceau
\medskip\rightline{\it le \aujourdhui}
\absoluteaccidentals
\vfil\eject
\endinput

Some files were not shown because too many files have changed in this diff Show More