2012/12/11 胡海鹏 - Hu Haipeng <hhpmu...@163.com>:
> 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

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
  • song problem 胡海鹏 - Hu Haipeng
    • Re: song problem Thomas Morley

Reply via email to