|
From: | Eric Roodenburg |
Subject: | Re: Engraving a close harmony |
Date: | Wed, 18 Dec 2024 14:58:28 +0100 |
When no midi output is needed another workaround might be the use of the duration scaling function to offset one of the voices. \version "2.24.4" global = { \key c \major \time 6/8 } %{ *3/2 added for first offset *1/2 added for timing correction afterwards %} rightOne = \relative c'' { \global \relative c'' { e16 f f16*3/2 dis16 dis!16*1/2 e16 } } rightTwo = \relative c'' { \global \relative c''{ d16 g, g d'! d! g, } } \score { \new Staff { << \rightOne \\ \rightTwo >> } } Best regards, Eric
|
[Prev in Thread] | Current Thread | [Next in Thread] |