X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ffigured-bass-staff.ly;h=0de15a44d59802138e614ff7230d6ab69aa068fd;hb=08c1ead90d9f49e66ce54208639fb9ef48ca52a6;hp=fc49f90780c0dd099c71acc24a7dc685ad209f92;hpb=d4f38c4239f67dd08d616794a9cdc47a30a86b6a;p=lilypond.git diff --git a/input/regression/figured-bass-staff.ly b/input/regression/figured-bass-staff.ly index fc49f90780..0de15a44d5 100644 --- a/input/regression/figured-bass-staff.ly +++ b/input/regression/figured-bass-staff.ly @@ -1,23 +1,28 @@ \paper { ragged-right = ##t - } -\version "2.9.7" -\header { +\version "2.19.21" + +\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. + +" + +} << \new Staff = someUniqueName - \relative c'' { - c4 c'8 r8 c,4 c' + \relative { + c''4 c'8 r8 c,4 c' } %% send to existing Staff.