I figured it out.  It involves creating two new voices:

voiceFive = #(context-spec-music (make-voice-props-set 4) 'Voice)

voiceSix = #(context-spec-music (make-voice-props-set 8) 'Voice)


Voice five is a bit off center and voice six is more off center.  Then you
can stagger the notes like this:


\relative c' {

  << { \voiceSix c2 } \\ { \voiceFive \stemUp e2 } \\ { g2 } >>

}


Knute Snortum
(via Gmail)


On Wed, Apr 9, 2014 at 11:44 AM, Knute Snortum <ksnor...@gmail.com> wrote:

> I am trying to get three voices to all have up stems.  If I do this:
>
> \relative c' {
>
> << { c2 } \\ { e2 } \\ { g2 } >>
>
> }
>
> ...the c and the g have up stems but the e has a down stem.  If I do this:
>
> \relative c' {
>
> << { \stemUp c2 } \\ { \stemUp e2 } \\ { \stemUp g2 } >>
>
> }
>
>
> ...I get a "too many clashing note columns" error.
>
>
> Any ideas?
>
> Knute Snortum
> (via Gmail)
>
_______________________________________________
Mutopia-discuss mailing list
Mutopia-discuss@mutopiaproject.org
http://lists.bcn.mythic-beasts.com/mailman/listinfo/mutopia-discuss

Reply via email to