]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/general-scheme.cc
Formatting.
[lilypond.git] / lily / general-scheme.cc
index 0cf2299b2ec6c9e0579d99846060ad69c196587b..b74354c6bc788adc96545aee8c8c11506ca85ae8 100644 (file)
@@ -142,7 +142,7 @@ LY_DEFINE (ly_dir_p, "ly:dir?",
           1, 0, 0, (SCM s),
           "Is @var{s} a direction?  Valid directions are @code{-1},"
           " @code{0}, or@tie{}@code{1}, where @code{-1} represents"
-          " left or down, @code{1} represents right or up, and @code{0}"
+          " left or down, @code{1}@tie{}represents right or up, and @code{0}"
           " represents a neutral direction.")
 {
   if (scm_is_number (s))