Hi Morten,

Is the some way to merge the stem and beam of the middle note with one of the other voices?

Put them into the same Voice context — see my adjustment of your example.

HTH!
Kieren.

%%%%%%%%%%%%%%%%%%%%%%%%
\version "2.10.33"

\header {
  title = "Test"
}

global = {
  \clef "G_8"
  \key c \major
  \time 4/4
  \tempo 4=60
}

melody = \relative a {
  a8 g b a g b
}

tmelody = {\transpose a c' \melody}
tglobal = {\transpose a c' \global}

musik = {
  \context StaffGroup <<  
        \context Staff = tenor <<
          \tglobal
\context Voice = "ftenor and atenor" { \voiceOne << \tmelody \transpose c g, \tmelody >> } \\
          \context Voice = "ttenor" { \voiceTwo \transpose c c, \tmelody }
>>        
>>
}

\score {
  \musik
  \layout {}
}

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

Reply via email to