]> 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 bb0bacd4290e6f0946edac399b51d9efd42d51e0..e390eb7df0c57271e6c092721a125f6d5f9eb8ff 100644 (file)
@@ -4,30 +4,11 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.12.2"
+\version "2.15.40"
 
 \header {
   lsrtags = "winds"
 
-%% Translation of GIT committish: 91eeed36c877fe625d957437d22081721c8c6345
-
-  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.
@@ -52,6 +33,7 @@ centermarkup = {
   \new Staff \with {
     \remove "Time_signature_engraver"
     \override Stem #'stencil = ##f
+    \override Flag #'stencil = ##f
     \consists "Horizontal_bracket_engraver"
   }
   {
@@ -81,5 +63,3 @@ centermarkup = {
     f''1*1/4^\markup{2)}\stopGroup
   }
 }
-
-