]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/spanner-scheme.cc
Add pango_fc_font_unlock_face call to possibly free a fontface
[lilypond.git] / lily / spanner-scheme.cc
index 65c1c261cdc80a34f7e1e4153806113da9c5b344..f1a206b69a1debb182adc406e61f5679285f0d19 100644 (file)
@@ -23,7 +23,7 @@
 
 LY_DEFINE (ly_spanner_bound, "ly:spanner-bound",
            2, 0, 0, (SCM spanner, SCM dir),
-           "Get one of the bounds of @var{spanner}.  @var{dir} is @code{-1}"
+           "Get one of the bounds of @var{spanner}.  @var{dir} is @w{@code{-1}}"
            " for left, and @code{1} for right.")
 {
   LY_ASSERT_TYPE (unsmob_spanner, spanner, 1);