]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/editorial-headword.ly
Build: run makelsr.py, add new files to git.
[lilypond.git] / Documentation / snippets / editorial-headword.ly
1 % Do not edit this file; it is automatically
2 % generated from Documentation/snippets/new
3 % This file is in the public domain.
4 %% Note: this file works from version 2.12.0
5 \version "2.13.10"
6 \include "english.ly"
7 #(set-global-staff-size 15)
8 \paper{
9   ragged-right=##t
10   line-width=17\cm
11   indent=0\cm
12 }
13
14
15 \header {
16   lsrtags = "headwords"
17   texidoc = ""
18   doctitle = "headword"
19 } % begin verbatim
20
21
22 \layout {
23   \context { \Score
24     \override PaperColumn #'keep-inside-line = ##t
25     \override NonMusicalPaperColumn #'keep-inside-line = ##t
26   }
27 }
28
29 % NR 1.7 Editorial annotations
30
31 % Beethoven, Op. 31, No. 3
32 % Piano sonata 18, Movt II, Scherzo
33 % Measures 9 - 14
34
35 \layout { }
36
37 \new PianoStaff <<
38
39    % RH Staff
40    \new Staff {
41       \clef treble
42       \key af \major
43       \time 2/4
44       \set Staff.fingeringOrientations = #'(up up)
45       \set Score.currentBarNumber = #9
46       \partial 8
47       <af''-4 c''>8 \staccato
48       |
49       \set doubleSlurs = ##t
50       <bf''-5 df''-2>4 (
51       <af''-4 c''>8 \staccato )
52       \noBeam
53       c''8-5 \staccato \pp
54       |
55       \set doubleSlurs = ##f
56       bf'8.. (
57       af'32
58       g'8 ) \staccato
59       f'8 \staccato
60       |
61       e'4-2
62       r8
63       \once \override Script #'script-priority = #-100
64       \afterGrace
65          f'8 ( \trill ^ \markup { \finger "3-2" }
66          { e'16 [ f'16 ] }
67       |
68       g'8..-3
69       f'32
70       e'8-1 ) \staccato
71       d'8-2 \staccato
72       |
73       c'4
74       r4
75    }
76
77    % LH Staff
78    \new Staff {
79       \key af \major
80       \clef treble
81       \override Fingering #'direction = #down
82       \set Staff.fingeringOrientations = #'(down down)
83       \partial 8
84       <af' af>8 \staccato
85       \set doubleSlurs = ##t
86       <g'-2 ef'-3>4 (
87       <af' af>8 ) \staccato
88       \noBeam
89       \clef bass
90       c'8-1 \staccato
91       |
92       \set doubleSlurs = ##f
93       bf8.. (
94       af32
95       g8-1 ) \staccato
96       f8 \staccato
97       |
98       e4
99       r8
100       \afterGrace
101          f8 ( \trill _ \markup { \finger "2-1" }
102          { e16 [ f16 ] }
103       |
104       g8..-1
105       f32
106       e8 ) \staccato
107       d8 \staccato
108       |
109       c4
110       r4
111    }
112
113 >>