lilypond-user
[Top][All Lists]
Advanced

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

Re: lyrics skips?


From: Guy Stalnaker
Subject: Re: lyrics skips?
Date: Sat, 27 Oct 2012 20:20:11 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121011 Thunderbird/16.0.1

Thank you gentlemen for this thread! Kieren's reply just solved my own lyric placement issue. Of course, now I have a LOT of editing to do to add the voice commands :-\

Best regards,

Guy

On 09/05/2011 09:15 AM, Kieren MacMillan wrote:
Hello Ming,

Suppressing Voice Two is *not* what you want to do… He was making a joke. 
Here's the solution you want:

\version "2.14.0"

sopranonotes = \relative c' {
   <f, a d>2 d'8 e8 f8 f8
   << { \voiceOne d4 c4 a'4 b4 } \new Voice { \voiceTwo <f,a>2 s4 s4 } >> 
\oneVoice
   <b d g>2. a4
   \bar "||"
}
harmonies = \chordmode {
   c2 e2:m f2
   e2:m f2 d2:m
}
sopranowords = \lyricmode {
   \set stanza = #"1. "
   one two three four five six seven eight nine ten eleven twelve
}

\score {
   \new ChoirStaff <<
     \context ChordNames \harmonies
     \new Staff <<
       \new Voice = "soprano" \sopranonotes
       \new Lyrics \lyricsto "soprano" \sopranowords
     >>
   >>
}

Cheers,
Kieren.

On 2011-Sep-5, at 10:12, MING TSANG wrote:

Thanks.  What is the syntax for the suppression of voice two?  How it is 
incorporate into the code?
Blessing,
Ming

From: Éditions IN NOMINE <address@hidden>
To: MING TSANG <address@hidden>
Cc: "address@hidden" <address@hidden>; "address@hidden" <address@hidden>
Sent: Monday, September 5, 2011 9:11:34 AM
Subject: Re: lyrics skips?

Oh it's coming from the fact that you have voices within voices. And your leading voice 
seems to loose its name "soprano", so the lyrics don't follow it any more.
Suppresing the second voice solves the pb ! ;-)

Sorry, I don't know how to solve this...
Bye
JMarc

MING TSANG a écrit :
I ran the following snippet and I find lyrics skipped on measure two. I am expecting " six 
seven eight nine " on measure two -- "six seven " is skipped to measure three.

Question:  How can this be resolved?  I search LSR and cannot find solution.

Thanks,
Ming.


%<><><><> snippet starts
\version "2.14.0"
  sopranonotes = \relative c'
  {
  <f, a d>2 d'8 e8 f8 f8                                  <<{ d4 c4 a'4 b4}\\{ <f,a>2 s4 s4 }>> 
                       <b d g>2. a4                                      \bar "||"  }
  harmonies = {
      \chordmode {  c2 e2:m f2
            e2:m f2 d2:m
      }
  }
  sopranowords = \lyricmode {
  \set stanza = #"1. "
  one two three four five six seven eight nine ten eleven twelve      }
\score {
\new ChoirStaff <<
<<
      \context ChordNames {  \harmonies        }
        \new Staff <<
            \new Voice = "soprano" << {  \sopranonotes  }  >>
    >>
    \new Lyrics \lyricsto "soprano" { \sopranowords  }

\layout { }
\midi { }
}
%end snippet

------------------------------------------------------------------------

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



--

"There is only love, and then oblivion. Love is all we have
to set against hatred." (paraphrased) Ian McEwan

Guy Stalnaker, address@hidden, 1210 West Dayton Street, Room 3209 CSS, Madison
WI 53719-1220, address@hidden, work 608.263.8035, cell 608.235.4718,
fax 608.265.6681, page address@hidden





reply via email to

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