From: Graham Percival Date: Fri, 15 Aug 2008 22:43:09 +0000 (-0700) Subject: Update from Andrew. X-Git-Tag: release/2.11.56-1~2^2~9 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=cccb0fe5d56af7f58f12017bd738e5ccb02bbafb;hp=53ba167de97342c0ceadd4203a31cec53e7399c7;p=lilypond.git Update from Andrew. --- diff --git a/Documentation/user/wind.itely b/Documentation/user/wind.itely index a4c7c3fc6f..03ad7dee9b 100644 --- a/Documentation/user/wind.itely +++ b/Documentation/user/wind.itely @@ -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 index 0000000000..3fcf30601e --- /dev/null +++ b/input/manual/wind-headword.ly @@ -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 + 16-.\p -. -. -. 8-. -. + -.\< 32( 4--)\mf + 16-. -. -. -. + (\> ) -. -.\! + 4--\sf \acciaccatura {8} 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 + } + >> +} +