lilypond-user
[Top][All Lists]
Advanced

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

Re: Switching lyrics to italic in the same syllabe


From: -Eluze
Subject: Re: Switching lyrics to italic in the same syllabe
Date: Fri, 27 Jan 2012 10:16:14 -0800 (PST)


Phil Holmes-2 wrote:
> 
> ----- Original Message ----- 
> From: "Nils" <address@hidden>
> To: "Lilypond-User" <address@hidden>
> Sent: Friday, January 27, 2012 5:17 PM
> Subject: Switching lyrics to italic in the same syllabe
> 
> 
>> Questions over Questions:
>>
>> I have lyrics here which need switching to italics during a syllabe. It 
>> the following example it is "phi" where the "i", and everything after, 
>> needs to be italic.
>>
>> Se --  ra --  ph \override LyricText #'font-shape = #'italic i --  nen
>>
>> If I do it like this the "i" moves to the next syllabe which is wrong.
>> When removing either the space after "ph" or before "i" I get errors.
>>
>> [...]#'italic"i" --  nen does not work either.
>>
>>
>> Nils
>>
> 
>  
> I think concat will do what you need.
> 
> 

you have to use \concat in a \markup … :

\markup {
    \concat { ph \override #'(font-shape . italic) iiii }
  }
-- 
View this message in context: 
http://old.nabble.com/Switching-lyrics-to-italic-in-the-same-syllabe-tp33215638p33216018.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.




reply via email to

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