]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/repeats-headword.ly
d818d0c4be0d1516337ee49f0bcb50979a5bf007
[lilypond.git] / Documentation / snippets / repeats-headword.ly
1 % DO NOT EDIT this file manually; it is automatically
2 % generated from Documentation/snippets/new
3 % Make any changes in Documentation/snippets/new/
4 % and then run scripts/auxiliar/makelsr.py
5 %
6 % This file is in the public domain.
7 %% Note: this file works from version 2.13.36
8 \version "2.13.36"
9 \include "english.ly"
10 #(set-global-staff-size 15)
11 \paper {
12   line-width = 16\cm
13   indent = 0\cm
14 }
15
16 % NR 1.7 Repeats
17
18 % Beethoven, Op. 57
19 % Piano sonata 23 - Dem Grafen Franz von Brunswick Gewidmet
20 % Movt II, Andante con moto
21 % Measures 9 - 16
22
23 \header {
24   lsrtags = "headwords"
25   texidoc = ""
26   doctitle = "headword"
27 } % begin verbatim
28
29
30
31 \new PianoStaff <<
32
33    \new Staff = RH {
34       \clef bass
35       \key df \major
36       \time 2/4
37       \set Score.currentBarNumber = #9
38       \bar "|:"
39       <af ef c>4 (
40       <af gf c>8..
41       <af ef c>32
42       |
43       <af f df>8. )
44       <df' af f>16 (
45       <c' af gf>8
46       <df' af f>8 )
47       |
48       <af ef c>4 (
49       <af gf c>8..
50       <af ef c>32
51       |
52       <af f df>8. )
53       \slurDown
54       <f' af f>16 (
55       <<
56          {
57             \voiceTwo
58             gf8
59             f8 )
60          }
61          \new Voice {
62             \voiceOne
63             <f' af>16
64             ef'16
65             <df' af>8
66          }
67       >>
68       \oneVoice
69       |
70       <af ef c>4 (
71       <af gf c>8..
72       <af ef c>32
73       \clef treble
74       |
75       <af' df' af>8. )
76       <af' f' df'>16 (
77       <af' ef' c'>16
78       gf'16
79       <f' df' af>8 )
80       |
81       \slurUp
82       <ef' bf gf>4
83       \change Staff = LH
84       \voiceOne
85       <af ef c>4
86       |
87       <df' f df>4.
88       \change Staff = RH
89       \oneVoice
90       r8
91       \clef bass
92       \bar ":|"
93    }
94
95    \new Staff = LH {
96       \clef bass
97       \key df \major
98       \time 2/4
99       <af, gf,>4 (
100       <af, ef,>8..
101       <af, gf,>32
102       |
103       <af, f,>8. )
104       <af, df,>16 (
105       <af, ef,>8
106       <af, df,>8 )
107       |
108       <af, gf,>4 (
109       <af, ef,>8..
110       <af, gf,>32
111       |
112       <af, f,>8. )
113       <af, df,>16 (
114       <af, c,>8
115       <af, df,> )
116       |
117       <af, gf,>4 (
118       <af, ef,>8..
119       <af, gf,>32
120       |
121       <f f,>8. )
122       <df df,>16 (
123       <ef ef,>8
124       <f f,>8 )
125       |
126       \voiceTwo
127       gf,4  (
128       af,4 ~ )
129       |
130       af,16. [ (
131       gf,32
132       f,16.
133       ef,32 ]
134       df,8 )
135       \oneVoice
136       r8
137    }
138
139 >>