diff --git a/Joseph-Haydn-Die-Sieben-Wörte-des-Erlösers.ly b/Joseph-Haydn-Die-Sieben-Wörte-des-Erlösers.ly index 4bcfad1..e861cdb 100644 --- a/Joseph-Haydn-Die-Sieben-Wörte-des-Erlösers.ly +++ b/Joseph-Haydn-Die-Sieben-Wörte-des-Erlösers.ly @@ -32,7 +32,7 @@ } } -\include "functions.ly" +\include "lilypond-hd/functions.ly" fig = #(define-music-function (a b c) @@ -264,7 +264,8 @@ scoreACello_introduzione = \relative c { \rep 4 a8-. a2\fermata \mark A - + f4\p r4 r8 fs'8( g e) | c r e r f f,-. a-. c-. | \rep 16 f16\f | + f8-. e-. r4 r2 bf'8-.\f a-. r4 r8 af8\p( g f) | r8 e( f) f,-. bf4 r4 | c2( d4) r4 } @@ -359,5 +360,10 @@ scoreACelloPart_introduzione = \new Staff \with { \scoreAViolaPart_introduzione \scoreACelloPart_introduzione >> - \layout { } + \layout { + \context { + \Score + \override SpacingSpanner.common-shortest-duration = #(ly:make-moment 1/3) + } + } }