From: hanwen Date: Tue, 21 May 2002 16:47:51 +0000 (+0000) Subject: mozart fixes X-Git-Tag: release/1.5.59~28 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e69bb774ed29094617759ae324d1c8a305dd0395;p=lilypond.git mozart fixes --- diff --git a/input/mozart-hrn-3.ly b/input/mozart-hrn-3.ly index 8a0fe4002e..ffe03e19ae 100644 --- a/input/mozart-hrn-3.ly +++ b/input/mozart-hrn-3.ly @@ -15,9 +15,9 @@ maintainer = "hanwen@cs.uu.nl" maintainerEmail = "hanwen@cs.uu.nl" maintainerWeb = "http://www.cs.uu.nl/~hanwen/" - lastupdated = "2002/March/26" + lastupdated = "2002/May/21" source = "Edition Breitkopf 2563" - footer = "Mutopia-2002/04/26-25" + footer = "Mutopia-2002/05/21-25" tagline = "\\parbox{\hsize}{\\thefooter\\quad\\small This music is part of the Mutopia project, \\texttt{http://sca.uwaterloo.ca/Mutopia/}. It has been typeset and placed in the public domain by " + \maintainer + ". Unrestricted modification and redistribution is permitted and encouraged---copy this music and share it!}" diff --git a/input/mozart-hrn3-allegro.ly b/input/mozart-hrn3-allegro.ly index 684a5d667b..1bf3435eb1 100644 --- a/input/mozart-hrn3-allegro.ly +++ b/input/mozart-hrn3-allegro.ly @@ -1,5 +1,5 @@ \version "1.5.49" -%\include "mozart-hrn3-defs.ly" +\include "mozart-hrn3-defs.ly" allegro = \notes @@ -17,7 +17,7 @@ allegro = r8 [g' g g] [g g e c] g'4 g, r2 R1*18 - r2 r4 g'4^"Solo" | + r2 r4^"Solo" g'4 | \mark "A" e'4. () c8 [f (d c )b ] [b()c] g4 r8 [g c e] diff --git a/input/mozart-hrn3-romanze.ly b/input/mozart-hrn3-romanze.ly index 01c7501796..ca6fb662d7 100644 --- a/input/mozart-hrn3-romanze.ly +++ b/input/mozart-hrn3-romanze.ly @@ -46,10 +46,14 @@ romanze = \notes \relative c' { \grace { \longgrace e16 \endlonggrace } [d8. )c16 \< ] [c8 c-.( c-. \! )c-.] \mark "C" - des1\sfp - g,1\sfp - c\sfp - c,\sfp + + %% this is a trick to get the sfp-s to align. + \property Voice.Hairpin \override #'transparent = ##t + des1\sfp \> \! + g,1\sfp \> \! + c\sfp \> \! + c,\sfp + \property Voice.Hairpin \revert #'transparent R1*3 r8 [c-\p c c] c2~ [c8 c' c c] c2~ diff --git a/input/regression/bar-number.ly b/input/regression/bar-number.ly index 67bd351ce7..668862e44c 100644 --- a/input/regression/bar-number.ly +++ b/input/regression/bar-number.ly @@ -11,7 +11,7 @@ start counting after the anacrusis." \notes \relative c'' { \partial 4 c4 c1 c c - \property Score.currentBarNumber = #25 + \property Score.currentBarNumber = #99999 \property Score.BarNumber \override #'padding = #3 c1 c }