Re: Small caps not working in bookTitleMarkup?

2017-10-29 Thread Ben

On 10/29/2017 12:09 PM, Patrick Hubers wrote:

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


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!


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


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



___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


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 \smallCaps.



Could you please give a minimal example code?


Sure, I was already preparing one for follow up. Attached are a score 
"test.ly" and a stylesheet "test.ily" that's included from the score. 
Adding \caps (or \smallCaps) to the title in the score gives the desired 
output, adding it to the bookTitleMarkup does nothing.


Any insights appreciated!

Regards, Patrick

\version "2.19.32"

\include "test_stylesheet.ily"

\header {
  title = \markup \caps "These should be caps"
}

\score {
  \relative c' { c d e c }
}

\version "2.19.32"

\paper {

  bookTitleMarkup = \markup {
   \caps \bold \fromproperty #'header:title
  }
}
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


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 \caps or \smallCaps.


[…]

Am I doing something wrong, have I missed something in the docs or did 
I encounter a bug?


Could you please give a minimal example code?


I just found out that this is a know bug: 
https://sourceforge.net/p/testlilyissues/issues/1482/ There you can also 
find a workaround.


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


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, have I missed something in the docs or did I 
encounter a bug?


Could you please give a minimal example code?

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


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 stylesheet, which works great, but adding \caps is not working. 
However, if I put that modifier in my header block (title = \markup { 
\caps "My Title") I get perfect small caps in my output, while still 
seeing the effects of the \bold and \fontsize modifiers from my stylesheet.


Am I doing something wrong, have I missed something in the docs or did I 
encounter a bug?


Thanks for any assistance!

Regards, Patrick


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user