From 9769cc4cdc5074f44431243f07e5db0181e219a7 Mon Sep 17 00:00:00 2001 From: David Nalesnik Date: Tue, 6 Jan 2015 12:08:46 -0600 Subject: [PATCH] Update docstring in lily/note-head-line-engraver.cc As of commit 06dbc712c654888708b9feabbd0affe9ff2e4902 (May 27, 2003), this file is not involved in the creation of Glissando grobs. --- lily/note-head-line-engraver.cc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/lily/note-head-line-engraver.cc b/lily/note-head-line-engraver.cc index 046a264231..f9a6c91b2c 100644 --- a/lily/note-head-line-engraver.cc +++ b/lily/note-head-line-engraver.cc @@ -113,12 +113,10 @@ Note_head_line_engraver::stop_translation_timestep () ADD_ACKNOWLEDGER (Note_head_line_engraver, rhythmic_head); ADD_TRANSLATOR (Note_head_line_engraver, /* doc */ - "Engrave a line between two note heads, for example a" - " glissando. If @code{followVoice} is set, staff switches" - " also generate a line.", + "Engrave a line between two note heads in a staff" + " switch if @code{followVoice} is set.", /* create */ - "Glissando " "VoiceFollower ", /* read */ -- 2.39.2