]> git.donarmstrong.com Git - lilypond.git/commitdiff
(leftb): bugfix.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 31 May 2005 23:42:46 +0000 (23:42 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 31 May 2005 23:42:46 +0000 (23:42 +0000)
ChangeLog
input/mutopia/R.Schumann/romanze-op28-2.ly
ly/property-init.ly

index 35353e32acf9b43db9fb3c5147ee826d43350e5f..c00a86cb2cb309fd6e1f145ad82a8833f4a84ec9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * input/mutopia/R.Schumann/romanze-op28-2.ly (leftb): bugfix.
+
 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
 
        * stepmake/aclocal.m4: More autopackage friendliness.
index 5541533d390f874e380bc2376606529c96ff5cec..00af0f7194d4b2bcc5de62e888945855357e8874 100644 (file)
@@ -249,11 +249,11 @@ leftb =  \transpose c cis {
     #(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 5d6714def6398bb27da3f469737569d6bcf10a7d..4611b020d2bd1bb21099b62e1e20b200c290acd0 100644 (file)
@@ -146,7 +146,7 @@ arpeggioNeutral = \sequential {
   \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)