bug-lilypond
[Top][All Lists]
Advanced

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

Re: alignBelowContext makes lyrics disappear


From: Pierre Perol-Schneider
Subject: Re: alignBelowContext makes lyrics disappear
Date: Sun, 24 May 2015 20:27:10 +0200

Looks like v2.19 syntax has change here:

\version "2.19.16"

aNotes = \relative c'' { c4 d e f }
stanzaI = \lyricmode { La la la la }

\score {
  <<
    \context Staff = "upper" <<
      \new Voice = "melody" \aNotes
    >>

    \context Lyrics = "lyricsI"
    %% v2.19 option 1:
    \with {
      alignBelowContext = "upper"
      stanza = "1."
    }
    <<
      %% v2.18 option:
      %\set alignBelowContext = "upper"
      %\set stanza = "1."
      \lyricsto melody {
        %% v2.19 option 2:
        %\set alignBelowContext = "upper"
        %\set stanza = "1."
        \stanzaI
      }
    >>
  >>
}

Cheers,
Pierre

2015-05-24 20:13 GMT+02:00 David Kastrup <address@hidden>:

> Dan Eble <address@hidden> writes:
>
> > Dan Eble <dan <at> faithful.be> writes:
> >
> >>
> >> Dan Eble <dan <at> faithful.be> writes:
> >>
> >> >     \context Lyrics = "lyricsI" <<
> >> >       % The lyrics do not appear when this "alignBelowContext" is set.
> >> >       \set alignBelowContext = "upper"
> >>
> >> It also happens with \set stanza.
> >
> > If this is not a bug, I'd appreciate learning what's
> > wrong with what I'm trying to do.
>
> You are setting alignBelowContext too late.
>
> Try \context Lyrics = "lyricsI" \with { alignBelowContext = "upper" }
>     \lyricsto ...
>
> --
> David Kastrup
>
> _______________________________________________
> bug-lilypond mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/bug-lilypond
>


reply via email to

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