]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/recorder-fingering-chart.ly
Merge remote-tracking branch 'origin/master' into translation
[lilypond.git] / Documentation / snippets / recorder-fingering-chart.ly
index 4606483fb3d8e7760476b4f947a8b28c6a26b3d0..85a038f55fc2ea96629df0f0546b4415bfa9d516 100644 (file)
@@ -1,33 +1,14 @@
 %% 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.12.2"
+\version "2.18.0"
 
 \header {
   lsrtags = "winds"
 
-%% Translation of GIT committish: fa19277d20f8ab0397c560eb0e7b814bd804ecec
-
-  texidoces = "
-El ejemplo siguiente muestra cómo se pueden realizar diagramas de
-digitación para instrumentos de viento.
-
-"
-
-  doctitlees = "Diagramas de digitación para la flauta dulce"
-
-%% Translation of GIT committish: 496c48f1f2e4d345ae3637b2c38ec748a55cda1d
-  texidocfr = "
-Cet exemple illustre la manière de créer et afficher des indications de
-doigté pour instrument à vent.
-
-"
-  doctitlefr = "Doigtés pour flûte à bec"
-
-
   texidoc = "
 The following example demonstrates how fingering charts for wind
 instruments can be realized.
@@ -39,8 +20,8 @@ instruments can be realized.
 % range chart for paetzold contrabass recorder
 
 centermarkup = {
-  \once \override TextScript #'self-alignment-X = #CENTER
-  \once \override TextScript #'X-offset =#(ly:make-simple-closure
+  \once \override TextScript.self-alignment-X = #CENTER
+  \once \override TextScript.X-offset =#(ly:make-simple-closure
   `(,+
   ,(ly:make-simple-closure (list
   ly:self-alignment-interface::centered-on-x-parent))
@@ -51,7 +32,8 @@ centermarkup = {
 \score {
   \new Staff \with {
     \remove "Time_signature_engraver"
-    \override Stem #'stencil = ##f
+    \omit Stem
+    \omit Flag
     \consists "Horizontal_bracket_engraver"
   }
   {
@@ -62,24 +44,22 @@ centermarkup = {
     gis'1*1/4
     \stemDown a'4^\markup{1)}
     \centermarkup
-    \once \override TextScript #'padding = #2
+    \once \override TextScript.padding = #2
     bes'1*1/4_\markup{\override #'(baseline-skip . 1.7) \column
       { \fontsize #-5 \slashed-digit #0 \finger 1 \finger 2 \finger 3 \finger 4
     \finger 5 \finger 6 \finger 7} }
     b'1*1/4
     c''4^\markup{1)}
     \centermarkup
-    \once \override TextScript #'padding = #2
+    \once \override TextScript.padding = #2
     cis''1*1/4
     deh''1*1/4
     \centermarkup
-    \once \override TextScript #'padding = #2
-    \once \override Staff.HorizontalBracket #'direction = #UP
+    \once \override TextScript.padding = #2
+    \once \override Staff.HorizontalBracket.direction = #UP
     e''1*1/4_\markup{\override #'(baseline-skip . 1.7) \column
       { \fontsize #-5 \slashed-digit #0 \finger 1 \finger 2 \finger 4
     \finger 5} }\startGroup
     f''1*1/4^\markup{2)}\stopGroup
   }
 }
-
-