X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=lily%2Fperformance-scheme.cc;h=a00e6b8efd13e52094c9f6f9ef5d006f4544dc9e;hb=e6898f94f469b8999314ca7d99dd008084748fd6;hp=c16c0c375406a60862e548a27089f33cc43792ca;hpb=c3ff1c6cd20e15e9036ee7120012e05b1d62a46d;p=lilypond.git diff --git a/lily/performance-scheme.cc b/lily/performance-scheme.cc index c16c0c3754..a00e6b8efd 100644 --- a/lily/performance-scheme.cc +++ b/lily/performance-scheme.cc @@ -10,7 +10,7 @@ LY_DEFINE (ly_performance_write, "ly:performance-write", 2, 0, 0, (SCM performance, SCM filename), - "Write @var{performance} to @var{filename}") + "Write @var{performance} to @var{filename}.") { LY_ASSERT_TYPE (unsmob_performance, performance, 1); LY_ASSERT_TYPE (scm_is_string, filename, 2);