]> git.donarmstrong.com Git - lilypond.git/commitdiff
Issue 3424: Forgotten @code{} in pitch-scheme.cc
authorThomas Morley <thomasmorley65@googlemail.com>
Wed, 26 Jun 2013 12:15:39 +0000 (14:15 +0200)
committerDavid Kastrup <dak@gnu.org>
Wed, 26 Jun 2013 12:19:24 +0000 (14:19 +0200)
Wraps middleCOffset from doc-string of "ly:set-middle-C!"
(pitch-scheme.cc) into @code{}

lily/pitch-scheme.cc

index 0433325523d9c9dbf4e20c9993fed55ee6308043..238d235e72652853f0dda3850f05c37edef062a6 100644 (file)
@@ -172,7 +172,7 @@ LY_DEFINE (ly_set_middle_C_x, "ly:set-middle-C!",
            1, 0, 0, (SCM context),
            "Set the @code{middleCPosition} variable in @var{context}"
            " based on the variables @code{middleCClefPosition} and"
-           " middleCOffset.")
+           " @code{middleCOffset}.")
 {
   LY_ASSERT_SMOB (Context, context, 1);