1 Commits

Author SHA1 Message Date
tux
c9ac953622 new engraver for spacing in chordlyrics 2025-08-12 11:33:53 +04:00

View File

@@ -198,10 +198,8 @@ updown =
(rest (substring word 1 (string-length word))))
#{
\lyricmode {
\markup {
\tag #'up #(string-append (string-capitalize first-char) rest)
\tag #'down #(string-append (string-downcase first-char) rest)
}
\tag #'up { \markup { #(string-append (string-capitalize first-char) rest) } }
\tag #'down { \markup { #(string-append (string-downcase first-char) rest) } }
}
#}))