Ah, that's it! Thank you!

уто, 11. јан 2022. у 00:43 Valentin Petzel <valen...@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