summaryrefslogtreecommitdiff
path: root/Documentation/snippets/wind-headword.ly
blob: c05974dd9e4f00a24cce278f0b5b3b5333019172 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
%% DO NOT EDIT this file manually; it is automatically
%% generated from LSR http://lsr.di.unimi.it
%% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
%% and then run scripts/auxiliar/makelsr.py
%%
%% This file is in the public domain.
\version "2.18.0"

\header {
  lsrtags = "headword"

  texidoc = "
Wind headword

"
  doctitle = "Wind headword"
} % begin verbatim

% NR 2.whatever  Wind
% Tchaikovsky
% Nutcracker Suite, VII Dance of the Merlitons
\score {
  \new StaffGroup <<
    \new Staff \relative c'' {
      \set Staff.instrumentName = "Flauto I,II"
      \once \override Score.RehearsalMark.self-alignment-X = #-1
      \once \override Score.RehearsalMark.break-align-symbols = #'(time-signature)
      \once \override Score.TimeSignature.break-align-anchor-alignment = #LEFT
      \once \override Score.RehearsalMark.padding = #4
      \mark \markup \large \bold {Moderato assai}
      \key d \major
      \time 2/4
      \compressFullBarRests
      R2*2
      <d a>16-.\p <cis g>-. <d a>-. <cis g>-. <d a>8-. <cis g>-.
      <e a,>-.\< <d a>32( <fis d> <a fis> <d a> <fis d>4--)\mf
      <g d>16-. <fis cis>-. <g d>-. <fis cis>-.
        <e b>(\> <d a>) <a fis>-. <fis d>-.\!
      <d bes>4--\sf \acciaccatura {<d' bes>8} <cis a>4--\mf
    }
    \new Staff \relative c' {
      \set Staff.instrumentName = "Flauto III"
      \key d \major
      \time 2/4
      \compressFullBarRests
      R2*2_\markup{Gr.Fl.}
      fis16-.\p e-. fis-. e-. fis8-. e-.
      g8-.\< fis32( a d fis a4--)\mf
      b16-. a-. b-. a-. g(\> fis) d-. a-.\!
      g4--\sf \acciaccatura fis'8 g4--\mf
    }
  >>
}