Hi Thomas,

if I understand you correctly, you want the two voices to share a
notehead -- even when they are not simultaneous? Interesting.
Here's one possibility, scaling the durations in the upper voice to fit:

{
  \relative c'' {
  \time2/8
  <<
  {
    c8..*20/21 [ c32*4/3]
  }
  \\
  {
    \tuplet 3/2 8 {
    c,16 e g e g c
    }
  }
  >>
  }
}

/ Fredrik

On 24 March 2014 09:53, Thomas Scharkowski <t.scharkow...@t-online.de> wrote:
> Hallo list,
>
> I'd like the second note in voice one to share the notehead with the last
> one in voice two. This is quite common in 19th century guitar music.
> Thank you,
> Thomas
>
> --
> \version "2.19.3"
> {
>   \relative c'' {
>   \time2/8
>   <<
>   {
>     c8..[ c32]
>   }
>   \\
>   {
>     \tuplet 3/2 8 {
>     c,16 e g e g c
>     }
>   }
>   >>
>   }
> }
> --
>
> _______________________________________________
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user

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

Reply via email to