CVSROOT:        /cvsroot/lilypond
Module name:    lilypond
Branch:         
Changes by:     Han-Wen Nienhuys <[EMAIL PROTECTED]>    05/05/31 23:42:46

Modified files:
        .              : ChangeLog 
        input/mutopia/R.Schumann: romanze-op28-2.ly 
        ly             : property-init.ly 

Log message:
        (leftb): bugfix.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.3700&tr2=1.3701&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/input/mutopia/R.Schumann/romanze-op28-2.ly.diff?tr1=1.55&tr2=1.56&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ly/property-init.ly.diff?tr1=1.73&tr2=1.74&r1=text&r2=text

Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.3700 lilypond/ChangeLog:1.3701
--- lilypond/ChangeLog:1.3700   Tue May 31 22:02:00 2005
+++ lilypond/ChangeLog  Tue May 31 23:42:46 2005
@@ -1,3 +1,7 @@
+2005-06-01  Han-Wen Nienhuys  <[EMAIL PROTECTED]>
+
+       * input/mutopia/R.Schumann/romanze-op28-2.ly (leftb): bugfix.
+
 2005-05-31  Jan Nieuwenhuizen  <[EMAIL PROTECTED]>
 
        * stepmake/aclocal.m4: More autopackage friendliness.
Index: lilypond/input/mutopia/R.Schumann/romanze-op28-2.ly
diff -u lilypond/input/mutopia/R.Schumann/romanze-op28-2.ly:1.55 
lilypond/input/mutopia/R.Schumann/romanze-op28-2.ly:1.56
--- lilypond/input/mutopia/R.Schumann/romanze-op28-2.ly:1.55    Fri Apr 15 
23:57:19 2005
+++ lilypond/input/mutopia/R.Schumann/romanze-op28-2.ly Tue May 31 23:42:46 2005
@@ -249,11 +249,11 @@
     #(set-accidental-style 'piano-cautionary)
     \override PianoStaff.NoteCollision   #'merge-differently-dotted = ##t
     \set PianoStaff.connectArpeggios = ##t
-    \arpeggioBracket
+    \override PianoStaff.Arpeggio #'print-function = 
#Arpeggio::brew_chord_bracket
 
-    \override PianoStaff.InstrumentName   #'font-size = #6
-    \override PianoStaff.InstrumentName   #'font-shape = #'italic
-    \override PianoStaff.InstrumentName   #'font-magnification = #3
+    \override PianoStaff.InstrumentName #'font-size = #6
+    \override PianoStaff.InstrumentName #'font-shape = #'italic
+    \override PianoStaff.InstrumentName #'font-magnification = #3
     
     \set PianoStaff.instrument = "  2."
     \context Staff = "up" {
Index: lilypond/ly/property-init.ly
diff -u lilypond/ly/property-init.ly:1.73 lilypond/ly/property-init.ly:1.74
--- lilypond/ly/property-init.ly:1.73   Sat May 28 13:43:24 2005
+++ lilypond/ly/property-init.ly        Tue May 31 23:42:46 2005
@@ -146,7 +146,7 @@
   \revert Arpeggio  #'arpeggio-direction
 }
 arpeggioBracket = \sequential {
-  \override Arpeggio  #'print-function = #Arpeggio::brew_chord_bracket
+  \override Arpeggio #'print-function = #Arpeggio::brew_chord_bracket
 }
 
 glissando = #(make-music 'GlissandoEvent)


_______________________________________________
Lilypond-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-cvs

Reply via email to