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