X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fallowing-fingerings-to-be-printed-inside-the-staff.ly;h=2be6c8bf338e88c15076dfbdaa272cb06229ded6;hb=53da8b7d3773da804e79fd455d168efd9475d2f9;hp=a3abb4bd22e9d2a7e7c62836248d3acaadd19ae5;hpb=45b219221124f4d7b977a1a0b1e489c47bb3ac02;p=lilypond.git diff --git a/Documentation/snippets/allowing-fingerings-to-be-printed-inside-the-staff.ly b/Documentation/snippets/allowing-fingerings-to-be-printed-inside-the-staff.ly index a3abb4bd22..2be6c8bf33 100644 --- a/Documentation/snippets/allowing-fingerings-to-be-printed-inside-the-staff.ly +++ b/Documentation/snippets/allowing-fingerings-to-be-printed-inside-the-staff.ly @@ -4,40 +4,10 @@ %% and then run scripts/auxiliar/makelsr.py %% %% This file is in the public domain. -\version "2.14.0" +\version "2.14.2" \header { - lsrtags = "editorial-annotations, fretted-strings, spacing" - -%% Translation of GIT committish: 8b93de6ce951b7b14bc7818f31019524295b990f - - texidoces = " -Las cifras de digitación orientadas verticalmente se colocan de forma -predeterminada fuera del pentagrama. Sin embargo, este comportamiento -se puede cancelar. Nota: se debe usar una construcción de acorde <>, -aunque sea una sola nota. - - -" - doctitlees = "Permitir que las digitaciones se impriman dentro del pentagrama" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Normalerweise werden vertikal orientierte Fingersatzzahlen außerhalb des Systems -gesetzt. Das kann aber verändert werden. - -" - doctitlede = "Fingersatz auch innerhalb des Systems setzen" - -%% Translation of GIT committish: 4ab2514496ac3d88a9f3121a76f890c97cedcf4e - texidocfr = " -L'empilement des indications de doigté se fait par défaut à l'extérieur -de la portée. Néanmoins, il est possible d'annuler ce comportement. - -" - doctitlefr = "Impression des doigtés à l'intérieur de la portée" - + lsrtags = "editorial-annotations, fretted-strings, spacing, specific-notation" texidoc = " By default, vertically oriented fingerings are positioned outside the @@ -48,9 +18,9 @@ chord construct <>, even if it is only a single note. doctitle = "Allowing fingerings to be printed inside the staff" } % begin verbatim + \relative c' { 2 \override Fingering #'staff-padding = #'() 4 } -