\version "1.3.93";
+dynamicUp = \property Voice.DynamicLineSpanner \push #'direction = #1
+dynamicRevert = \property Voice.DynamicLineSpanner \pop #'direction
+
+
vocalVerse = \notes\relative c''{
- \property Voice.dynamicDirection=\up
+ \dynamicUp
\times 2/3 { [ g8( )as] g } c4. g8 |
\times 2/3 { [ f8( )g] f } c'4 f,8 r |
g4.-> f8 \times 2/3 { [ f( )es] d } |
}
vocalThrough = \notes\relative c{
- \property Voice.dynamicDirection=\up
+ \dynamicUp
g''8. g16 b8. b16 d8. d16 |
c4 b r |
g4. b8 d8. c16 |
}
trebleEentje = \notes \relative c'{
- \context Voice=one \property Voice.verticalDirection = \center
+ \stemBoth
<e2 e'> <e4 g>|
<f2\mf as!(> <as8.->( c> <)f16 )as> |
<e4. g> <e8-. g-.(> <e-. g-.> <e-. )g-.> |
}
trebleThrough = \notes \relative c'{
- \context Voice=one \property Voice.verticalDirection = \center
+ \stemBoth
<e2. e'> |
%61
R2. |
%65
< { d,2.\f a'2} { e2. ~ e2 } { b'2. c,2 }> r4 |
\context Staff <
- {
- \context Voice=one \property Voice.verticalDirection = 1
+ \context Voice=one {
+ \voiceOne
a8. b16 c4-> () a8 r |
a8. b16 c4-> () a8 r |
}
- {
- \context Voice=two \property Voice.verticalDirection = -1
+ \context Voice=two {
+ \voiceTwo
<d,4 f> <d2 f> |
<c!4 es> <c2 es> |
}
>
- \context Voice=one \property Voice.verticalDirection = 0
+
% 4 bars copied from end verse1
r8 <f, a c> <a c f> <f a c> <a c f> <f a c> |
%70
< { a4.-> )f8 } { a'4. f8 } > |
<e2 e'> r4 |
<es!2 es'! > r4 |
- \property Voice . textStyle = "italic"
+ \property Voice . TextItem \push #'font-style = #'italic
<d2_"decresc." d'> r4 |
+ \property Voice . TextItem \pop #'font-style
+
%75
<b2 b'> r4 |
<c2 c'> <e4\pp g> |
<e4. g> <e8-. g-.(> <e-. g-.> <e-. )g-.> |
<f4. g> <b,8-. g'-.(> <d-. g-.> <f-. )g-.> |
%80
- \property Voice . textStyle = "italic"
+
+ \property Voice . TextItem \push #'font-style = #'italic
<e2._"dim." g> |
+ \property Voice . TextItem \pop #'font-style
+
<g,2. e' g> |
<g2.-\fermata e' g> |
}
bassIntro = \notes\relative c{
- \property Voice.dynamicDirection=1
+ \dynamicUp
%1
<c,2 c'> r4 |
<as2 as'> r4 |
bassVerseOne = \notes\relative c{
% \clef bass;
- \property Voice.dynamicDirection=1
+ \dynamicUp
%5
<c,2 c'> r4 |
<as2 as'> r4 |
}
bassEentje = \notes\relative c{
- \property Voice.dynamicDirection=1
+ \dynamicUp
<c,8 c'> [<c' f as!> <f as c> <c f as> <f as c> <c f as>] |
c,8 [<c' e g> <e g c> <c e g> <e g c> <c e g>] |
<g,8 g'> [<d'' g> <g b> <d g> <g b> <d g>] |
}
bassThrough = \notes\relative c{
- \property Voice.dynamicDirection=1
+ \dynamicUp
%61
<g,8^"cresc." g'> [<g' b d> <b d f> <g b d> <as!-> b-> d->> <b d f>] |
<g,8 g'> [<g' d'> <d' f> <g, d'> <as-> b-> d->> <b d f>] |
\property Voice.noAutoBeaming = ##t
\property Staff.automaticMelismata= ##t
- \property Voice.dynamicDirection = \up
+ \dynamicUp
\skip 4 * 12;
\vocalVerse
\skip 4 * 24;