From 740139c0fc7c61a5864b304fef73c736c342ed96 Mon Sep 17 00:00:00 2001 From: Thomas Morley Date: Wed, 26 Jun 2013 14:15:39 +0200 Subject: [PATCH] Issue 3424: Forgotten @code{} in pitch-scheme.cc Wraps middleCOffset from doc-string of "ly:set-middle-C!" (pitch-scheme.cc) into @code{} --- lily/pitch-scheme.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lily/pitch-scheme.cc b/lily/pitch-scheme.cc index 0433325523..238d235e72 100644 --- a/lily/pitch-scheme.cc +++ b/lily/pitch-scheme.cc @@ -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); -- 2.39.5