X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fallowing-fingerings-to-be-printed-inside-the-staff.ly;h=d4a211ffe549e6a8268615e6989bc4ac25cdadd6;hb=ca6e130e62a717b99db393f7262c9b34cb3d127d;hp=9689f093e35a307e45ecae2e2879d12a30c96333;hpb=da77ae29b4974f89fa168729ffcda756a39688c0;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 9689f093e3..d4a211ffe5 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.2" +\version "2.17.6" \header { - lsrtags = "specific-notation, editorial-annotations, fretted-strings, spacing" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - - 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 @@ -51,7 +21,6 @@ chord construct <>, even if it is only a single note. \relative c' { 2 - \override Fingering #'staff-padding = #'() + \override Fingering.staff-padding = #'() 4 } -