From 02fc33946805e9cda7f0193e1d8d92ec92cc4616 Mon Sep 17 00:00:00 2001 From: Patrick McCarty Date: Sat, 25 Jul 2009 00:12:40 -0700 Subject: [PATCH] Docs: IR: add missing descriptions for contexts --- ly/engraver-init.ly | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ly/engraver-init.ly b/ly/engraver-init.ly index ba7b18b218..55da3ff6f6 100644 --- a/ly/engraver-init.ly +++ b/ly/engraver-init.ly @@ -14,7 +14,7 @@ \context { \type "Engraver_group" \name "FretBoards" - + \description "A context for displaying fret diagrams." \consists "Fretboard_engraver" \consists "Rest_swallow_translator" @@ -375,6 +375,7 @@ printing of a single line of lyrics." \context { \type "Engraver_group" \name NoteNames + \description "A context for printing the names of notes." \consists "Axis_group_engraver" \override VerticalAxisGroup #'minimum-Y-extent = ##f @@ -627,6 +628,7 @@ automatically when an output definition (a @code{\score} or \context { \type "Engraver_group" \name "FiguredBass" + \description "A context for printing a figured bass line." \consists "Figured_bass_engraver" \consists "Note_swallow_translator" -- 2.39.5