lilypond-user
[Top][All Lists]
Advanced

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

Re: How do I merge a quarter-note with the second eighth-note of a pair?


From: David Kastrup
Subject: Re: How do I merge a quarter-note with the second eighth-note of a pair?
Date: Wed, 13 Apr 2022 01:15:17 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Kevin Cole <dc.loco@gmail.com> writes:

> I think an example will make the question clearer:  How do I merge the
> B quarter-note with the B eighth-note following the D eighth-note
> below?
>
> %%%%%%%%%%%%%%%%%%%
> \version "2.20.0"
> \language "english"
>
> \layout {
>   \autoBeamOff
> }
>
> global = {
>   \time 4/4
>   \mergeDifferentlyHeadedOn
> }
>
> melody = {
>   \relative {
>     \global
>
>     <<
>       { \voiceOne b'4 }
>       \new Voice
>       { \voiceTwo d,8[( b'8]) }
>     >>
>     \oneVoice
>     a8. g16 g4 r8 g8   |
>     \bar "|."
>   }
> }
>
> \score {
>     \new Staff { \melody }
> }
> %%%%%%%%%%%%%%%%%%%

WHY would you merge the B quarter-note with the B eighth-note?  They are
not even in the same time-step.

-- 
David Kastrup



reply via email to

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