X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fspanner-scheme.cc;h=f7517045b16488aa96a6db3a0312e870e2ddd3e9;hb=4493eb4584f92123ebacf51541ace8c0e20f5e5a;hp=65c1c261cdc80a34f7e1e4153806113da9c5b344;hpb=f93e4199873c91ae32f0e84a610d14853dc379df;p=lilypond.git diff --git a/lily/spanner-scheme.cc b/lily/spanner-scheme.cc index 65c1c261cd..f7517045b1 100644 --- a/lily/spanner-scheme.cc +++ b/lily/spanner-scheme.cc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 2007--2011 Han-Wen Nienhuys + Copyright (C) 2007--2012 Han-Wen Nienhuys LilyPond is free software: you can redistribute it and/or modify @@ -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);