]> git.donarmstrong.com Git - lilypond.git/blob - input/manual/editorial-headword.ly
Inspirational headwords from Trevor B, thanks!
[lilypond.git] / input / manual / editorial-headword.ly
1 \version "2.11.34"
2 \include "english.ly"
3
4 % NR 1.7 Editorial annotations
5
6 % Beethoven, Op. 31, No. 3
7 % Piano sonata 18, Movt II, Scherzo
8 % Measures 9 - 14
9
10 \paper {
11   #(define dump-extents #t)
12   indent = 0\mm
13   ragged-right = ##t
14   line-width = 16\cm
15   force-assignment = #""
16   line-width = #(- line-width (* mm  3.000000))
17 }
18
19 \layout { }
20
21 \new PianoStaff <<
22
23    % RH Staff
24    \new Staff {
25       \clef treble
26       \key af \major
27       \time 2/4
28       \set Staff.fingeringOrientations = #'(up up)
29       \set Score.currentBarNumber = #9
30       \partial 8
31       <af''-4 c''>8 \staccato
32       |
33       \set doubleSlurs = ##t
34       <bf''-5 df''-2>4 (
35       <af''-4 c''>8 \staccato )
36       \noBeam
37       c''8-5 \staccato \pp
38       |
39       \set doubleSlurs = ##f
40       bf'8.. (
41       af'32-1
42       g'8-2 ) \staccato
43       f'8-3 \staccato
44       |
45       e'4-2
46       r8
47       \once \override Script #'script-priority = #-100
48       \afterGrace
49          f'8 ( \trill ^ \markup { \finger "3-5-3-5" }
50          { e'16-2 [ f'16-3 ] }
51       |
52       g'8..-5
53       f'32
54       e'8-3 ) \staccato
55       d'8-2 \staccato
56       |
57       c'4-3
58       r8
59       r16.
60       c'32-3 \pp
61       |
62       c'8-2
63       r16.
64       c'32
65       c'8
66       r16.
67       c'32
68       |
69       c'8
70    }
71    
72    % LH Staff
73    \new Staff {
74       \key af \major
75       \clef treble
76       \override Fingering #'direction = #down
77       \set Staff.fingeringOrientations = #'(down down)
78       \partial 8
79       <af' af>8 \staccato
80       \set doubleSlurs = ##t
81       <g'-2 ef'-3>4 (
82       <af' af>8 ) \staccato
83       \noBeam
84       \clef bass
85       c'8-1 \staccato
86       |
87       \set doubleSlurs = ##f
88       bf8.. (
89       af32
90       g8-1 ) \staccato
91       f8 \staccato
92       |
93       e4-3
94       r8
95       \afterGrace
96          f8 ( \trill _ \markup { \finger "2-1" }
97          { e16-3 [ f16 ] }
98       |
99       g8..-1
100       f32
101       e8-3 ) \staccato
102       d8-2 \staccato
103       |
104       c4-3
105       r8
106       r16.
107       c32-3
108       |
109       c8-2
110       r16.
111       c32
112       c8
113       r16.
114       c32
115       |
116       c8
117    }
118
119 >>