Template: Create instruments tex file only if we have any instruments
[orchestrallily.git] / Documentation / examples / dada-defs.ly
blob6a641abf4f34e04e01e7d724bce05e693f9fab94
1 \version "2.11.40"
2 \include "orchestrallily.ly"
3 % \paper { line-width=10\cm }
4 % #(set-global-staff-size 14)
6 \header { title = "A nonsensical work" }
8 DadaPieceName = "Dada song"
9 DadaPieceNameTacet = "Dada song - Tacet"
11 VcInstrumentName = "Violoncello"
12 VcShortInstrumentName = "Vc."
13 SSoloInstrumentName = "Soprano Solo"
14 SSoloShortInstrumentName = "S."
16 VcClef = \clef "bass"
17 DadaSettings = {\mark\markup{\italic "Slow."}}
19 DadaVcMusic = \relative c { c4 g' c, b' }
20 DadaSSoloMusic = \relative c'' {c2 c,8 e g c}
21 DadaSSoloLyrics = \lyricmode { Da, da -- da -- da -- da! }
24 \orchestralScoreStructure #'(
25 ("FullScore" ParallelMusic ("Percussion" "SSolo" "Vc"))
26 ("InvertedScore" StaffGroup ("Vc" "SSolo" "Percussion"))