RE: small caps in title

2021-10-19 Thread type
Perfect! In addition to answering my original question, that even lets me use "real" small caps, which is certainly my preference. Many thanks -- that is super helpful. Jay -Original Message- From: lilypond-user On Behalf Of Xavier Scheuer Sent: Tuesday, October 19, 2021 1

Re: small caps in title

2021-10-19 Thread Xavier Scheuer
On Tue, 19 Oct 2021 at 19:49, Jean Abou Samra wrote: > > > Hi Jay, > > This is an old bug; try the workaround proposed at > > https://gitlab.com/lilypond/lilypond/-/issues/1482#note_339750124 Hello, And if the font you want to use has real small caps you can use \over

RE: small caps in title

2021-10-19 Thread type
...@projectivespace.com; lilypond-user@gnu.org Subject: Re: small caps in title Le 19/10/2021 à 19:42, t...@projectivespace.com a écrit : > I have a quick question about formatting a title in small caps in Lilypond. > Although I can format scoreTitleMarkup with the usual \bold and \italic for >

Re: small caps in title

2021-10-19 Thread Jean Abou Samra
Le 19/10/2021 à 19:42, t...@projectivespace.com a écrit : I have a quick question about formatting a title in small caps in Lilypond. Although I can format scoreTitleMarkup with the usual \bold and \italic for markups, I am having trouble getting \smallCaps (or \caps) to work with a title

small caps in title

2021-10-19 Thread type
I have a quick question about formatting a title in small caps in Lilypond. Although I can format scoreTitleMarkup with the usual \bold and \italic for markups, I am having trouble getting \smallCaps (or \caps) to work with a title retrieved by \fromproperty. The \smallCaps works fine elsewhere

Re: Small caps not working in bookTitleMarkup?

2017-10-29 Thread Ben
h the options mentioned there. Regards, Patrick Hi Patrick, I believe if you use a font that has small caps it should work just fine. IIRC it's only an issue if the font itself doesn't have a smallcaps. Good luck with the workaround! __

Re: Small caps not working in bookTitleMarkup?

2017-10-29 Thread Patrick Hubers
Op 29-10-2017 om 16:48 schreef Malte Meyn: [...] I just found out that this is a know bug: https://sourceforge.net/p/testlilyissues/issues/1482/ There you can also find a workaround. Ah, thanks for that! I'll see if I can get it to work with the options mentioned there. Regards, Patrick _

Re: Small caps not working in bookTitleMarkup?

2017-10-29 Thread Patrick Hubers
Op 29-10-2017 om 16:41 schreef Malte Meyn: Am 29.10.2017 um 15:50 schrieb Patrick Hubers: I'm trying to create titles in small caps by modifying the bookTitleMarkup in my stylesheet. For some reason, all font modifiers (\bold, \italic etc.) seem to work, except for \caps or \smal

Re: Small caps not working in bookTitleMarkup?

2017-10-29 Thread Malte Meyn
Am 29.10.2017 um 16:41 schrieb Malte Meyn: Am 29.10.2017 um 15:50 schrieb Patrick Hubers: Hi, I'm trying to create titles in small caps by modifying the bookTitleMarkup in my stylesheet. For some reason, all font modifiers (\bold, \italic etc.) seem to work, except for \ca

Re: Small caps not working in bookTitleMarkup?

2017-10-29 Thread Malte Meyn
Am 29.10.2017 um 15:50 schrieb Patrick Hubers: Hi, I'm trying to create titles in small caps by modifying the bookTitleMarkup in my stylesheet. For some reason, all font modifiers (\bold, \italic etc.) seem to work, except for \caps or \smallCaps. […] Am I doing something wrong, h

Small caps not working in bookTitleMarkup?

2017-10-29 Thread Patrick Hubers
Hi, I'm trying to create titles in small caps by modifying the bookTitleMarkup in my stylesheet. For some reason, all font modifiers (\bold, \italic etc.) seem to work, except for \caps or \smallCaps. I have the line \bold \fontsize #6 { \fromproperty #'header:title } in my

