]> git.donarmstrong.com Git - lilypond.git/commitdiff
Update from Andrew.
authorGraham Percival <graham@percival-music.ca>
Fri, 15 Aug 2008 22:43:09 +0000 (15:43 -0700)
committerGraham Percival <graham@percival-music.ca>
Fri, 15 Aug 2008 22:43:09 +0000 (15:43 -0700)
Documentation/user/wind.itely
input/manual/wind-headword.ly [new file with mode: 0644]

index a4c7c3fc6ff5325a95d05a93dea7b2d4bbc640fd..03ad7dee9b56e1af5defcc42f43ca083009d1c42 100644 (file)
@@ -11,7 +11,7 @@
 @node Wind instruments
 @section Wind instruments
 
-@c @lilypondfile[quote]{wind-headword.ly}
+@lilypondfile[quote]{wind-headword.ly}
 
 This section includes some elements of music notation that arise when
 writing for winds.
diff --git a/input/manual/wind-headword.ly b/input/manual/wind-headword.ly
new file mode 100644 (file)
index 0000000..3fcf306
--- /dev/null
@@ -0,0 +1,46 @@
+\version "2.11.51"
+\include "english.ly"
+#(set-global-staff-size 15)
+\paper {
+  line-width = 16\cm
+  indent = 0\cm
+}
+
+% NR 2.whatever  Wind 
+
+% Tchaikovsky
+% Nutcracker Suite, VII Dance of the Merlitons
+\new Score {
+  \compressFullBarRests
+  \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
+      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
+      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
+    }
+  >>
+}
+