X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fnote-head-scheme.cc;h=4fc931497702421b2be5b8709b84bb11a93faa0f;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=89f17453cf6d2aa6dcc81880471ba92bdd657dbb;hpb=cbb205d40a19c0d2d9801031a63607e108a18038;p=lilypond.git diff --git a/lily/note-head-scheme.cc b/lily/note-head-scheme.cc index 89f17453cf..4fc9314977 100644 --- a/lily/note-head-scheme.cc +++ b/lily/note-head-scheme.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2006--2007 Han-Wen Nienhuys + (c) 2006--2008 Han-Wen Nienhuys */ @@ -13,8 +13,8 @@ LY_DEFINE (ly_note_head__stem_attachment, "ly:note-head::stem-attachment", 2, 0, 0, (SCM font_metric, SCM glyph_name), - "Get attachment in @var{font-metric} for attaching a stem to notehead " - "@var{glyph-name}.") + "Get attachment in @var{font-metric} for attaching a stem to" + " notehead @var{glyph-name}.") { LY_ASSERT_SMOB (Font_metric, font_metric, 1); Font_metric *fm = unsmob_metrics (font_metric);