Initial import
[orchestrallily.git] / Documentation / examples / dada-defs.ly
blob0203f6acb595fcb78482d21793d7fffe3d5c9713
1 \version "2.11.40"
2 \include "orchestrallily.ly"
3 \header {tagline =""}
4 \paper { ragged-bottom = ##t line-width=7\cm paper-height=15\cm paper-width=8\cm left-margin=0.5\cm right-margin=0.5\cm top-margin=0.5\cm bottom-margin=0.5\cm}
5 #(set-global-staff-size 16)
7 \header { title = "A nonsensical work" }
9 DadaPieceName = "Dada song"
10 DadaPieceNameTacet = "Dada song - Tacet"
12 VcInstrumentName = "Violoncello"
13 VcShortInstrumentName = "Vc."
14 SSoloInstrumentName = "Soprano Solo"
15 SSoloShortInstrumentName = "S."
17 VcClef = \clef "bass"
18 DadaSettings = {\mark\markup{\italic "Slow."}}
20 DadaVcMusic = \relative c { c4 g' c, b' }
21 DadaSSoloMusic = \relative c'' {c2 c,8 e g c}
22 DadaSSoloLyrics = \lyricmode { Da, da -- da -- da -- da! }
25 \orchestralScoreStructure #'(
26 ("FullScore" ParallelMusic ("Percussion" "SSolo" "Vc"))
27 ("InvertedScore" StaffGroup ("Vc" "SSolo" "Percussion"))