diff options
author | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
commit | e0c6872cf40896c7be36b11dcc744620f10adf1d (patch) | |
tree | 60335e10d2f4354b0674ec22d7b53f0f8abee672 /info/examples/lgc2/9-2-5.ltx |
Initial commit
Diffstat (limited to 'info/examples/lgc2/9-2-5.ltx')
-rw-r--r-- | info/examples/lgc2/9-2-5.ltx | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/info/examples/lgc2/9-2-5.ltx b/info/examples/lgc2/9-2-5.ltx new file mode 100644 index 0000000000..fba0a4829d --- /dev/null +++ b/info/examples/lgc2/9-2-5.ltx @@ -0,0 +1,50 @@ +%% +%% The LaTeX Graphics Companion, 2ed (first printing May 2007) +%% +%% Example 9-2-5 on page 597. +%% +%% Copyright (C) 2007 Michel Goossens, Frank Mittelbach, Denis Roegel, Sebastian Rahtz, Herbert Vo\ss +%% +%% It may be distributed and/or modified under the conditions +%% of the LaTeX Project Public License, either version 1.3 +%% of this license or (at your option) any later version. +%% +%% See http://www.latex-project.org/lppl.txt for details. +%% + +\documentclass{ttctexa} +\pagestyle{empty} +\setcounter{page}{6} +\setlength\textwidth{207.83385pt} +% musixtex does some font gymnastics +% to make it work --> take ec fonts +\renewcommand{\rmdefault}{ecr}% +\renewcommand{\sfdefault}{ecss}% +\renewcommand{\sfdefault}{ectt} +\StartShownPreambleCommands +\usepackage{musixtex} +\StopShownPreambleCommands +\begin{document} +\begin{music} +\instrumentnumber{1} \setstaffs{1}{2} +\generalmeter{\meterfrac24} \generalsignature{-2} +\setclef{1}{\bass} \setclef{2}{\treble} +\startextract +\Notes \isluru0g\ibl0e{-2}\qb0{g}\tslur0f\qb0{f}% + \isluru0e\qb0{e}\tslur0{d}\tbl0\qb0{d}% + |\isluru0n\ibl0m{-2}\qb0{n}\tslur0m\qb0{m}% + \isluru0l\qb0{l}\tbl0\tslur0k\qb0{k}% +\enotes\bar +\Notes \isluru0c\ibl0c0\qb0{c}\tslur0d\tbl0\qb0{d}% + |\isluru0j\ibl0j0\qb0{j}\tslur0k\tbl0\qb0{k}% +\enotes +\NOtes \zq{N}\ql{b}|\zq{g}\qu{i}\enotes\bar +\Notes \isluru0N\ibl0N{-2}\qb0{N}\tslur0M\qb0{M}% + \isluru0M\qb0{M}\tslur0L\tbl0\qb0{=L}% + |\ibu0j0\zqb0{g}\rq{h}\qb0{j}\zqb0{g}\rq{h}\qb0{j}% + \zqb0{g}\rq{h}\qb0{j}\tbu0\zqb0{g}\rq{h}\qb0{j}% +\enotes\bar +\NOtes \ql{K}\ql{K}|\zq{f}\zq{h}\qu{k}\zq{f}\zq{h}\qu{k}\enotes +\endextract +\end{music} +\end{document} |