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

Add string ensemble score structure

parent 79d4fdbd
No related branches found
No related tags found
No related merge requests found
...@@ -106,6 +106,10 @@ conditionalBreak = #(define-music-function (parser location) () ...@@ -106,6 +106,10 @@ conditionalBreak = #(define-music-function (parser location) ()
("VocalScore" "SimultaneousMusic" ("Singstimme" "Pfe")) ("VocalScore" "SimultaneousMusic" ("Singstimme" "Pfe"))
)) ))
#(define oly:StringEnsembleScoreStructure '(
("FullScore" "StaffGroup" ("VI" "VII" "Va" "Vc" "Cb" "VcB"))
))
#(define oly:fullOrchestraScoreStructure '( #(define oly:fullOrchestraScoreStructure '(
; Part-combined staves for full score ; Part-combined staves for full score
("Fl" "PartCombinedStaff" ("FlI" "FlII")) ("Fl" "PartCombinedStaff" ("FlI" "FlII"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment