Re: Lyric alignment bug with markup

2021-09-14 Thread Justin Peter
On 9/14/2021 9:03 AM, Aaron Hill wrote: It is common, but it is done via \override and not \markup. fancyText = {   \override LyricText.font-shape = #'italic   \override LyricText.color = #red } \new Lyrics \with { \fancyText } \lyricmode { a b c } \new Lyrics \lyricmode { \fancyText a b

Re: Lyric alignment bug with markup

2021-09-14 Thread Justin Peter
On 9/14/2021 10:51 AM, Werner LEMBERG wrote: It is mentioned in the documentation around fonts: http://lilypond.org/doc/v2.23/Documentation/notation/fonts#font-families Ah, somehow I missed that.  Thanks. Justin, could you suggest an index entry (or whatever) that would have you enabled to

Re: Lyric alignment bug with markup

2021-09-14 Thread Werner LEMBERG
>> Ah, that's kind of what I was fearing.  Obviously (at least I hope >> it was obvious; maybe it wasn't) I was trying to format an entire >> group of lyrics, and having to markup each word was both tedious >> and ugly.  In my use case, it looks like \override >> LyricText.font-size and

Re: Lyric alignment bug with markup

2021-09-14 Thread Aaron Hill
On 2021-09-14 6:21 am, Justin Peter wrote: It doesn't appear that any of this is covered in the documentation - is wanting to format entire verses/groups of lyrics not a common use case, or would that be something helpful to add? It is common, but it is done via \override and not \markup.

Re: Lyric alignment bug with markup

2021-09-14 Thread Jean Abou Samra
Le 14/09/2021 à 15:21, Justin Peter a écrit : Ah, that's kind of what I was fearing.  Obviously (at least I hope it was obvious; maybe it wasn't) I was trying to format an entire group of lyrics, and having to markup each word was both tedious and ugly.  In my use case, it looks like

Re: Lyric alignment bug with markup

2021-09-14 Thread Justin Peter
On 9/14/2021 1:02 AM, Aaron Hill wrote: On 2021-09-13 9:03 pm, Justin Peter wrote: When using (or rather attempting to use) a \markup block inside of lyrics, the lyrics become misaligned.  Example: \score {   <<     \new Staff {   \new Voice = "melody" {     \relative { c''4 c c c }    

Re: Lyric alignment bug with markup

2021-09-14 Thread Aaron Hill
On 2021-09-13 9:03 pm, Justin Peter wrote: When using (or rather attempting to use) a \markup block inside of lyrics, the lyrics become misaligned.  Example: \score {   <<     \new Staff {   \new Voice = "melody" {     \relative { c''4 c c c }   }     }     \new Lyrics {