lilypond-user
[Top][All Lists]
Advanced

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

Re: Offseting stems and distributing notes evenly.


From: David Kastrup
Subject: Re: Offseting stems and distributing notes evenly.
Date: Wed, 15 Sep 2021 01:00:03 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Víctor Cisneros <piratabonifacio@gmail.com> writes:

> Dear lilyponders:
>
>
> For musicological purposes, I need to make every down-sided stem to be to
> the right of the note.

"musicological".

At any rate, here is half the job:

\new Staff \with { \override Stem.self-alignment-X = #RIGHT
                   \override Stem.X-offset = 
#ly:self-alignment-interface::aligned-on-x-parent }
{
  c' e' g' c''
}

-- 
David Kastrup



reply via email to

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