Skip to content

Commit

Permalink
fix(lyscaffold.sh): fix default tie positions
Browse files Browse the repository at this point in the history
Signed-off-by: Davide Madrisan <[email protected]>
  • Loading branch information
madrisan committed Mar 3, 2024
1 parent 31d03c4 commit aeca98f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lyinit/templates/part-four-voices.ly
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit aeca98f

Please sign in to comment.