Re: Align voiceOne and voiceFour

2022-01-10 Thread Vlado Ilić
Ah, that's it! Thank you! уто, 11. јан 2022. у 00:43 Valentin Petzel је написао/ла: > 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} > \\ > {

Re: Align voiceOne and voiceFour

2022-01-10 Thread Valentin Petzel
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:

Align voiceOne and voiceFour

2022-01-10 Thread 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 secon