Thanks.  Better than my solution.

Knute Snortum
(via Gmail)


On Wed, Apr 9, 2014 at 1:04 PM, Felix Janda <felix.ja...@posteo.de> wrote:

> Use
>
> \relative c' {
>
> << { c2 } \\ \\ { e2 } \\ \\ { g2 } >>
>
> }
>
> By default the odd numbered voices have their stems up and the even
> numbered
> voices have their stems down. They are shifted more and more as the number
> increases. In the example I'm only using voices 1, 3 and 5 so that all
> beams
> go up.
>
> Alternatively you can do it more explicitely like this:
>
> \relative c' {
>         \stemUp
>         << c2 \new Voice {\shiftOn e2} \new Voice {\shiftOnn g2}>>
> }
>
> It's a good idea to have a look at the "Multiple voices" section in the
> Notation manual.
>
> Felix
>
_______________________________________________
Mutopia-discuss mailing list
Mutopia-discuss@mutopiaproject.org
http://lists.bcn.mythic-beasts.com/mailman/listinfo/mutopia-discuss

Reply via email to