lilypond-user
[Top][All Lists]
Advanced

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

Re: Aligning Tuplets and Eighth Notes


From: Kevin Barry
Subject: Re: Aligning Tuplets and Eighth Notes
Date: Thu, 30 Jul 2015 23:04:33 +0100

Hi Sam,

The solution is to alter the duration of the first eighth note to 4/3
of its normal duration and the second one to 2/3 like in the following
example:

\version "2.18.2"
\relative {
  <<
    { g'8*2/3 f e }
    \\
    { c8*4/3 e8*2/3 } % note the altered durations
  >>
}

hth,
Kevin

On Thu, Jul 30, 2015 at 10:36 PM, Sam Bivens <address@hidden> wrote:
> Hi list,
>
> I'm almost positive I've seen a solution to this before, but I can't
> seem to find the magic search terms to get me what I need. I want to
> align the third eighth-note of an eighth-note triplet to the second
> eighth-note of a two eighth-note segment. In the attached example, I
> want the two E4s horizontally aligned. Forcing hshift doesn't seem to
> work, and I expect there's an easier solution anyway.
>
> I consulted some Mutopia repertoire with this exact problem: m. 3 and
> later of
> http://www.mutopiaproject.org/ftp/Mendelssohn-BartholdyF/O85/LiederOhneWorte_-_Op85_No1/LiederOhneWorte_-_Op85_No1-let.pdf
> (code at
> http://www.mutopiaproject.org/ftp/Mendelssohn-BartholdyF/O85/LiederOhneWorte_-_Op85_No1/LiederOhneWorte_-_Op85_No1.ly
> ), but I still can't manage to get it to work.
>
> Thanks as always!
>
> --Sam
>
>
>
> _______________________________________________
> 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]