lilypond-user
[Top][All Lists]
Advanced

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

Re: addlyrics does not work properly


From: tisimst
Subject: Re: addlyrics does not work properly
Date: Wed, 11 Nov 2015 11:28:39 -0700 (MST)

Niels,

On Wed, Nov 11, 2015 at 8:42 AM, Niels [via Lilypond] <[hidden email]> wrote:
If I comment out the line with the text (cor -- di -- ae su ) the last line (eis 4. eis8 cis4 a4. a8 cis4) will be compiled and appear in the pdf file. However, If I want the text with the notes (a'4.^\markup{"alto solo"} a8 gis4~gis fis2) the last line disappears. Could anyone tell me what I did wrong?

partII=\relative c'{ \compressFullBarRests
  %\global
  \time 3/4
  \tempo "Andante"
   \clef "C"  R2.*22
     <<{\tiny \clef "G" a'4.^\markup{"alto solo"} a8 gis4~gis fis2}
     \addlyrics {
       %cor -- di -- ae su
     }>>
    \normalsize \clef "C"
    eis 4. eis8 cis4 a4. a8 cis4
}

If you are using the latest stable (2.18.2), then you will see this problem. Using any of the latest dev (2.19.XX) you get the desired result:

Inline image 1

Personally, I'd recommend NOT using \addlyrics for most cases. Here I think it's ok, but not for more than simple cases like this.

Best,
Abraham


View this message in context: Re: addlyrics does not work properly
Sent from the User mailing list archive at Nabble.com.

reply via email to

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