1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2025-05-17 21:39:17 +02:00

Edited scores to use PipeBandDrumStaff

This commit is contained in:
Eric Teunis de Boone 2015-11-05 03:28:25 +01:00
parent cd28625679
commit 34641ea703
51 changed files with 800 additions and 696 deletions

View file

@ -181,14 +181,13 @@ class MakeDrum:
\\version "2.18.0"
#(ly:set-option 'point-and-click #f)
#(set-global-staff-size """+self.args.staffsize+""")
#(set-default-paper-size \""""+self.args.papersize+"""\" '"""+self.args.orientation+""")
"""+ lily_includes +"""
\\include \""""+header_format+""".ily"
#(set-global-staff-size """+self.args.staffsize+""")
#(set-default-paper-size \""""+self.args.papersize+"""\" '"""+self.args.orientation+""")
% The tune to generate.
""")