Skip to content
Snippets Groups Projects
Commit bcbbf7cb authored by Reinhold Kainhofer's avatar Reinhold Kainhofer
Browse files

Fix with latest lilypond 2.15.30

parent 95b6c7e1
No related branches found
No related tags found
No related merge requests found
...@@ -546,7 +546,7 @@ orchestralVoiceTypes = #(define-music-function (parser location types) (list?) ...@@ -546,7 +546,7 @@ orchestralVoiceTypes = #(define-music-function (parser location types) (list?)
(cond (cond
((and (pair? music) (ly:music? (car music)) (not-null? (cdr music)) (ly:music? (cadr music))) ((and (pair? music) (ly:music? (car music)) (not-null? (cdr music)) (ly:music? (cadr music)))
;(ly:message "Part-combine with two music expressions") ;(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) ((null? music)
;;(ly:warning "Part-combine without any music expressions") ;;(ly:warning "Part-combine without any music expressions")
'()) '())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment