From bcbbf7cb67bc97841a6243cd103d2fdc615b5536 Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer Date: Wed, 15 Feb 2012 18:29:50 +0100 Subject: [PATCH] Fix with latest lilypond 2.15.30 --- orchestrallily.ily | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orchestrallily.ily b/orchestrallily.ily index 4667740..442062f 100644 --- a/orchestrallily.ily +++ b/orchestrallily.ily @@ -546,7 +546,7 @@ orchestralVoiceTypes = #(define-music-function (parser location types) (list?) (cond ((and (pair? music) (ly:music? (car music)) (not-null? (cdr music)) (ly:music? (cadr music))) ;(ly:message "Part-combine with two music expressions") - (oly:staff_handler_internal parser piece name "Staff" (list (make-part-combine-music parser music 0)))) + (oly:staff_handler_internal parser piece name "Staff" (list (make-part-combine-music parser music #f)))) ((null? music) ;;(ly:warning "Part-combine without any music expressions") '()) -- 2.11.4.GIT