]> git.donarmstrong.com Git - lilypond.git/blob - input/manual/editorial-headword.ly
Split WWW target in two stages WWW-1 and WWW-2
[lilypond.git] / input / manual / editorial-headword.ly
1 \version "2.11.38"
2 \include "english.ly"
3 #(set-global-staff-size 15)
4 \paper{
5   ragged-right=##t
6   line-width=17\cm
7   indent=0\cm
8 }
9  
10 % NR 1.7 Editorial annotations
11
12 % Beethoven, Op. 31, No. 3
13 % Piano sonata 18, Movt II, Scherzo
14 % Measures 9 - 14
15
16 \layout { }
17
18 \new PianoStaff <<
19
20    % RH Staff
21    \new Staff {
22       \clef treble
23       \key af \major
24       \time 2/4
25       \set Staff.fingeringOrientations = #'(up up)
26       \set Score.currentBarNumber = #9
27       \partial 8
28       <af''-4 c''>8 \staccato
29       |
30       \set doubleSlurs = ##t
31       <bf''-5 df''-2>4 (
32       <af''-4 c''>8 \staccato )
33       \noBeam
34       c''8-5 \staccato \pp
35       |
36       \set doubleSlurs = ##f
37       bf'8.. (
38       af'32-1
39       g'8-2 ) \staccato
40       f'8-3 \staccato
41       |
42       e'4-2
43       r8
44       \once \override Script #'script-priority = #-100
45       \afterGrace
46          f'8 ( \trill ^ \markup { \finger "3-5-3-5" }
47          { e'16-2 [ f'16-3 ] }
48       |
49       g'8..-5
50       f'32
51       e'8-3 ) \staccato
52       d'8-2 \staccato
53       |
54       c'4-3
55       r4
56    }
57    
58    % LH Staff
59    \new Staff {
60       \key af \major
61       \clef treble
62       \override Fingering #'direction = #down
63       \set Staff.fingeringOrientations = #'(down down)
64       \partial 8
65       <af' af>8 \staccato
66       \set doubleSlurs = ##t
67       <g'-2 ef'-3>4 (
68       <af' af>8 ) \staccato
69       \noBeam
70       \clef bass
71       c'8-1 \staccato
72       |
73       \set doubleSlurs = ##f
74       bf8.. (
75       af32
76       g8-1 ) \staccato
77       f8 \staccato
78       |
79       e4-3
80       r8
81       \afterGrace
82          f8 ( \trill _ \markup { \finger "2-1" }
83          { e16-3 [ f16 ] }
84       |
85       g8..-1
86       f32
87       e8-3 ) \staccato
88       d8-2 \staccato
89       |
90       c4-3
91       r4
92    }
93
94 >>