lilypond-user
[Top][All Lists]
Advanced

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

Re: Align voiceOne and voiceFour


From: Vlado Ilić
Subject: Re: Align voiceOne and voiceFour
Date: Tue, 11 Jan 2022 01:04:49 +0100

Ah, that's it! Thank you!

уто, 11. јан 2022. у 00:43 Valentin Petzel <valentin@petzel.at> је написао/ла:
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

reply via email to

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