From ecf6e7337582fcd36ca3db1017e1fbf9dcd625e1 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 22:27:44 +0000 Subject: [PATCH] lilypond-1.2.14 --- mutopia/J.S.Bach/wtk1-fugue1.ly | 24 +++++++++++++--------- mutopia/J.S.Bach/wtk1-fugue2.ly | 36 ++++++++++++++++----------------- 2 files changed, 32 insertions(+), 28 deletions(-) diff --git a/mutopia/J.S.Bach/wtk1-fugue1.ly b/mutopia/J.S.Bach/wtk1-fugue1.ly index 1dffaef486..18ea02ec54 100644 --- a/mutopia/J.S.Bach/wtk1-fugue1.ly +++ b/mutopia/J.S.Bach/wtk1-fugue1.ly @@ -1,17 +1,25 @@ \header{ -filename = "fugue1.ly"; title = "Fuga a 4"; -description = "Das Wohltemperierte Clavier I, Fuga I (c-major)"; opus = "BWV 846"; composer = "Johann Sebastian Bach (1685-1750)"; enteredby = "Shay Rojansky"; -copyright = "Public Domain"; + + + % mutopia headers. + mutopiatitle = "Das Wohltemperierte Clavier I, Fuga 1 (c-major)"; + mutopiacomposer = "J.S.Bach"; + mutopiaopus = "BWV846"; + style = "baroque"; + copyright = "\\\\This music is part of the Mutopia project, http://sca.uwaterloo.ca/Mutopia/\\\\It has been typeset and placed in the public domain by Han-Wen Nienhuys.\\\\Unrestricted modification and redistribution is permitted and encouraged - copy this music and share it!"; + maintainer = "hanwen@cs.uu.nl"; + lastupdated = "1999/Oct/14"; + } %{ TODO: use autobeaming. %} -\version "1.2.0"; +\version "1.2.13"; tenor = @@ -189,10 +197,8 @@ bass =\context Voice = bassvoice > \paper{ - gourlay_maxmeasures = 7.; -% castingalgorithme = \Wordwrap; + linewidth = 18.0 \cm; } -% \midi { \tempo 4 = 84; } -} -% EOF + \midi { \tempo 4 = 84; } +} diff --git a/mutopia/J.S.Bach/wtk1-fugue2.ly b/mutopia/J.S.Bach/wtk1-fugue2.ly index 99d137e3bd..d74fa6ef86 100644 --- a/mutopia/J.S.Bach/wtk1-fugue2.ly +++ b/mutopia/J.S.Bach/wtk1-fugue2.ly @@ -1,25 +1,26 @@ \header { - filename = "wtk1-fugue2.ly"; - title = "Fuga II"; - subtitle = "\\`a 3 voci"; - description = "Das Wohltemperierte Clavier I, Fuga II (c-minor)"; + title = "Fuga a 3 voci"; opus = "BWV 847-Fuga"; source = "Henle's Urtext"; composer = "Johann Sebastian Bach (1685-1750)"; enteredby = "hwn, wl, jcn"; - copyright = "Public Domain"; -} -%{ - Tested Features: - * stem direction - * multivoice, - * forced accidentals - * cross-staff beaming - * auto beaming -%} + % mutopia headers. + mutopiatitle = "Das Wohltemperierte Clavier I, Fuga II (c-minor)"; + mutopiacomposer = "J.S.Bach"; + mutopiaopus = "BWV847"; + style = "baroque"; + copyright = "\\\\This music is part of the Mutopia project, http://sca.uwaterloo.ca/Mutopia/\\\\It has been typeset and placed in the public domain by Han-Wen Nienhuys.\\\\Unrestricted modification and redistribution is permitted and encouraged - copy this music and share it!"; + maintainer = "hanwen@cs.uu.nl"; + lastupdated = "1999/Oct/14"; + + } + -\version "1.2.0"; +% It would be nice to squeeze this onto two pages, but I am not sure +% if it would work with US paper. + +\version "1.2.13"; \include "nederlands.ly" % for correct parsing of note names @@ -184,10 +185,7 @@ bassdux = \context Voice=three \notes \relative c' { > \paper { - gourlay_maxmeasures = 4.; - indent = 8.\mm; - textheight = 295.\mm; - + linewidth = 18.0 \cm; \translator{ \OrchestralScoreContext } } \header{ -- 2.39.5