tagged case in lyricmode
This commit is contained in:
		@@ -174,4 +174,13 @@ multiVerseSkips =
 | 
			
		||||
 | 
			
		||||
alt =
 | 
			
		||||
#(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) } }
 | 
			
		||||
  }
 | 
			
		||||
#})
 | 
			
		||||
		Reference in New Issue
	
	Block a user