diff --git a/basic_format_and_style_settings.ly b/basic_format_and_style_settings.ly index dae7681..c6f3b18 100644 --- a/basic_format_and_style_settings.ly +++ b/basic_format_and_style_settings.ly @@ -158,4 +158,12 @@ rightHyphen = \lyricmode { leftHyphen = \lyricmode { \once \override StanzaNumber.font-series = #'normal \set stanza = "-" -} \ No newline at end of file +} + +multiVerseSkips = +#(define-music-function (parser location skips) (number?) + #{ \tag #'multiVerse { \repeat unfold #skips { \skip4 } } #}) + +alt = +#(define-music-function (parser location a b) (ly:music? ly:music?) + #{ \tag #'firstVerse { #a } \tag #'multiVerse { #b } #}) \ No newline at end of file