summaryrefslogtreecommitdiff
path: root/hr/michi/lullabye/dynArt.ly
blob: 9f36aed582e8880cb98c4e3e33217080f403ebf3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
%some settings% vim: ai sw=2 lbr nu et

  meta = {
    %(dynamic) marks global to all voices
    \dynamicUp
    s1*4
    s1*17
    \bar "||"
    \key g \minor
    s1*8
    \bar "||"
    \key g \major
    s1*19
    \bar "|."
  }

% articulation

    sopranArt = {
    }

    altArt = {
    }

    tenorArt = {
    }

    bassArt = {
    }