From: Werner Lemberg Date: Sun, 26 Jul 2009 17:22:08 +0000 (+0200) Subject: Formatting. X-Git-Tag: release/2.13.4-1~289 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=da03e68559200538f831b865f2c8e64b04940818;p=lilypond.git Formatting. --- diff --git a/lily/general-scheme.cc b/lily/general-scheme.cc index 0cf2299b2e..b74354c6bc 100644 --- a/lily/general-scheme.cc +++ b/lily/general-scheme.cc @@ -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)) diff --git a/lily/music-scheme.cc b/lily/music-scheme.cc index 1bef06a8ed..21d223f2aa 100644 --- a/lily/music-scheme.cc +++ b/lily/music-scheme.cc @@ -58,7 +58,7 @@ LY_DEFINE (ly_make_music, "ly:make-music", LY_DEFINE (ly_music_p, "ly:music?", 1, 0, 0, (SCM obj), - "Is @var{obj} a Music object?") + "Is @var{obj} a music object?") { return scm_from_bool (unsmob_music (obj)); } diff --git a/lily/paper-system-scheme.cc b/lily/paper-system-scheme.cc index b0f74eac0e..3b0c0c09c5 100644 --- a/lily/paper-system-scheme.cc +++ b/lily/paper-system-scheme.cc @@ -13,7 +13,8 @@ LY_DEFINE (ly_paper_system_p, "ly:paper-system?", 1, 0, 0, (SCM obj), - "Is @var{obj} a Prob object of type @code{paper-system}?") + "Is @var{obj} a C++ @code{Prob} object of type" + " @code{paper-system}?") { return ly_prob_type_p (obj, ly_symbol2scm ("paper-system")); }