tagged case in lyricmode
This commit is contained in:
parent
c4f3a3c196
commit
a558a0b02f
@ -174,4 +174,13 @@ multiVerseSkips =
|
|||||||
|
|
||||||
alt =
|
alt =
|
||||||
#(define-music-function (parser location a b) (ly:music? ly:music?)
|
#(define-music-function (parser location a b) (ly:music? ly:music?)
|
||||||
#{ \tag #'firstVerse { #a } \tag #'multiVerse { #b } #})
|
#{ \tag #'firstVerse { #a } \tag #'multiVerse { #b } #})
|
||||||
|
|
||||||
|
updown =
|
||||||
|
#(define-music-function (parser location word) (string?)
|
||||||
|
#{
|
||||||
|
\lyricmode {
|
||||||
|
\tag #'up { \markup { #(string-capitalize word) } }
|
||||||
|
\tag #'down { \markup { #(string-downcase word) } }
|
||||||
|
}
|
||||||
|
#})
|
Loading…
x
Reference in New Issue
Block a user