]> git.donarmstrong.com Git - lilypond.git/commitdiff
mozart fixes
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 21 May 2002 16:47:51 +0000 (16:47 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 21 May 2002 16:47:51 +0000 (16:47 +0000)
input/mozart-hrn-3.ly
input/mozart-hrn3-allegro.ly
input/mozart-hrn3-romanze.ly
input/regression/bar-number.ly

index 8a0fe4002e7b21a93b0dc1f92d790c46dec679cb..ffe03e19aeded355468aaf04af6d1aa19bf27235 100644 (file)
@@ -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!}"
 
index 684a5d667bf53a0937b2a8ed4e244a382d1c5bea..1bf3435eb1a5172e02fa5e7d456214db912a1cee 100644 (file)
@@ -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]
index 01c7501796e9b5db5fca8bd444ef00814fff02e5..ca6fb662d7a260a57fff63aa64436392515f8ef3 100644 (file)
@@ -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~
index 67bd351ce7542344658fc8fc59a8bc9b3641d144..668862e44c5857420a402bde0af728107e9b3450 100644 (file)
@@ -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
   }