X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fsystem-scheme.cc;h=284dc4102cdd632752036502cf0dc93655b9ea97;hb=b4e93466da7a06bb2d2845db17360de7b570dabb;hp=d0b7cfc9b25c8093206438fdd8d54db260d614ad;hpb=3f8485925e8c879fe4c9ae86acef9804126c3b91;p=lilypond.git diff --git a/lily/system-scheme.cc b/lily/system-scheme.cc index d0b7cfc9b2..284dc4102c 100644 --- a/lily/system-scheme.cc +++ b/lily/system-scheme.cc @@ -13,8 +13,8 @@ LY_DEFINE (ly_system_print, "ly:system-print", 1, 0, 0, (SCM system), - "Draw the system and return the prob containing its " - "stencil.") + "Draw the system and return the prob containing its" + " stencil.") { Grob *me = unsmob_grob (system); System *me_system = dynamic_cast (me); @@ -25,9 +25,9 @@ LY_DEFINE (ly_system_print, "ly:system-print", LY_DEFINE (ly_system_stretch, "ly:system-stretch", 2, 0, 0, (SCM system, SCM amount_scm), - "Stretch the system vertically by the given amount. " - "This must be called before the system is drawn (for example " - "with ly:system-print).") + "Stretch the system vertically by the given amount." + " This must be called before the system is drawn (for example" + " with @code{ly:system-print}).") { Grob *me = unsmob_grob (system); Real amount = robust_scm2double (amount_scm, 0.0);