X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fallowing-fingerings-to-be-printed-inside-the-staff.ly;h=3afb47f27ae969de4bcafe36dc9cbb0bf3a9bafb;hb=fa9d87071c06d7bd6894e3115d24a7eab725d924;hp=997df494c6c6e6ad2e9e9d019960490dbc0cd6d8;hpb=1c122290caffd067b81c60a18c97e61d1c6b209e;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 997df494c6..3afb47f27a 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 @@ -1,38 +1,13 @@ -%% Do not edit this file; it is automatically -%% generated from LSR http://lsr.dsi.unimi.it +%% DO NOT EDIT this file manually; it is automatically +%% generated from LSR http://lsr.di.unimi.it +%% Make any changes in LSR itself, or in Documentation/snippets/new/ , +%% and then run scripts/auxiliar/makelsr.py +%% %% This file is in the public domain. -\version "2.13.20" +\version "2.18.0" \header { - lsrtags = "editorial-annotations, fretted-strings, spacing" - -%% Translation of GIT committish: 0b55335aeca1de539bf1125b717e0c21bb6fa31b - - 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 @@ -45,7 +20,6 @@ chord construct <>, even if it is only a single note. \relative c' { 2 - \override Fingering #'staff-padding = #'() + \override Fingering.staff-padding = #'() 4 } -