lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 3877 in lilypond: clarify when \lyricmode may


From: lilypond
Subject: Re: [Lilypond-auto] Issue 3877 in lilypond: clarify when \lyricmode may be used or how when \lyricsto is present
Date: Tue, 25 Mar 2014 18:00:39 +0000


Comment #9 on issue 3877 by address@hidden: clarify when \lyricmode may be used or how when \lyricsto is present
http://code.google.com/p/lilypond/issues/detail?id=3877

David, thank you! I now understand what's wrong.

What I meant is, in file conductor.ly :

 \new Staff = "Soprano" \with { instrumentName = #"Soprano. " } <<
            \clef "soprano"
            \new Voice = "Sop" <<
              \include "2Global.ily" \include "2SopM.ily" >>
            \new Lyrics \lyricsto "Sop" \include "2SopT.ily"
          >>

used to work without enclosing \include "2SopT.ily" in curly braces, even with a \lyricmode statement in 2SopT.ily

Now, it is either
  no \lyricmode in x.ily and \include "2SopT.ily"
or
  \lyricmode in x.ily and { \include "2SopT.ily" }

When you have \lyricmode in x.ily and no braces around the inclusion, you get

/home/jcharles/.../2SopT.ily:4:1:
Error : syntax error, unexpected \lyricmode, expecting \sequential or \simultaneous or << or '{'

\lyricmode {

which didn't help me much...

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

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