to be more specific

<< \context Voice = "melodia" { \voiceOne bes'4. bes8 <bes g>4 <bes g> } { \voiceTwo f4 f4 } >> \oneVoice

i get all stems down of that staff why?


On Dec 17, 2006, at 5:04 PM, Mats Bengtsson wrote:

See http://lists.gnu.org/archive/html/lilypond-user/2006-01/ msg00409.html (The example in the manual has been moved to the section on "Divisi lyrics").

  /Mats

Quoting Ezequiel Sierra <[EMAIL PROTECTED]>:

i have something like

\version "2.10.2"
tope = \relative c'  {

\key ees \major
\time 4/4

\new Voice = melodia {
<< { \stemUp bes'2 <ees, bes'>4 <d bes'> } \\ { \stemDown d ( f ) } >>
}
}
versoUno = \lyricmode {
\set stanza = "1. "
¡San4 -- to!4 ¡San4 -- to!4

}


\score {
<<

\context ChoirStaff <<
\new Staff = tope { \tope }
\new Lyrics \lyricsto "melodia" \versoUno
>>

>>

}

No lyrics added





_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user









_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to