lilypond-user
[Top][All Lists]
Advanced

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

Re: lyrics skips?


From: MING TSANG
Subject: Re: lyrics skips?
Date: Mon, 5 Sep 2011 07:17:22 -0700 (PDT)

Since it said not for "<<\\>>" construct, and I am using << \\ >> construct is it mean that I need to modify my code not to use "<<\\>>" construct?
 
Blessing,
Ming.

From: Kieren MacMillan <address@hidden>
To: MING TSANG <address@hidden>
Cc: Lilypond-User Mailing List <address@hidden>
Sent: Monday, September 5, 2011 9:32:21 AM
Subject: Re: lyrics skips?

Hi,

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

Look in the documentation for "explicitly extantiating voices":
<http://lilypond.org/doc/v2.14/Documentation/learning/explicitly-instantiating-voices>

In particular, read the section beginning with “An _expression_ that appears directly inside a << >> belongs to the main voice (but, note, not in a << \\ >> construct).”

Hope this helps!
Kieren.

>
> 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




reply via email to

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