lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Tuplet notehead shared with non-tuplet notehead in another voice?


From: Fredrik Wallberg
Subject: Re: Tuplet notehead shared with non-tuplet notehead in another voice?
Date: Mon, 24 Mar 2014 10:31:18 +0100

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 <address@hidden> 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
> address@hidden
> https://lists.gnu.org/mailman/listinfo/lilypond-user



reply via email to

[Prev in Thread] Current Thread [Next in Thread]