X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fperformance-scheme.cc;h=c16c0c375406a60862e548a27089f33cc43792ca;hb=5516a43e8bc85c3f58b3c004a9a7fde626408939;hp=5da5e3ee729970eb02ad9082b783cf02d1ae803c;hpb=c5a3f0c024f4cb629811cff9eb04abff36e94138;p=lilypond.git diff --git a/lily/performance-scheme.cc b/lily/performance-scheme.cc index 5da5e3ee72..c16c0c3754 100644 --- a/lily/performance-scheme.cc +++ b/lily/performance-scheme.cc @@ -13,7 +13,7 @@ LY_DEFINE (ly_performance_write, "ly:performance-write", "Write @var{performance} to @var{filename}") { LY_ASSERT_TYPE (unsmob_performance, performance, 1); - LY_ASSERT_TYPE(scm_is_string, filename, 2); + LY_ASSERT_TYPE (scm_is_string, filename, 2); unsmob_performance (performance)->write_output (ly_scm2string (filename)); return SCM_UNSPECIFIED;