mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-05-15 20:39:20 +02:00
Added relative paths to MakeDrum
if \include starts with a dot it will assume it is a relative file. Otherwise it will leave it be
This commit is contained in:
parent
11bade01a4
commit
2c68877d37
232 changed files with 748 additions and 694 deletions
|
@ -1,8 +1,8 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "config.ily"
|
||||
%\include "notes.pipes.ily"
|
||||
\include "notes.lyrics.ily"
|
||||
\include "./config.ily"
|
||||
%\include "./notes.pipes.ily"
|
||||
\include "./notes.lyrics.ily"
|
||||
|
||||
\score {
|
||||
\new Staff {
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
|
||||
\include "bagpipe.ly"
|
||||
|
||||
\include "config.ily"
|
||||
\include "notes.pipes.ily"
|
||||
\include "./config.ily"
|
||||
\include "./notes.pipes.ily"
|
||||
|
||||
\score {
|
||||
\new Staff {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue