proper alignment for whiteout ff
[orchestrallily.git] / testsuite / non-standard-staff-voice-types.ly
blob547ddb3f0971c3f699680c6ad79049669b725e0f
1 \version "2.13.17"
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")