]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/item-scheme.cc
Merge remote-tracking branch 'origin/translation'
[lilypond.git] / lily / item-scheme.cc
index bd612efdee551e47bd0073b77962c4b5da0e7592..d2188194324919fc86152be284bf2dde657c397a 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2005--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 2005--2014 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
 
   LilyPond is free software: you can redistribute it and/or modify
@@ -31,7 +31,7 @@ LY_DEFINE (ly_item_p, "ly:item?",
 
 LY_DEFINE (ly_item_break_dir, "ly:item-break-dir",
            1, 0, 0, (SCM it),
-           "The break status direction of item @var{it}.  @code{-1} means"
+           "The break status direction of item @var{it}.  @w{@code{-1}} means"
            " end of line, @code{0}@tie{}unbroken, and"
            " @code{1}@tie{}beginning of line.")
 {