use custom style overrides
This commit is contained in:
parent
268ea90e50
commit
ec5acb1bc3
@ -3,12 +3,6 @@
|
|||||||
|
|
||||||
\include "../../lilypond-custom-includes/base_config.ly"
|
\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 {
|
HEADER = \bookpart {
|
||||||
|
|
||||||
\paper {
|
\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"
|
\include "../../lilypond-common-includes/standalone_output.ly"
|
@ -1 +1 @@
|
|||||||
Subproject commit ed81b5c9034624529d3a066576e047e2ab9a43b6
|
Subproject commit 8e6eff1cad01d367bf476784719b1b11072173ac
|
@ -1,6 +1,7 @@
|
|||||||
#(ly:set-option 'relative-includes #t)
|
#(ly:set-option 'relative-includes #t)
|
||||||
|
|
||||||
defaultSongStyle = #'börnel
|
defaultSongStyle = #'börnel
|
||||||
|
customStyleOverridesFile = "../lilypond-custom-includes/custom_style_overrides.ly"
|
||||||
|
|
||||||
\include "categories.ly"
|
\include "categories.ly"
|
||||||
\include "../lilypond-common-includes/general_include.ly"
|
\include "../lilypond-common-includes/general_include.ly"
|
4
lilypond-custom-includes/custom_style_overrides.ly
Normal file
4
lilypond-custom-includes/custom_style_overrides.ly
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
customChordPrintings = {
|
||||||
|
<h dis' fis' e''>-\markup { \small "add11" }
|
||||||
|
<a cis' gis' h'>-\markup { \small "maj9" }
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user