diff options
Diffstat (limited to 'hr/stch/fertig/deep/dynArt.ly')
-rw-r--r-- | hr/stch/fertig/deep/dynArt.ly | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/hr/stch/fertig/deep/dynArt.ly b/hr/stch/fertig/deep/dynArt.ly new file mode 100644 index 0000000..0948121 --- /dev/null +++ b/hr/stch/fertig/deep/dynArt.ly @@ -0,0 +1,51 @@ +%some settings% vim: ai sw=2 lbr nu et + + meta = { + %(dynamic) marks global to all voices + \dynamicUp + s1\p + s1 + s1^\markup{ \italic "poco cresc." } + s2 s2\> + s1\! + s1 + s1*2 + \bar "||" + s1\p + s1*4 + s1*3 + \bar "||" + s8\f s4^\markup{ \italic "cresc. poco a poco" } s8 s2 + s1*2 + s2 s2\ff + s1*4 + s2 s2\fermata + \bar "||" + s1\p + s4 s2 s4\< + s4 s4\! s2 + s4 s4^\markup{ \italic "rit." } s4 s4^\markup{ \italic "ten." } + s1 + s2 s4.^\markup{ \italic "ten." } s8 + s1 + s2 s4.\fermata s8 + \override BreathingSign #'text = \markup{ \musicglyph #"scripts.rvarcomma" } + s8^\markup{ \italic "rit." } s8 s4 s8 s8^\markup{ \italic "ten." } \breathe s4 + s4 s2.\fermata + \bar "|." + } + +% articulation + + sopranArt = { + } + + altArt = { + } + + tenorArt = { + } + + bassArt = { + } + |