lilypond-user
[Top][All Lists]
Advanced

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

Re: Variable Pecking Order


From: Joshua Stutter
Subject: Re: Variable Pecking Order
Date: Thu, 16 Nov 2017 15:06:52 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0

Joe,

The string specified immediately following \lyricsto is the name of the voice that the lyrics should follow. In your case the name of the voice is "allVoxMelody". If you wish to also name your lyrics you should use \new Lyrics = "voxLyric" \lyricsto "allVoxMelody"

Joshua.


On 16/11/17 04:55, Joe Davenport wrote:
Hello,

I am new with LilyPond but have managed to find a way of listing variables;

guitarB =
  \relative c' { d8 e f g a b c d }

voxMelodyA =
  \relative c' ...

and inserting them as an order of phrasing under the \score staff grouping. Unfortunately I am having difficulties when adding lyrics! I receive an error message that the string " " for lyricsto cannot be found. Notice that I tried to create a "voxSeq" for the vocal arrangements before putting it inside my group of staves. Perhaps I must do this for the lyrics as well...

(see context below)

\score {
\new ChoirStaff <<
  \new ChordNames { r1 r1 \chordA }
  \new Staff = "Guitar"
    { \guitarIntro \guitarA \guitarB }
  \new Staff <<
    \new Voice = "allVoxMelody"
      { \voxSeq
      }

    \new Lyrics \lyricsto "voxLyric" {
      r1 \voxLyricA \voxLyricB
      }
    >>


Thank you!


_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user




reply via email to

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