bug-lilypond
[Top][All Lists]
Advanced

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

Re: SmallCaps Gap


From: Pierre Perol-Schneider
Subject: Re: SmallCaps Gap
Date: Mon, 7 May 2018 15:33:00 +0200

Hi foxfanfare,

Here's a possible workaround :

\version "2.19.81"

\header {
  title = \markup \fontsize #8 \concat \caps { "Star W" \hspace #-.8 "ars" }
  subtitle = \markup \fontsize #8 \concat \caps { "The Force A" \hspace
#-.3 "wakens" }
  subsubtitle = \markup \fontsize #8
  \concat \caps {
    "V" \hspace #-.3
    "a W" \hspace #-.3
    "a Y" \hspace #-.3 "a A"
    "w A" \hspace #-.3 "vi" }
}

\relative {
  c'1 g' \tuplet 3/2 { f4 e d } c'2~ c g
}

HTH, cheers,
Pierre

2018-05-07 14:38 GMT+02:00 foxfanfare <address@hidden>:

> Not "strictly" a Lilypond bug, but I thought it was worth mentioning
> anyway.
>
> I consider as a "bug" when you use SmallCaps in a markup, you can notice an
> ungly gap in the series of some sloped characters (as "WA" "VA"...).
>
> My eyes suggest the space should be reduced cause it looks a bit awkward
> don't you think? And I don't think it is tweakable as there isn't any
> kerning available in option (or I haven't found it yet!)
>
> Here's an exemple:
>
> \version "2.19.81"
>
> \header {
>   title = \markup \fontsize #8 \smallCaps "Star Wars"
>   subtitle = \markup \fontsize #8 \smallCaps "The Force Awakens"
>   subsubtitle = \markup \fontsize #8 \smallCaps "Va Wa Ya Aw Avi"
> }
>
> \relative {
>   c'1 g' \tuplet 3/2 { f4 e d } c'2~ c g
> }
>
>
>
> --
> Sent from: http://lilypond.1069038.n5.nabble.com/Bugs-f58488.html
>
> _______________________________________________
> bug-lilypond mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/bug-lilypond
>


reply via email to

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