Please read in the section on "Explicitly Instantiating Voices" about exactly what the <<{...} \\ {...}>> feature does. In the following modified version of your
example, I changed the code both for the first and the second bar:

up = \relative c' { f'2 }

down = \relative c' { << \new Voice { \voiceTwo b2 } \new Voice {\voiceFour d'8 b r4 } >> }

\score {
  \new Staff {
    \time 2/4
    \relative c' { << { f'2 } \\ { d8 b r4 } \\ {} \\ { b,2 } >> }
    { << \up \\ \down >> }
}
  \layout { ragged-right= ##t }


  /Mats

Alexander Rose wrote:
Hi,

I want the 2nd measure to look like the 1st, but the \stemUp is ignored?!


Thanks
Alex


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

_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: [EMAIL PROTECTED]
        WWW: http://www.s3.kth.se/~mabe
=============================================



_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to