bug-lilypond
[Top][All Lists]
Advanced

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

\caps and \fontCaps don’t work as expected


From: Malte Meyn
Subject: \caps and \fontCaps don’t work as expected
Date: Thu, 4 Jul 2019 09:04:36 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.2

Hi list,

\caps doesn’t work if unless it’s the very last markup command before the actual text.

\fontCaps seems to have no effect at all. Shouldn’t it enable the smcp feature?

Cheers,
Malte

%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\version "2.21.0"

\markup \bold \caps "AaBbCc" % ok
\markup \caps \bold "AaBbCc" % FAIL

\markup \caps { "Aa" "Bb" "Cc" } % ok
\markup \caps \line { "Aa" "Bb" "Cc" } % FAIL

\markup \bold \override #'(font-features . ("smcp")) "AaBbCc" % ok
\markup \override #'(font-features . ("smcp")) \bold "AaBbCc" % ok

\markup \fontCaps "AaBbCc"   % FAIL
%%%%%%%%%%%%%%%%%%%%%%%%%%%%



reply via email to

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