From: hanwen Date: Thu, 21 Aug 2003 21:09:24 +0000 (+0000) Subject: * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes X-Git-Tag: release/1.9.5~79 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=657e0bb6d70a06cf35f454267ca9e7879540743c;p=lilypond.git * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes * lily/simultaneous-music.cc (to_relative_octave): add Event_chord. * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch. --- diff --git a/input/mutopia/F.Schubert/standchen.ly b/input/mutopia/F.Schubert/standchen.ly index 1d510340ec..29d2d36a90 100644 --- a/input/mutopia/F.Schubert/standchen.ly +++ b/input/mutopia/F.Schubert/standchen.ly @@ -152,7 +152,7 @@ trebleVerseOne = \notes\relative c{ r8 <> <> <> <> <> | r8 <> <> <> <> <> | <>4.-( <>8-) - \times 2/3 { <>-(-[ <>-]-) <> } + \times 2/3 { <>-(-[ <> <>-)-] } %10 <>2. | @@ -165,7 +165,7 @@ trebleVerseOne = \notes\relative c{ <> <>-] <>-( - <>4.-(-) + <>4.-(-) <>8-) \times 2/3 { <>-(-[ <> <>-)-] } @@ -185,7 +185,7 @@ trebleVerseOne = \notes\relative c{ r8 <> <> <> <> <> | r8 <> <> <> <> <> | r8 <> <> <> <> <> | - \times 2/3 { <>-\f-( <> <> } + \times 2/3 { <>-\f-( <> <> } <>4.-> <>8-) | } @@ -250,7 +250,7 @@ trebleThrough = \notes \relative c'{ %80 \property Voice . TextScript \override #'font-shape = #'italic - <>_"dim." + <>2._"dim." \property Voice . TextScript \revert #'font-shape <>2. | diff --git a/lily/simultaneous-music.cc b/lily/simultaneous-music.cc index aa7ecd40f9..77c3d89d06 100644 --- a/lily/simultaneous-music.cc +++ b/lily/simultaneous-music.cc @@ -43,7 +43,7 @@ Simultaneous_music::to_relative_octave (Pitch p) if (count && first != last) { - String str = _("Changing relative definition causes pitch change."); + String str = _("Changing relative definition may cause octave change."); str += "\nWas: " + first.to_string () + " -- now returning: " + last.to_string () + "\n";