Initial import
[orchestrallily.git] / Documentation / examples / dada.ly
blobc10dc33400155071ba8888b24372f51d327d7152
1 \version "2.11.40"
2 \include "dada-defs.ly"
4 % the soprano score:
5 \createScore #"Dada" #'("SSolo")
7 % the Vc score:
8 \createScore #"Dada" #'("Vc")
10 % the percussion score, no notes defined -> Tacet
11 \createScore #"Dada" #'("Percussion")
13 % the full score:
14 \createScore #"Dada" #'("FullScore")