m...@apollinemike.com <m...@apollinemike.com> wrote:
>
> ivan.k.kuznet...@gmail.com wrote:
> >
> > I have my first page of music notated with lilypond here:
> >
> > http://www.flickr.com/photos/61572029@N04/5603253711/
> >
> >
> > CONCERNING area's marked in red A1 and A2:
> >
> > Sometimes I require one note to have two stems indicating
> > that the note belongs to two voices.  A2 worked out
> > as I intended but for A1, ideally I would just like the
> > half-note G# visible and the triplet eighth-note G# invisible,
> > so that the first stem of the triplet is the a stem
> > attached to the half-note G# (and the half-note G# still has
> > its downward stem also).  How can this be achieved?
> >
>
> \mergeDifferentlyHeadedOn

That worked well.  Thanks!

% m01
<<
  {
    \times 2/3 { \mergeDifferentlyHeadedOn  gs,8[ g8 d16 as16] }
    \times 2/3 { \once \set tupletFullLength = ##t fs'4  d8  }
    \times 2/3 {  e,8[ d8 g8] }
  }
  \\
  { gs,2    e,4      }
>>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to