]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/recorder-fingering-chart.ly
Update snippets from today's LSR with changed makelsr.py
[lilypond.git] / Documentation / snippets / recorder-fingering-chart.ly
index 60355f7b604e69e9fa823ca9a2c58583cf9a7b8d..e390eb7df0c57271e6c092721a125f6d5f9eb8ff 100644 (file)
@@ -1,31 +1,14 @@
-%% Do not edit this file; it is automatically
+%% DO NOT EDIT this file manually; it is automatically
 %% generated from LSR http://lsr.dsi.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.13.39"
+\version "2.15.40"
 
 \header {
-%% Translation of GIT committish: 42cf5468694e6757494d4505ab9b6ea7bc591e59
-
-  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"
-
   lsrtags = "winds"
 
-
-%% 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.
@@ -50,6 +33,7 @@ centermarkup = {
   \new Staff \with {
     \remove "Time_signature_engraver"
     \override Stem #'stencil = ##f
+    \override Flag #'stencil = ##f
     \consists "Horizontal_bracket_engraver"
   }
   {
@@ -79,5 +63,3 @@ centermarkup = {
     f''1*1/4^\markup{2)}\stopGroup
   }
 }
-
-