use custom style overrides

This commit is contained in:
tux 2023-07-24 08:40:53 +02:00
parent 268ea90e50
commit ec5acb1bc3
4 changed files with 7 additions and 7 deletions

View File

@ -3,12 +3,6 @@
\include "../../lilypond-custom-includes/base_config.ly"
customChordPrintings = {
<h dis' fis' e''>-\markup { \small "add11" }
<a cis' gis' h'>-\markup { \small "maj9" }
}
\include "../../lilypond-common-includes/enable_custom_chord_settings.ly"
HEADER = \bookpart {
\paper {
@ -199,6 +193,7 @@ TEXT = \markuplist
}
}
}
\fret-chord #"x;2;4;4;4;o;" #"h:1.3.5.11"
}
\include "../../lilypond-common-includes/standalone_output.ly"

@ -1 +1 @@
Subproject commit ed81b5c9034624529d3a066576e047e2ab9a43b6
Subproject commit 8e6eff1cad01d367bf476784719b1b11072173ac

View File

@ -1,6 +1,7 @@
#(ly:set-option 'relative-includes #t)
defaultSongStyle = #'börnel
customStyleOverridesFile = "../lilypond-custom-includes/custom_style_overrides.ly"
\include "categories.ly"
\include "../lilypond-common-includes/general_include.ly"

View File

@ -0,0 +1,4 @@
customChordPrintings = {
<h dis' fis' e''>-\markup { \small "add11" }
<a cis' gis' h'>-\markup { \small "maj9" }
}