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

each voice's prefatory matter (time sig, key, settings etc.) are inserted as...

each voice's prefatory matter (time sig, key, settings etc.) are inserted as sequential music, not as simultaneous any more
parent 7332d857
No related branches found
No related tags found
No related merge requests found
......@@ -392,7 +392,7 @@ orchestralVoiceTypes = #(define-music-function (parser location types) (list?)
(if (ly:music? music)
(begin
(set! musiccontent (make-simultaneous-music (append musiccontent (list music))))
(set! musiccontent (make-sequential-music (append musiccontent (list music))))
;(ly:message "Generating staff for ~a" name)
(let* ((trpPitch (oly:extractTranspositionPitch piece name)))
(if (ly:pitch? trpPitch)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment