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