Re: Can we change text font while keep it italic?

2019-02-02 Thread Fan Hongtao
Aaron, Thank you for your help & Happy Spring Festival <https://en.wikipedia.org/wiki/Chinese_New_Year> . On Tue, Jan 29, 2019 at 11:56 PM Aaron Hill wrote: > On 2019-01-29 12:51 am, Fan Hongtao wrote: > > User backend properties > > < > http://lilypond.org/do

Can we change text font while keep it italic?

2019-01-29 Thread Fan Hongtao
font-series and font-shape. So I try to reset these properties. \version "2.18.2" \markup { \override #'(font-name . "Century") \override #'(font-family . roman) \override #'(font-series . medium) \override #'(font-shape . italic) \italic { Hello, world. } } Unfortunat

Piano centered lyrics does't go to the right place.

2016-03-01 Thread Fan Hongtao
\Lyrics \consists "Bar_engraver" } } \midi { } } -- Best Wishes, Fan Hongtao I have a dream. http://fanhongtao.github.io/ <http://www.fanhongtao.org/> ___ lilypond-user

How to join notes in markup?

2016-02-25 Thread Fan Hongtao
Hi, all I want to write some words with music notes. I can write single note, but don't know how to join them. \version "2.18.2" { \clef bass c8[ c] } \markup { % How to join the following two notes? \note-by-number #3 #0 #UP \note-by-number #3 #0 #UP } -- Best Wishes, F