lilypond-user
[Top][All Lists]
Advanced

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

Re: Stem length of beamed notes


From: Knute Snortum
Subject: Re: Stem length of beamed notes
Date: Mon, 24 Jan 2022 11:02:10 -0800

On Mon, Jan 24, 2022 at 10:09 AM Francesco Napoleoni
<mlists-lilypond@cosmic-odyssey.net> wrote:
>
> Hi everyone
>
> While engraving the music in screenshot-source.png I’ve stumbled on a problem:
> I cannot adjust the stem height of the first couple of eighth notes to look
> like the printed version.
>
> To be more specific: overriding the Stem.details.beamed-lengths does not work
> for me no matter which value I put between the parentheses. The relevant part
> is at line 6 of fragment.ly.
>
> Any ideas?

Try Beam.positions:

%%%
\parallelMusic voceUno,voceTre,voceQuattro,voceDue {
%% 18
  e2. |
    \override Beam.positions = #'(1 . 0.5) g8  fis \revert Beam.positions
    g a \once \stemUp b4 |
  e4 \stemNeutral s s |
  e,4. fis8 g4 |
}
%%%

--
Knute Snortum



reply via email to

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