]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/wind-headword.ly
Revised autobeam settings patch and ran makelsr.py
[lilypond.git] / Documentation / snippets / wind-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.29"
6 #(set-global-staff-size 15)
7 \paper {
8   line-width = 16\cm
9   indent = 0\cm
10 }
11
12 % NR 2.whatever  Wind
13
14 \header {
15   lsrtags = "headwords"
16   texidoc = ""
17   doctitle = "headword"
18 } % begin verbatim
19
20
21 % Tchaikovsky
22 % Nutcracker Suite, VII Dance of the Merlitons
23 \score {
24   \new StaffGroup <<
25     \new Staff \relative c'' {
26       \set Staff.instrumentName = "Flauto I,II"
27       \once \override Score.RehearsalMark #'self-alignment-X = #-1
28       \once \override Score.RehearsalMark #'break-align-symbols =
29 #'(time-signature)
30       \once \override Score.TimeSignature
31 #'break-align-anchor-alignment = #LEFT
32       \once \override Score.RehearsalMark #'padding = #4
33       \mark \markup \large \bold {Moderato assai}
34       \key d \major
35       \time 2/4
36       \compressFullBarRests
37       R2*2
38       <d a>16-.\p <cis g>-. <d a>-. <cis g>-. <d a>8-. <cis g>-.
39       <e a,>-.\< <d a>32( <fis d> <a fis> <d a> <fis d>4--)\mf
40       <g d>16-. <fis cis>-. <g d>-. <fis cis>-.
41         <e b>(\> <d a>) <a fis>-. <fis d>-.\!
42       <d bes>4--\sf \acciaccatura {<d' bes>8} <cis a>4--\mf
43     }
44     \new Staff \relative c' {
45       \set Staff.instrumentName = "Flauto III"
46       \key d \major
47       \time 2/4
48       \compressFullBarRests
49       R2*2_\markup{Gr.Fl.}
50       fis16-.\p e-. fis-. e-. fis8-. e-.
51       g8-.\< fis32( a d fis a4--)\mf
52       b16-. a-. b-. a-. g(\> fis) d-. a-.\!
53       g4--\sf \acciaccatura fis'8 g4--\mf
54     }
55   >>
56 }
57