From: Han-Wen Nienhuys Date: Sat, 3 Jun 2006 00:35:53 +0000 (+0000) Subject: add note about setting X-Git-Tag: release/2.10.0-2~583 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=24d1e6bbbd8323ba581c0b0aa4f4cfa1dddf1faa;p=lilypond.git add note about setting properties in Staff context. --- diff --git a/ChangeLog b/ChangeLog index 6266c0d4e9..8e1b98e913 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2006-06-03 Han-Wen Nienhuys + * input/regression/figured-bass-staff.ly: add note about setting + properties in Staff context. + * lily/figured-bass-position-engraver.cc (acknowledge_slur): add slurs and ties to support too. diff --git a/input/regression/figured-bass-staff.ly b/input/regression/figured-bass-staff.ly index fc49f90780..ce55332901 100644 --- a/input/regression/figured-bass-staff.ly +++ b/input/regression/figured-bass-staff.ly @@ -1,17 +1,22 @@ \paper { ragged-right = ##t - } + \version "2.9.7" -\header { +\header { texidoc = "Figured bass can also be added to Staff context directly. In that case, the figures must be entered with @code{\\figuremode} and be directed -to an existing @code{Staff} context." +to an existing @code{Staff} context. - } +Since these engravers are on @code{Staff} level, properties +controlling figured bass should be set in @code{Staff} context. + +" + +} <<