fix failing barchecks

This commit is contained in:
Sebastian Hugentobler 2025-01-17 11:33:19 +01:00
parent 5135de5e11
commit 6c8ae5572d
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0
2 changed files with 5 additions and 5 deletions

View File

@ -23,9 +23,9 @@ melody = \relative g' {
g4 d8. d16 e8. e16 e4 |
d g8. g16 g4 b8. b16 |
b8. b16 a4 r8 d8 d8. c16 |
b4 d8. d16 a8. fis16 g4 d |
g8. a16 b4 b8. b16 a8. |
a16 g4 r4 \bar "|."
b4 d8. d16 a8. fis16 g4 |
d g8. a16 b4 b8. b16 |
a8. a16 g4 \bar "|."
}
\book {

View File

@ -27,7 +27,7 @@ melody = \relative c' {
b4 b b a8 b |
d4 d e d8 e |
fis4 e8 d b4 b |
b2. |
b2. r4 |
\repeat volta 2
{
\partial 4 e8 fis |
@ -38,7 +38,7 @@ melody = \relative c' {
b4 b b a8 b |
d4 d e d8 e |
fis4 e8 d8 b4 b |
b2. s4 \bar "|."
b2. r4 \bar "|."
}
}