diff options
Diffstat (limited to 'hr/stch/golle/II/dynArt.ly')
-rw-r--r-- | hr/stch/golle/II/dynArt.ly | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/hr/stch/golle/II/dynArt.ly b/hr/stch/golle/II/dynArt.ly new file mode 100644 index 0000000..bd2d482 --- /dev/null +++ b/hr/stch/golle/II/dynArt.ly @@ -0,0 +1,36 @@ +%some settings% vim: ai sw=2 lbr nu encoding=utf8 + + meta = { + %(dynamic) marks global to all voices + \dynamicUp + %\repeat unfold <+number of parts+> { + %s4*<+number of measures within a part+> + %} + } + +% articulation + + sopranArt = { + %\repeat unfold <+number of parts+> { + %s4*<+number of measures within a part+> + %} + } + + altArt = { + %\repeat unfold <+number of parts+> { + %s4*<+number of measures within a part+> + %} + } + + tenorArt = { + %\repeat unfold <+number of parts+> { + %s4*<+number of measures within a part+> + %} + } + + bassArt = { + %\repeat unfold <+number of parts+> { + %s4*<+number of measures within a part+> + %} + } + |