fix default reference voice and chords for songbook output

This commit is contained in:
tux
2024-05-22 22:38:02 +02:00
committed by Christoph Wagner
parent 5884ab9d2c
commit 86943b9316
3 changed files with 17 additions and 8 deletions

View File

@ -10,7 +10,12 @@ verselayout = \layout {
\override ChordName.font-size = \songTextChordFontSize
}
}
TEXT = \markuplist { \override #`(verselayout . verselayout) \TEXT }
TEXT = \markuplist {
\override #`(verselayout . verselayout)
\override #`(verse-chords . ,#{ \chords { \verseChords } #})
\override #`(verse-reference-voice . ,#{ \global \firstVoice #})
\TEXT
}
% nur Output wenn noStandaloneOutput auf false steht
output = #(if (not noStandaloneOutput)