Cleanup: minimum-Y-extent removed, delete duplicate instr. names, remove instr_name_e...
[orchestrallily.git] / testsuite / non-standard-staff-voice-types.ly
blob7c7e659eec8ceb76964f9c8c258df9d0b65a20f2
1 \version "2.11.40"
2 \include "../orchestrallily.ly"
4 \header { title = "Drum- and RhythmicStaff" }
6 TestIiMusic = \drummode { crashcymbal4 hihat8 halfopenhihat hh hh hh openhihat }
7 TestIiiMusic = \relative c'' { c2 c,8 e g c}
8 TestIiiiMusic = { c4\3 e2 <g c>16 <e g c>8. }
10 \orchestralScoreStructure #'(
11 ("Ii" "DrumStaff" ())
12 ("DS" "DrumStaff" ("Ii"))
13 ("Iii" "RhythmicStaff" ())
14 ("Iiii" "TabStaff" ())
16 \orchestralVoiceTypes #'(
17 ("Ii" "DrumVoice")
18 ("Iiii" "TabVoice")
21 \createScore #"Test" #'("Ii" "Iii" "Iiii")
23 \createScore #"Test" #'("DS")