-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.ly
17 lines (16 loc) · 1.11 KB
/
package.ly
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#(define microlily-dir (lyp:this-dir))
"athenian" = \pincludeOnce #(lyp:join-path microlily-dir "athenian.ly")
"he" = \pincludeOnce #(lyp:join-path microlily-dir "he.ly")
"ji12" = \pincludeOnce #(lyp:join-path microlily-dir "ji12.ly")
"promethean" = \pincludeOnce #(lyp:join-path microlily-dir "promethean.ly")
"regular" = \pincludeOnce #(lyp:join-path microlily-dir "regular.ly")
"sag60" = \pincludeOnce #(lyp:join-path microlily-dir "sag60.ly")
"sag72" = \pincludeOnce #(lyp:join-path microlily-dir "sag72.ly")
"saget" = \pincludeOnce #(lyp:join-path microlily-dir "saget.ly")
"sagji" = \pincludeOnce #(lyp:join-path microlily-dir "sagji.ly")
"sagji60" = \pincludeOnce #(lyp:join-path microlily-dir "sagji60.ly")
"sagji72" = \pincludeOnce #(lyp:join-path microlily-dir "sagji72.ly")
"sagji224" = \pincludeOnce #(lyp:join-path microlily-dir "sagji224.ly")
"trojan" = \pincludeOnce #(lyp:join-path microlily-dir "trojan.ly")
"trojan60" = \pincludeOnce #(lyp:join-path microlily-dir "trojan60.ly")
"trojan72" = \pincludeOnce #(lyp:join-path microlily-dir "trojan72.ly")