lilypond-user
[Top][All Lists]
Advanced

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

Re: Rest in Lyrics


From: David Kastrup
Subject: Re: Rest in Lyrics
Date: Mon, 03 Aug 2015 02:53:14 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Thomas Morley <address@hidden> writes:

> 2015-08-02 23:00 GMT+02:00 Alberto Simões <address@hidden>:
>> Hello
>>
>> I know it is not a common practice, but I would like to put in the middle of
>> the lyrics text, a quarter rest (in parenthesis), in order to make it clear
>> that nothing should be sang in that note (and also because I am trying to
>> copy what was written by the composer).
>
> Try:
>
> { c''4 d'' e'' f'' }
> \addlyrics {
>   c d \markup { \raise #0.8 \parenthesize \fontsize #-6 \rest #"4" } f
> }

Alternatively:

<<
  \new Voice = "melody" { c''4 d'' e'' f'' }
  \new Lyrics \with { \consists "Rest_engraver"
                      \override Rest.Y-offset = 0.5
                    }
  \lyricsto "melody" {
    c d \notemode { \parenthesize r4 } f
  }
>>

-- 
David Kastrup



reply via email to

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