lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

\uppercase function


From: Kieren MacMillan
Subject: \uppercase function
Date: Fri, 16 Jun 2023 09:41:21 -0400

Hi all!

Anyone have a good \uppercase function they could share?

I tried to make one, and it doesn’t throw an error, but also doesn’t work:

\version "2.25.2"

#(define-markup-command (uppercase layout props arg) (markup?)
   (interpret-markup layout props (string-upcase (markup->string arg))))

\header {
  title = "My Awesome Piece"
}

\paper {
  scoreTitleMarkup = \markup \uppercase \fromproperty #'header:title
}

{ c1 }

Thanks,
Kieren.
______________________________________________

My work day may look different than your work day. Please do not feel obligated 
to read or respond to this email outside of your normal working hours.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]