From 1d82fc8d023cc2a273e8de26d26fe18afbe314cf Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Wed, 22 Feb 2006 01:53:07 +0000 Subject: [PATCH] rename from laissez-vibrer-tie.cc. Rename class too. --- Documentation/user/examples.itely | 3 ++- lily/relocate.cc | 2 +- lily/tie.cc | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Documentation/user/examples.itely b/Documentation/user/examples.itely index 741a4cb3ac..0aec229781 100644 --- a/Documentation/user/examples.itely +++ b/Documentation/user/examples.itely @@ -367,7 +367,7 @@ pedal = { \new PianoStaff << \new Staff = "upper" << \upper \dynamics >> \new Staff = "lower" << \lower \dynamics >> - \n ew Dynamics = "pedal" \pedal + \new Dynamics = "pedal" \pedal >> \midi { \context { @@ -711,6 +711,7 @@ bassWords = \lyricmode { << \global \tenorMusic >> << \global \bassMusic >> >> + >> >> \layout { \context { diff --git a/lily/relocate.cc b/lily/relocate.cc index 0d9e9c9a6a..aaf8bb4eca 100644 --- a/lily/relocate.cc +++ b/lily/relocate.cc @@ -69,7 +69,7 @@ prepend_env_path (char const *key, string value) if (is_dir (value)) { if (be_verbose_global) - progress_indication (_f ("%s=%s\n", key, value.c_str ())); + progress_indication (_f ("%s=%s (prepend)\n", key, value.c_str ())); if (char const *cur = getenv (key)) value += to_string (PATHSEP) + cur; diff --git a/lily/tie.cc b/lily/tie.cc index e14074dc4f..cd4591fd51 100644 --- a/lily/tie.cc +++ b/lily/tie.cc @@ -287,6 +287,7 @@ ADD_INTERFACE (Tie, "details " "direction " "line-thickness " + "quant-score " "thickness " ); -- 2.39.2