]> git.donarmstrong.com Git - lilypond.git/blob - input/test/volta.ly
7de0d01f6838d3949e2b70b0e4a79862f7373ee9
[lilypond.git] / input / test / volta.ly
1 % DOCUMENTME!
2
3 \version "1.7.18"
4
5
6
7
8 voiceE =  \notes {
9 \clef bass
10  \property Staff.instrument = "Bass"
11  \property Staff.instr = "B"
12
13  \time 4/4  f,2 (    f,8-)    r8   f8    e8    
14 \repeat  volta 2
15 {
16  d8.    d16    e8.    f16    f8    c8    c16    c8. 
17 }
18 \alternative
19 {
20     {   f,2 (    f,8-)    r8   f8    e8 ( \break   }
21     {    f,2.-)    r8   c16    c16      |
22     }
23 }
24 }
25 voicedefault =  \notes {
26  
27  \time 4/4 \key f \major  
28  \tempo 4 = 200
29 }
30 \score{
31         \notes <
32
33
34         \context Staff="4"
35         {
36             \voicedefault
37             \voiceE 
38         }
39
40     >
41         \paper {
42             \translator {
43                  \StaffContext
44                  TimeSignature \override   #'style = #'C
45             }
46         }
47 }
48
49 %% new-chords-done %%