X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fwoodwind-diagrams-listing.ly;fp=Documentation%2Fsnippets%2Fwoodwind-diagrams-listing.ly;h=b94ca3032dc5ea32b246f089c4b9f9d9a31e270b;hb=941dff9d2a67080e0dd8474f1e70f0c72ace6424;hp=0000000000000000000000000000000000000000;hpb=5a22d6233a39d3164e1ca043244794c268be4ad0;p=lilypond.git diff --git a/Documentation/snippets/woodwind-diagrams-listing.ly b/Documentation/snippets/woodwind-diagrams-listing.ly new file mode 100644 index 0000000000..b94ca3032d --- /dev/null +++ b/Documentation/snippets/woodwind-diagrams-listing.ly @@ -0,0 +1,131 @@ +% DO NOT EDIT this file manually; it is automatically +% generated from Documentation/snippets/new +% Make any changes in Documentation/snippets/new/ +% and then run scripts/auxiliar/makelsr.py +% +% This file is in the public domain. +%% Note: this file works from version 2.14.0 +\version "2.14.0" + +\header { +%%% Translation of GIT committish: 70f5f30161f7b804a681cd080274bfcdc9f4fe8c + texidoces = " +El fragmento de música que aparece a continuación presenta todos los +diagramas de viento madera que se encuentran definidos en LilyPond por +el momento. + +" + doctitlees = "Listado de los diagramas para viento madera" + +%%% Translation of GIT committish: ab9e3136d78bfaf15cc6d77ed1975d252c3fe506 + + + texidocde=" +Folgende Noten zeige alle Holzbläserdiagramme, die für LilyPond +definiert sind. + +" + doctitlede = "Liste der Holzbläserdiagramme" + + +%% Translation of GIT committish: 496c48f1f2e4d345ae3637b2c38ec748a55cda1d + texidocfr = " +Voici la liste des différents instruments à vent de la section des bois +dont les doigtés sont disponibles à ce jour. +" + doctitlefr = "Liste des diagrammes de doigtés pour bois" + + + lsrtags="winds" + texidoc=" +The following music shows all of the woodwind diagrams currently +defined in LilyPond. +" + doctitle = "Woodwind diagrams listing" + +} % begin verbatim + + +\relative c' { + \textLengthOn + c1^ + \markup { + \center-column { + 'piccolo + " " + \woodwind-diagram + #'piccolo + #'() + } + } + + c1^ + \markup { + \center-column { + 'flute + " " + \woodwind-diagram + #'flute + #'() + } + } + c1^\markup { + \center-column { + 'oboe + " " + \woodwind-diagram + #'oboe + #'() + } + } + + c1^\markup { + \center-column { + 'clarinet + " " + \woodwind-diagram + #'clarinet + #'() + } + } + + c1^\markup { + \center-column { + 'bass-clarinet + " " + \woodwind-diagram + #'bass-clarinet + #'() + } + } + + c1^\markup { + \center-column { + 'saxophone + " " + \woodwind-diagram + #'saxophone + #'() + } + } + + c1^\markup { + \center-column { + 'bassoon + " " + \woodwind-diagram + #'bassoon + #'() + } + } + + c1^\markup { + \center-column { + 'contrabassoon + " " + \woodwind-diagram + #'contrabassoon + #'() + } + } +}