2023-11-02 23:13:11 +01:00
|
|
|
#(define noStandaloneOutput (if (defined? 'noStandaloneOutput) noStandaloneOutput #f))
|
|
|
|
|
2024-11-02 19:54:15 +01:00
|
|
|
#(if (defined? 'LAYOUT) #f (load (string-append (dirname (current-filename)) file-name-separator-string "json_parser.scm")))
|
2023-11-02 23:13:11 +01:00
|
|
|
#(use-modules (json parser))
|
2024-11-02 19:58:15 +01:00
|
|
|
\include "resolve_inherits.ly"
|
2023-11-02 23:13:11 +01:00
|
|
|
\include "basic_format_and_style_settings.ly"
|
|
|
|
\include "eps_file_from_song_dir.ly"
|
|
|
|
\include "title_with_category_images.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 = {}
|
2024-05-22 22:38:02 +02:00
|
|
|
TEXT = \markuplist {""}
|
|
|
|
|
|
|
|
verseChords = {}
|
|
|
|
firstVoice = {}
|
|
|
|
global = {}
|