]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/wind-headword.ly
Merge remote-tracking branch 'origin/master' into translation
[lilypond.git] / Documentation / snippets / wind-headword.ly
index f6798a5a3eb5069464ec7f91ebeba395accdec4f..4d115afc26561d5e040eb7b579356426ee5ebdd8 100644 (file)
@@ -1,10 +1,10 @@
 %% DO NOT EDIT this file manually; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
+%% 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.14.2"
+\version "2.18.0"
 
 \header {
   lsrtags = "headword"
@@ -16,6 +16,9 @@ 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
@@ -23,10 +26,10 @@ Wind headword
   \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
@@ -51,4 +54,3 @@ Wind headword
     }
   >>
 }
-