From: hanwen Date: Mon, 9 Feb 2004 12:49:59 +0000 (+0000) Subject: release commit X-Git-Tag: release/2.1.20~1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=88cdc72e6e4e9d498d931c8cbf0872baded5b446;p=lilypond.git release commit --- diff --git a/input/mutopia/R.Schumann/romanze-op28-2.ly b/input/mutopia/R.Schumann/romanze-op28-2.ly index 2f54ab5e3f..41f1651b75 100644 --- a/input/mutopia/R.Schumann/romanze-op28-2.ly +++ b/input/mutopia/R.Schumann/romanze-op28-2.ly @@ -121,7 +121,7 @@ rightb = \notes \transpose c cis' { f8..^1 f32^1 g8^2 a4.)^1 | c4^1( b8 d4 c8 | f,8.. f32^1 g8^2 a4.) | - a4^1( c8^1_\accent~[c b)] [g16^1( b^2] | + a4^1( c8^1_\accent~[c b)] g16^1([ b^2] | c4)^1 es8^1~es d^1 f^1~ | \property PianoStaff.Arpeggio \override #'direction = #1 f f8.. f32^1( as4.)^\fermata\arpeggio ~ | diff --git a/input/regression/part-combine-solo.ly b/input/regression/part-combine-solo.ly index fa7b8eaf59..ed08c13f4f 100644 --- a/input/regression/part-combine-solo.ly +++ b/input/regression/part-combine-solo.ly @@ -14,8 +14,8 @@ Solo 1/2 can not be used when a spanner is active, so there is no solo " } -vone = \notes \relative a' { g4 r8 g8 g8 r8 g8 r8 g2 ~ g2 ~ g4 } -vtwo = \notes \relative g' { e4. e8 r2 e4 r4 r2 e4 } +vone = \notes \relative a' { d4 r8 d8 d8 r8 d8 r8 d2 ~ d2 ~ d4 } +vtwo = \notes \relative g' { g4. g8 r2 g4 r4 r2 g4 } \version "2.1.18" diff --git a/ly/init.ly b/ly/init.ly index 7cfe5f3ab7..f0d780b267 100644 --- a/ly/init.ly +++ b/ly/init.ly @@ -25,5 +25,5 @@ (begin (gc) (write (gc-stats) (current-error-port)) - (flush-all-ports))) + ))