Create the instrumental score
[orchestrallily.git] / testsuite / default-instrument-names.ly
blob12bbb4fd0baf160a69834a4a6037311adb416698
1 \version "2.11.40"
2 \include "../orchestrallily.ly"
3 \include "../oly_settings_names.ly"
5 \header { title = "OrchestralLily defines many instrument names" }
8 TestSSoloMusic = \relative c'' { c1 }
9 TestVcBMusic = \relative c { c1 }
10 TestFagIMusic = \relative c' { c1 }
11 TestVaMusic = \relative c' { c1 }
12 TestTrMusic = \relative c' { c1 }
15 \createScore #"Test" #'("SSolo" "VcB" "FagI" "Va" "Tr")