snippets einzeln baubar und default layout

This commit is contained in:
tux
2023-11-02 23:13:11 +01:00
parent 14e01900c2
commit 8b0fc2d7c9
6 changed files with 55 additions and 25 deletions

7
default_output.ly Normal file
View File

@ -0,0 +1,7 @@
#(define noDefaultOutput (if (defined? 'noDefaultOutput) noDefaultOutput #f))
HEADER = \bookpart {
\header {
\basicSongInfo
}
}
\include #(if noDefaultOutput "void.ly" "standalone_output.ly")