]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/wind-headword.ly
Issue 3687 (part 3) Update snippets to use \compressMMRests
[lilypond.git] / Documentation / snippets / wind-headword.ly
index 7e52280c0f9199e7a767bfc7df9fa54bf3cf4925..e7e06478df700cfe3e44ed8a5d3bb183cb85545c 100644 (file)
@@ -1,43 +1,39 @@
-% DO NOT EDIT this file manually; it is automatically
-% generated from Documentation/snippets/new
-% Make any changes in Documentation/snippets/new/
-% and then run scripts/auxiliar/makelsr.py
-%
-% This file is in the public domain.
-%% Note: this file works from version 2.14.0
-\version "2.14.0"
-#(set-global-staff-size 15)
-\paper {
-  line-width = 16\cm
-  indent = 0\cm
-}
-
-% NR 2.whatever  Wind
+%% 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.19.20"
 
 \header {
-  lsrtags = "headwords"
-  texidoc = ""
-  doctitle = "headword"
+  lsrtags = "headword"
+
+  texidoc = "
+Wind headword
+
+"
+  doctitle = "Wind headword"
 } % begin verbatim
 
+%% http://lsr.di.unimi.it/LSR/Item?id=833
+%% see also http://lilypond.org/doc/v2.18/Documentation/notation/wind-instruments
 
+% 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
+      \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
+      \compressMMRests 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>-.
@@ -48,8 +44,7 @@
       \set Staff.instrumentName = "Flauto III"
       \key d \major
       \time 2/4
-      \compressFullBarRests
-      R2*2_\markup{Gr.Fl.}
+      \compressMMRests 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-.\!
@@ -57,4 +52,3 @@
     }
   >>
 }
-