X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fadding-fingerings-to-tablatures.ly;h=bfa882d637e38d0f60210974339a30198aa9b56f;hb=d2119a9e5e951c6ae850322f41444ac98d1ed492;hp=4fa352f65feccb1069df836db1dfd1e8ba7051e7;hpb=8f6e4647c475ad911e15fdc26493f77e6c4a6088;p=lilypond.git diff --git a/Documentation/snippets/adding-fingerings-to-tablatures.ly b/Documentation/snippets/adding-fingerings-to-tablatures.ly index 4fa352f65f..bfa882d637 100644 --- a/Documentation/snippets/adding-fingerings-to-tablatures.ly +++ b/Documentation/snippets/adding-fingerings-to-tablatures.ly @@ -1,11 +1,20 @@ % Do not edit this file; it is automatically % generated from Documentation/snippets/new % This file is in the public domain. -%% Note: this file works from version 2.13.4 -\version "2.13.16" +%% Note: this file works from version 2.13.17 +\version "2.13.18" \header { -%% Translation of GIT committish: c8446d6eb2fadbf8931a867741572582759935ad +%% Translation of GIT committish: ee2fdacf2ff3acd7e6fb7c4005dfe698b1cc4eed + texidoces = " +Para añadir digitaciones a las tablaturas, utilice una combinación de +@code{\\markup} y @code{\\finger}. +" + + doctitlees = "Añadir digitaciones a las tablaturas" + + +%% Translation of GIT committish: 96ee692447057131395fe4c1f9fe55805b710aa6 texidocfr = "Ajout de doigtés à des tablatures" doctitlefr = " @@ -43,7 +52,7 @@ threeFour = \markup { \new TabStaff { \tabFullNotation \stemUp - e8\4^\one b\2 ^>[ b\2 e\4] + e8\4^\one b\2 ^>[ b\2 e\4] ^>^\threeTwo[ b\2 e\4] } }