snippets einzeln baubar und default layout
This commit is contained in:
23
all_base_includes.ly
Normal file
23
all_base_includes.ly
Normal file
@ -0,0 +1,23 @@
|
||||
\include #(if (< (list-ref (ly:version) 1) 24) "legacy-lilypond-compatibility.ly" "void.ly")
|
||||
|
||||
#(define noStandaloneOutput (if (defined? 'noStandaloneOutput) noStandaloneOutput #f))
|
||||
|
||||
#(if (defined? 'LAYOUT) #f (load "json_parser.scm"))
|
||||
#(use-modules (json parser))
|
||||
\include "basic_format_and_style_settings.ly"
|
||||
\include #(if (< (list-ref (ly:version) 1) 25) "legacy-lilypond-compatibility-pre-2.25.ly" "void.ly")
|
||||
\include "eps_file_from_song_dir.ly"
|
||||
\include "title_with_category_images.ly"
|
||||
\include "auto_rest_merging.ly"
|
||||
\include "chord_settings.ly"
|
||||
\include "transposition.ly"
|
||||
\include "verses_with_chords.ly"
|
||||
\include "arrows_in_scores.ly"
|
||||
\include "swing_style.ly"
|
||||
\include "inline_score.ly"
|
||||
|
||||
% reset important variables
|
||||
LAYOUT = \layout { \generalLayout }
|
||||
HEADER = {}
|
||||
MUSIC = {}
|
||||
TEXT = \markuplist {""}
|
Reference in New Issue
Block a user