From aeca98f838c99b583dc1c281a017daff98af008c Mon Sep 17 00:00:00 2001 From: Davide Madrisan Date: Sun, 3 Mar 2024 15:19:18 +0100 Subject: [PATCH] fix(lyscaffold.sh): fix default tie positions Signed-off-by: Davide Madrisan --- lyinit/templates/part-four-voices.ly | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lyinit/templates/part-four-voices.ly b/lyinit/templates/part-four-voices.ly index b0372d48..e4d19204 100644 --- a/lyinit/templates/part-four-voices.ly +++ b/lyinit/templates/part-four-voices.ly @@ -6,7 +6,7 @@ Global = { Soprano = \context Voice = "one" \relative c' { \voiceOne - \stemUp + \stemUp\tieUp \override MultiMeasureRest.staff-position = #0 \override Rest.staff-position = #0 %1 @@ -16,21 +16,21 @@ Soprano = \context Voice = "one" \relative c' { Alto = \context Voice = "two" \relative c' { \voiceTwo - \stemDown + \stemDown\tieDown \override Rest.staff-position = #0 %1 } Tenor = \context Voice = "three" \relative c { \voiceThree - \stemUp + \stemUp\tieUp \override Rest.staff-position = #0 %1 } Bass = \context Voice = "four" \relative c { \voiceFour - \stemDown\tieNeutral + \stemDown\tieDown \override MultiMeasureRest.staff-position = #0 \override Rest.staff-position = #0 %1