From ee4cf05633595a03def6fe11706515f44b19a035 Mon Sep 17 00:00:00 2001 From: hanwen Date: Thu, 21 Aug 2003 21:09:24 +0000 Subject: [PATCH] * 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. --- input/mutopia/F.Schubert/standchen.ly | 8 ++++---- lily/simultaneous-music.cc | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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"; -- 2.11.4.GIT