lilypond-user
[Top][All Lists]
Advanced

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

Re: stem directions and fusing with 2 1/2 voices


From: Mats Bengtsson
Subject: Re: stem directions and fusing with 2 1/2 voices
Date: Fri, 27 Oct 2006 08:41:17 +0200
User-agent: Thunderbird 1.5.0.7 (X11/20060909)

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
address@hidden
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: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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