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