From: hanwen Date: Wed, 22 Feb 2006 01:53:07 +0000 (+0000) Subject: rename from laissez-vibrer-tie.cc. Rename X-Git-Tag: release/2.7.38^2~71 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4bf077634197cec0486b3df36591d4b5b5cce816;p=lilypond.git rename from laissez-vibrer-tie.cc. Rename class too. --- 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 " );