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