]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/recorder-fingering-chart.ly
Imported Upstream version 2.16.0
[lilypond.git] / Documentation / snippets / recorder-fingering-chart.ly
index 714c52cd0598e2d433ffbfef1359179f780f9996..dbe8cfa9d03a66bbed481b1127046586207e621c 100644 (file)
@@ -4,30 +4,11 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.0"
+\version "2.16.0"
 
 \header {
   lsrtags = "winds"
 
-%% Translation of GIT committish: 70f5f30161f7b804a681cd080274bfcdc9f4fe8c
-
-  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
   }
 }
-
-