]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/spanner-scheme.cc
Merge remote-tracking branch 'origin/translation'
[lilypond.git] / lily / spanner-scheme.cc
index 65c1c261cdc80a34f7e1e4153806113da9c5b344..f14c69c76f01763549cf0be8fa0ca9f6750886d9 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2007--2011 Han-Wen Nienhuys <hanwen@lilypond.org>
+  Copyright (C) 2007--2014 Han-Wen Nienhuys <hanwen@lilypond.org>
 
 
   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);