summaryrefslogtreecommitdiff
path: root/hr/michi/whitacre/rose/dynArt.ly
diff options
context:
space:
mode:
Diffstat (limited to 'hr/michi/whitacre/rose/dynArt.ly')
-rw-r--r--hr/michi/whitacre/rose/dynArt.ly63
1 files changed, 63 insertions, 0 deletions
diff --git a/hr/michi/whitacre/rose/dynArt.ly b/hr/michi/whitacre/rose/dynArt.ly
new file mode 100644
index 0000000..06540fc
--- /dev/null
+++ b/hr/michi/whitacre/rose/dynArt.ly
@@ -0,0 +1,63 @@
+%some settings% vim: ai sw=2 lbr nu et
+
+ meta = {
+ %(dynamic) marks global to all voices
+ %\override Staff.TimeSignature #'style = #'()
+ \dynamicUp
+ %\key fis \major
+ \key dis \minor
+ \time 4/4
+ s1*2
+ \time 6/4
+ s1.
+ \time 4/4
+ s1*9
+ \time 6/4
+ s1.
+ \time 4/4
+ s1*2
+ \time 6/4
+ s1.
+ \time 4/4
+ s1
+ \break
+ s1*8
+ \bar "||"
+ \break
+ \key cis \major
+ s1*6
+ \time 3/2
+ s1.*2
+ \time 4/2
+ s1*2
+ \time 3/2
+ s1.*2
+ \time 4/4
+ s1*2
+ \break
+ s1*4
+ \bar "||"
+ s1*4
+ \break
+ s1*5
+ \time 6/4
+ s1.
+ \time 4/4
+ s1*3
+ \bar "|."
+ }
+
+% articulation
+
+ sopranArt = {
+ }
+
+ altArt = {
+ }
+
+ tenorArt = {
+ }
+
+ bassArt = {
+ }
+