From 12ac196d35f4a9efac1aebfc4dceb074731483cb Mon Sep 17 00:00:00 2001 From: Phil Holmes Date: Sat, 15 Dec 2012 13:05:09 +0000 Subject: [PATCH] LSR updates --- ...res-also-book-parts-in-scheme-without-using-the-parser.ly | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Documentation/snippets/generating-whole-scores-also-book-parts-in-scheme-without-using-the-parser.ly b/Documentation/snippets/generating-whole-scores-also-book-parts-in-scheme-without-using-the-parser.ly index ab86d89339..c2182e123a 100644 --- a/Documentation/snippets/generating-whole-scores-also-book-parts-in-scheme-without-using-the-parser.ly +++ b/Documentation/snippets/generating-whole-scores-also-book-parts-in-scheme-without-using-the-parser.ly @@ -98,8 +98,9 @@ modified to inser all collected scores so far to the book. (set! pitch (modulo (1+ pitch) 7))))) oneNoteScore = -#(define-void-function (parser location) () - (add-one-note-score parser)) +#(define-music-function (parser location) () + (add-one-note-score parser) + (make-music 'Music 'void #t)) %%% -- 2.39.5