Top Level Namespace
Defined Under Namespace
Modules: Webern
Constant Summary collapse
- LILYPOND_HEADER =
<<-pond \\version "2.16.2" \\include "english.ly" #(set-global-staff-size 13) pond
- LILYPOND_SCORE_BLOCK =
<<-pond \\score { << \\new Staff \\rows >> } pond