function usage

This commit is contained in:
2026-01-19 21:20:44 +01:00
parent ce0f6c01ce
commit 78a01091a6

View File

@@ -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)
}
}
}