From d0d2f6fd5c70a4d870b700f9d9688460aa193a65 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sat, 3 Jun 2006 00:35:53 +0000 Subject: [PATCH] add note about setting properties in Staff context. --- ChangeLog | 3 +++ input/regression/figured-bass-staff.ly | 13 +++++++++---- 2 files changed, 12 insertions(+), 4 deletions(-) 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. + +" + +} << -- 2.39.5