lilypond-user
[Top][All Lists]
Advanced

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

Re: Lyric on rest


From: Mats Bengtsson
Subject: Re: Lyric on rest
Date: Mon, 06 Feb 2006 22:52:00 +0100
User-agent: Internet Messaging Program (IMP) H3 (4.0.4)

What is the meaning of a lyrics syllable under a rest?

First of all, why do you use the hidden note? My guess is that you haven't realized that full measure rests should be typeset using R1 instead of r1.

If you really want a syllable below the rest, the easiest way is to attach it to an invisible note, something like:

\version "2.6.5"
\include "english.ly"
\score {
   \new Staff \relative {
       r4 e' d c |
       gs2. fs4 |
       \hideNotes << R1 {s2 c2 } >> \unHideNotes |
   }
   \addlyrics {
       un al -- tro
       ba -- - -- cio...
   }
}


  /Mats

Quoting IMAI Yuji <address@hidden>:

Hello.
I use Lilypond 2.6.5 on Windows XP.

I want to put lyric on rest.
Now, I write following,
but "cio..." can not place under the rest.
Is there any idea for this case?

\version "2.6.5"
\include "english.ly"
\score {
   \new Staff \relative {
       r4 e' d c |
       gs2. fs4 |
       \hideNotes c4 \unHideNotes r1*3/4 |
   }
   \addlyrics {
       un al -- tro
       ba -- - -- cio...
   }
}

--
address@hidden  Yuji IMAI



_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user








reply via email to

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