lilypond-user
[Top][All Lists]
Advanced

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

Re: Engraving a close harmony


From: Trevor Bača
Subject: Re: Engraving a close harmony
Date: Tue, 17 Dec 2024 16:22:50 -0500



On Tue, Dec 10, 2024 at 6:08 PM Knute Snortum <ksnortum@gmail.com> wrote:
On Sat, Dec 7, 2024 at 5:39 PM William Rehwinkel <william@williamrehwinkel.net> wrote:
Dear Knute,

Here is the best that I could do...but I'm not sure that this is the
most correct solution or that it will look good in context...

This solution looks the closest to what most of the editions I'm looking at do.  None of them use the split-stem distributed notes.  Thank you for working it out for me.

%%% BEGIN %%%

\version "2.25.19"
\language "english"

\new Staff
{
  \time 6/8
  <<
  \new Voice
  {
    \voiceOne
    e''16
    f''16
    f''16
    \tweak Accidental.X-extent #'(0 . 0)
    ds''!16
    \tweak Accidental.X-extent #'(0 . 0)
    ds''!16
    e''16
  }
  \new Voice
  {
    \voiceTwo
    d''16
    g'16
    g'16
    \once \override NoteColumn.force-hshift = 1.9
    \tweak Accidental.X-extent #'(0 . 0)
    \tweak Accidental.extra-offset #'(2.8 . 0)
    d''!16
    \once \override NoteColumn.force-hshift = 1.9
    \tweak Accidental.X-extent #'(0 . 0)
    \tweak Accidental.extra-offset #'(2.8 . 0)
    d''!16
    g'16
  }
  >>
}

%%% END %%%

knute-chopin.png

But it won't work if the music moves around, as is frequently the case with extra-offset.

--

reply via email to

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