diff options
author | Erich Eckner <git@eckner.net> | 2014-09-10 17:47:07 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2014-09-10 17:47:07 +0200 |
commit | 49d14358c33b7d0ba7e7c381f91943617c7723ea (patch) | |
tree | fd55f0d3900d53978587d2228553359f86e69bbe /hr/lily_copy/lilydocs/sacrum/convivium/dynArt.ly | |
parent | 646f69a657326ca8dd733dfa579a90f89823d677 (diff) | |
download | Musik-49d14358c33b7d0ba7e7c381f91943617c7723ea.tar.xz |
Hauke eingefügt
Diffstat (limited to 'hr/lily_copy/lilydocs/sacrum/convivium/dynArt.ly')
-rw-r--r-- | hr/lily_copy/lilydocs/sacrum/convivium/dynArt.ly | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/hr/lily_copy/lilydocs/sacrum/convivium/dynArt.ly b/hr/lily_copy/lilydocs/sacrum/convivium/dynArt.ly new file mode 100644 index 0000000..bd2d482 --- /dev/null +++ b/hr/lily_copy/lilydocs/sacrum/convivium/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+> + %} + } + |