Compare commits

..

2 Commits

Author SHA1 Message Date
94372ef185 new commits in lib 2026-01-19 21:21:14 +01:00
78a01091a6 function usage 2026-01-19 21:20:44 +01:00
2 changed files with 10 additions and 4 deletions

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