]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/wind-headword.ly
e7e06478df700cfe3e44ed8a5d3bb183cb85545c
[lilypond.git] / Documentation / snippets / wind-headword.ly
1 %% DO NOT EDIT this file manually; it is automatically
2 %% generated from LSR http://lsr.di.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.19.20"
8
9 \header {
10   lsrtags = "headword"
11
12   texidoc = "
13 Wind headword
14
15 "
16   doctitle = "Wind headword"
17 } % begin verbatim
18
19 %% http://lsr.di.unimi.it/LSR/Item?id=833
20 %% see also http://lilypond.org/doc/v2.18/Documentation/notation/wind-instruments
21
22 % NR 2.whatever  Wind
23 % Tchaikovsky
24 % Nutcracker Suite, VII Dance of the Merlitons
25 \score {
26   \new StaffGroup <<
27     \new Staff \relative c'' {
28       \set Staff.instrumentName = "Flauto I,II"
29       \once \override Score.RehearsalMark.self-alignment-X = #-1
30       \once \override Score.RehearsalMark.break-align-symbols = #'(time-signature)
31       \once \override Score.TimeSignature.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       \compressMMRests R2*2
37       <d a>16-.\p <cis g>-. <d a>-. <cis g>-. <d a>8-. <cis g>-.
38       <e a,>-.\< <d a>32( <fis d> <a fis> <d a> <fis d>4--)\mf
39       <g d>16-. <fis cis>-. <g d>-. <fis cis>-.
40         <e b>(\> <d a>) <a fis>-. <fis d>-.\!
41       <d bes>4--\sf \acciaccatura {<d' bes>8} <cis a>4--\mf
42     }
43     \new Staff \relative c' {
44       \set Staff.instrumentName = "Flauto III"
45       \key d \major
46       \time 2/4
47       \compressMMRests R2*2_\markup{Gr.Fl.}
48       fis16-.\p e-. fis-. e-. fis8-. e-.
49       g8-.\< fis32( a d fis a4--)\mf
50       b16-. a-. b-. a-. g(\> fis) d-. a-.\!
51       g4--\sf \acciaccatura fis'8 g4--\mf
52     }
53   >>
54 }