summaryrefslogtreecommitdiff
path: root/hr/michi/nachtlied/dynArt.ly
blob: 0499c620259ffe1cc98c141c5b726daf2c16f473 (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
31
%some settings% vim: ai sw=2 lbr nu et

  meta = {
    %(dynamic) marks global to all voices
    %\override Staff.TimeSignature #'style = #'()
    \dynamicUp
    \key b \minor
    \time 4/4
    s2 
    s1*33 
    \time 3/2
    s1. 
    \time 4/4
    s1*4 
    \bar "|."
  }

% articulation

    sopranArt = {
    }

    altArt = {
    }

    tenorArt = {
    }

    bassArt = {
    }