Initial import
[orchestrallily.git] / Documentation / examples / dada_vc_including_small_ssolo.ly
blob4987e286ec0267ebc60126c463fba0a709ea798f
1 \version "2.11.40"
2 \include "dada-defs.ly"
3 \paper { line-width=11\cm paper-height=10\cm paper-width=12\cm }
4 #(set-global-staff-size 18)
7 \header {
8 copyright =""
9 instrument = \VcInstrumentName
12 % For the SSolo staff, use a smaller staff size!
13 DadaSSoloSettings = {
14 \DadaSettings
15 \set fontSize = #-5
16 \override Staff.StaffSymbol #'staff-space = #(magstep -5)
19 \createScore #"Dada" #'("InvertedScore")