mirror of
https://github.com/kastdeur/lilydrum.git
synced 2025-05-17 13:29:12 +02:00
Edited scores to use PipeBandDrumStaff
This commit is contained in:
parent
cd28625679
commit
34641ea703
51 changed files with 800 additions and 696 deletions
7
makedrum
7
makedrum
|
@ -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.
|
||||
""")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue