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