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