From 7028df86b83ecf1238baf11a2db102d15219a2ec Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Tue, 31 May 2005 23:42:46 +0000 Subject: [PATCH] (leftb): bugfix. --- ChangeLog | 4 ++++ input/mutopia/R.Schumann/romanze-op28-2.ly | 8 ++++---- ly/property-init.ly | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 35353e32ac..c00a86cb2c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-06-01 Han-Wen Nienhuys + + * input/mutopia/R.Schumann/romanze-op28-2.ly (leftb): bugfix. + 2005-05-31 Jan Nieuwenhuizen * stepmake/aclocal.m4: More autopackage friendliness. diff --git a/input/mutopia/R.Schumann/romanze-op28-2.ly b/input/mutopia/R.Schumann/romanze-op28-2.ly index 5541533d39..00af0f7194 100644 --- a/input/mutopia/R.Schumann/romanze-op28-2.ly +++ b/input/mutopia/R.Schumann/romanze-op28-2.ly @@ -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" { diff --git a/ly/property-init.ly b/ly/property-init.ly index 5d6714def6..4611b020d2 100644 --- a/ly/property-init.ly +++ b/ly/property-init.ly @@ -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) -- 2.39.2