X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fallowing-fingerings-to-be-printed-inside-the-staff.ly;h=9689f093e35a307e45ecae2e2879d12a30c96333;hb=75b64f8ddda16f3b2eb77ec5e9631d92b9be7da4;hp=41375249948269091af382268f936e8790478a13;hpb=f99ae4cae742b0ea3ab3c2ac5c9d8f7bf1fbdeff;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 4137524994..9689f093e3 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,27 +1,28 @@ -%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it +%% DO NOT EDIT this file manually; it is automatically +%% generated from LSR http://lsr.dsi.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.1" +\version "2.14.2" \header { - lsrtags = "editorial-annotations, fretted-strings, spacing" + lsrtags = "specific-notation, editorial-annotations, fretted-strings, spacing" + +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa -%% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca texidoces = " -Las cifras de digitación orientadas verticalmente se colocan de -forma predeterminada fuera del pentagrama. Sin embargo, este -comportamiento se puede cancelar. +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: 3f880f886831b8c72c9e944b3872458c30c6c839 - 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" - -%% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d +%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 texidocde = " Normalerweise werden vertikal orientierte Fingersatzzahlen außerhalb des Systems gesetzt. Das kann aber verändert werden. @@ -29,17 +30,28 @@ 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" + + texidoc = " By default, vertically oriented fingerings are positioned outside the -staff. However, this behavior can be canceled. +staff. However, this behavior can be canceled. Note: you must use a +chord construct <>, even if it is only a single note. " doctitle = "Allowing fingerings to be printed inside the staff" } % begin verbatim + \relative c' { 2 - \once \override Fingering #'staff-padding = #'() - 2 + \override Fingering #'staff-padding = #'() + 4 }