lilypond-user
[Top][All Lists]
Advanced

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

Re: song problem


From: Thomas Morley
Subject: Re: song problem
Date: Tue, 11 Dec 2012 01:50:15 +0100

2012/12/11 胡海鹏 - Hu Haipeng <address@hidden>:
> Hello,
>   I just finished a song for an enterprise. But the problem is very strange
> even after I learned the manual. The first 16 bars has 2 verses, then there
> are two alternatives. At first, the words couldn't match the music, and now,
> after removing \autoBeamOff, I can't find any words in the pdf, and the
> total page changes from 1 to 2. What's wrong?
>
> Regards
> Haipeng

Hello,

(1)
delete \set stanza from \score { ... } and put it in the lyrics:

  lyrica = \lyricmode {
          \set stanza = #"1. "
          ... }


or
(2)
use brackets:

new Lyrics = "one" \lyricsto "song" { \set stanza = #"1. " \lyrica }



HTH,
  Harm



reply via email to

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