From fa7159fec2b8efb864e5ccc311a2ad7444e7efc7 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:51:37 +0000 Subject: [PATCH] lilypond-0.1.9 --- init/table16.ly | 35 +++++++++++++++++++---------------- input/gallina.tex | 24 ++++++++++++++++++++++++ tex/taupindefs.tex | 2 ++ 3 files changed, 45 insertions(+), 16 deletions(-) create mode 100644 input/gallina.tex diff --git a/init/table16.ly b/init/table16.ly index f3fdd6de45..71cc34dcba 100644 --- a/init/table16.ly +++ b/init/table16.ly @@ -74,9 +74,10 @@ table_sixteen= } "balls" = \table { - "1" "\wholeball" 0.0\pt 6.0\pt -2.0\pt 2.0\pt - "2" "\halfball" 0.0\pt 5.0\pt -2.0\pt 2.0\pt - "4" "\quartball" 0.0\pt 5.0\pt -2.0\pt 2.0\pt + "-1" "\breveball" 0.0\pt 6.0\pt -2.0\pt 2.0\pt + "0" "\wholeball" 0.0\pt 6.0\pt -2.0\pt 2.0\pt + "1" "\halfball" 0.0\pt 5.0\pt -2.0\pt 2.0\pt + "2" "\quartball" 0.0\pt 5.0\pt -2.0\pt 2.0\pt } "slur" = \table { @@ -110,19 +111,21 @@ table_sixteen= } "rests" = \table { - "1o" "\outsidewholerest" 0.0\pt 6.0\pt 0.0\pt 2.0\pt - "1" "\wholerest" 0.0\pt 6.0\pt 0.0\pt 2.0\pt - "2" "\halfrest" 0.0\pt 6.0\pt -2.0\pt 0.0\pt - "2o" "\outsidehalfrest" 0.0\pt 6.0\pt -2.0\pt 0.0\pt - "4o" "\quartrest" -5.0\pt 2.0\pt -5.0\pt 5.0\pt - "8o" "\eighthrest" 0.0\pt 5.0\pt 0.0\pt 8.0\pt - "16o" "\sixteenthrest" 0.0\pt 6.0\pt 0.0\pt 12.0\pt - "4" "\quartrest" -5.0\pt 2.0\pt -5.0\pt 5.0\pt - "8" "\eighthrest" 0.0\pt 5.0\pt 0.0\pt 8.0\pt - "16" "\sixteenthrest" 0.0\pt 6.0\pt 0.0\pt 12.0\pt - "32" "\thirtysecondrest" 0.0\pt 6.0\pt 0.0\pt 16.0\pt - "64" "\sixtyfourthrest" 0.0\pt 6.0\pt 0.0\pt 16.0\pt - "128" "\hundredtwentyeighthrest" 0.0\pt 6.0\pt 0.0\pt 16.0\pt + "-1o" "\breverest" 0.0\pt 6.0\pt 0.0\pt 4.0\pt + "-1" "\breverest" 0.0\pt 6.0\pt 0.0\pt 4.0\pt + "0o" "\outsidewholerest" 0.0\pt 6.0\pt 0.0\pt 2.0\pt + "0" "\wholerest" 0.0\pt 6.0\pt 0.0\pt 2.0\pt + "1" "\halfrest" 0.0\pt 6.0\pt -2.0\pt 0.0\pt + "1o" "\outsidehalfrest" 0.0\pt 6.0\pt -2.0\pt 0.0\pt + "2o" "\quartrest" -5.0\pt 2.0\pt -5.0\pt 5.0\pt + "3o" "\eighthrest" 0.0\pt 5.0\pt 0.0\pt 8.0\pt + "4o" "\sixteenthrest" 0.0\pt 6.0\pt 0.0\pt 12.0\pt + "2" "\quartrest" -5.0\pt 2.0\pt -5.0\pt 5.0\pt + "3" "\eighthrest" 0.0\pt 5.0\pt 0.0\pt 8.0\pt + "4" "\sixteenthrest" 0.0\pt 6.0\pt 0.0\pt 12.0\pt + "5" "\thirtysecondrest" 0.0\pt 6.0\pt 0.0\pt 16.0\pt + "6" "\sixtyfourthrest" 0.0\pt 6.0\pt 0.0\pt 16.0\pt + "7" "\hundredtwentyeighthrest" 0.0\pt 6.0\pt 0.0\pt 16.0\pt } "meters" = \table { diff --git a/input/gallina.tex b/input/gallina.tex new file mode 100644 index 0000000000..db760e425b --- /dev/null +++ b/input/gallina.tex @@ -0,0 +1,24 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% gallina.tex +% Mats Bengtsson, 17/8 1997 +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\documentclass[a4paper]{article} + +\addtolength{\oddsidemargin}{-1cm} +\addtolength{\topmargin}{-1cm} +\setlength{\textwidth}{15cm} +\begin{document} +\input lilyponddefs +\input titledefs + +\title{La Gallina a 2 violini \\ + \normalsize from \textit{Canzoni overo Sonate Concertate + libro terzo, opera duodecima}, 1637} +\composer{Tarquinio Merula (1594/95-1665)} +%\instrument{M\"a\ss ig} % heu +%#%\tempo{M\"a\ss ig} +\maketit +\input{gallina.out} + + +\end{document} diff --git a/tex/taupindefs.tex b/tex/taupindefs.tex index e51404f93e..d671a2a27a 100644 --- a/tex/taupindefs.tex +++ b/tex/taupindefs.tex @@ -37,8 +37,10 @@ \mdef\quartball{'007} \mdef\halfball{'010} \mdef\wholeball{'011} +\mdef\breveball{'040} \mdef\halfrest{'074} \mdef\wholerest{'075} +\mdef\breverest{'072} %% hmm \mdef\outsidehalfrest{10} \mdef\outsidewholerest{11} -- 2.39.5