lilypond-user
[Top][All Lists]
Advanced

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

Re: Align voiceOne and voiceFour


From: Valentin Petzel
Subject: Re: Align voiceOne and voiceFour
Date: Tue, 11 Jan 2022 00:43:41 +0100

Hello Vlado,

You can of course manually resolve the shifts:

\version "2.22.1"
\relative c'' {
\key e \major
<< {dis4. dis8}
\\
     { \tweak NoteColumn.force-hshift #1.1 e,4 dis}
\\
     {}
\\
     { \tweak NoteColumn.force-hshift #0 fis2}
>>
}

Cheers,
Valentin



Am Montag, 10. Jänner 2022, 21:41:20 CET schrieb Vlado Ilić:
> Hello everyone, here's the example:
> 
> \version "2.22.1"
> \relative c'' {
> \key e \major
> << {dis4. dis8}
> \\
>      {e,4 dis}
> \\
>      {}
> \\
>      {fis2}
> 
> }
> 
> This example is exactly what i need but with small exception, dis4 in first
> voice and fis2 in fourth voice to be aligned vertically, not e4 in second
> voice.
> How can i do this? I've tried combinations of /shiftOn and /shiftOff but
> havent got the desired results, in some scenarios e4 and fis2 switch places
> but
> i want fis2 aligned with dis4 and then e4 right of it.
> Thanks in advance

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

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