Inhaltlich sinnvollere Aufteilung der include Skripte
This commit is contained in:
15
enable_custom_chord_settings.ly
Normal file
15
enable_custom_chord_settings.ly
Normal file
@@ -0,0 +1,15 @@
|
||||
generalLayout = \layout {
|
||||
\generalLayout
|
||||
\context {
|
||||
\ChordNames
|
||||
chordNameExceptions = #(sequential-music-to-chord-exceptions customChordPrintings #t)
|
||||
}
|
||||
}
|
||||
|
||||
verseChordLayout = \layout {
|
||||
\verseChordLayout
|
||||
\context {
|
||||
\ChordNames
|
||||
chordNameExceptions = #(sequential-music-to-chord-exceptions customChordPrintings #t)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user