Re: Re: small caps

2015-01-17 Thread Craig Dabelstein
Thanks for the advice everyone. I've managed to bend it to my will! Craig On Sat Jan 17 2015 at 5:14:19 AM Nick Payne wrote: > Accidentally sent this only to the OP rather than to the list... > > Forwarded Message Subject: Re: small caps Date: Fri, > 16

Fwd: Re: small caps

2015-01-16 Thread Nick Payne
Accidentally sent this only to the OP rather than to the list... Forwarded Message Subject:Re: small caps Date: Fri, 16 Jan 2015 20:55:30 +1100 From: Nick Payne To: Craig Dabelstein I think you have encountered bug #1482: https://code.google.com/p/lilypond

Re: small caps

2015-01-16 Thread Shane Brandes
\fontCaps attempts to access the fonts smcp flavor the other two methods are hocus pocus relying on scaling as apposed to a true small caps set. Shane On Fri, Jan 16, 2015 at 8:52 AM, Kevin Barry wrote: >> "\caps" and "\smallCaps" should work with any font since they

Re: small caps

2015-01-16 Thread Kevin Barry
> > "\caps" and "\smallCaps" should work with any font since they simply > iterate through the string and reduce the font size by a scaling factor -2 > for all characters except those already in upper-case. > Does this mean that lilypond doesn't use the

Re: small caps

2015-01-16 Thread tisimst
> Hi Shane, >> >> \version "2.19.11" >> >> Even with \smallCaps (how did I miss that!?!!?) the test stays the >> same. Bold and Large are both working but not the small caps. >> >> Craig >> >> >> On Fri Jan 16 2015 at

Re: small caps

2015-01-16 Thread Kevin Barry
19.11" > > Even with \smallCaps (how did I miss that!?!!?) the test stays the same. > Bold and Large are both working but not the small caps. > > Craig > > > On Fri Jan 16 2015 at 4:39:22 PM Shane Brandes > wrote: > >> Which version are you using? and is it

Re: small caps

2015-01-16 Thread tisimst
n here and it works } { \repeat unfold 3 { s1 \break } } %<-- - Abraham On Fri, Jan 16, 2015 at 2:00 AM, Craig Dabelstein [via Lilypond] wrote: > Hi Shane, > > \version "2.19.11" > > Even with \smallCaps (how did I miss that!?!!?) the test stays the > same. Bold and L

Re: small caps

2015-01-16 Thread Craig Dabelstein
Hi Shane, \version "2.19.11" Even with \smallCaps (how did I miss that!?!!?) the test stays the same. Bold and Large are both working but not the small caps. Craig On Fri Jan 16 2015 at 4:39:22 PM Shane Brandes wrote: > Which version are you using? and is it not \smallcaps tha

Re: small caps

2015-01-15 Thread Shane Brandes
Which version are you using? and is it not \smallcaps that you need to issue? Also does the font actually have small caps natively? Shane On Fri, Jan 16, 2015 at 12:54 AM, Craig Dabelstein wrote: > Hi List, > > Can anyone tell me why I can't get small caps working with this

small caps

2015-01-15 Thread Craig Dabelstein
Hi List, Can anyone tell me why I can't get *small caps* working with this code? Many thanks, Craig scoreTitleMarkup = \markup { \column { \on-the-fly \print-all-headers { \bookTitleMarkup \hspace #1 } \fill-line { \large \bold \caps \fromproperty #'he

Re: Lyrics small caps

2011-08-18 Thread Nick Payne
On 19/08/11 11:17, Jay Anderson wrote: How do I get small caps for lyrics? Here's how I've attempted to select small caps: "\override LyricText #'font-shape = #'caps". I've tried a few different fonts without success: "Helvetica", "Georgi

Lyrics small caps

2011-08-18 Thread Jay Anderson
How do I get small caps for lyrics? Here's how I've attempted to select small caps: "\override LyricText #'font-shape = #'caps". I've tried a few different fonts without success: "Helvetica", "Georgia", "Verdana". Have I just