blob: e6b962a5577363ac5aef7cfb20e4f79279f7bebe (
about) (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
|
%% DO NOT EDIT this file manually; it is automatically
%% generated from LSR http://lsr.dsi.unimi.it
%% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
%% and then run scripts/auxiliar/makelsr.py
%%
%% This file is in the public domain.
\version "2.17.6"
\header {
= "headword"
= "
NR 1.7 Editorial annotations
Beethoven, Op. 31, No. 3 Piano sonata 18, Movt II, Scherzo Measures 9 -
14
"
= "Editorial headword"
} % begin verbatim
\include "english.ly"
% NR 1.7 Editorial annotations
% Beethoven, Op. 31, No. 3
% Piano sonata 18, Movt II, Scherzo
% Measures 9 - 14
\new PianoStaff <<
% RH Staff
\new Staff {
\clef treble
\key af \major
\time 2/4
\set Staff.fingeringOrientations = #'(up)
\set Score.currentBarNumber = #9
\partial 8
<af''-4 c''>8 \staccato
|
\set doubleSlurs = ##t
<bf''-5 df''-2>4 (
<af''-4 c''>8 \staccato )
\noBeam
c''8-5 \staccato \pp
|
\set doubleSlurs = ##f
bf'8.. (
af'32
g'8 ) \staccato
f'8 \staccato
|
e'4-2
r8
\once \override Script.script-priority = #-100
\afterGrace
f'8 ( \trill ^ \markup { \finger "3-2" }
{ e'16 [ f'16 ] }
|
g'8..-3
f'32
e'8-1 ) \staccato
d'8-2 \staccato
|
c'4
r4
}
% LH Staff
\new Staff {
\key af \major
\clef treble
\override Fingering.direction = #down
\set Staff.fingeringOrientations = #'(down)
\partial 8
<af' af>8 \staccato
\set doubleSlurs = ##t
<g'-2 ef'-3>4 (
<af' af>8 ) \staccato
\noBeam
\clef bass
c'8-1 \staccato
|
\set doubleSlurs = ##f
bf8.. (
af32
g8-1 ) \staccato
f8 \staccato
|
e4
r8
\afterGrace
f8 ( \trill _ \markup { \finger "2-1" }
{ e16 [ f16 ] }
|
g8..-1
f32
e8 ) \staccato
d8 \staccato
|
c4
r4
}
>>
|