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