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

@ -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" }
}