X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fallowing-fingerings-to-be-printed-inside-the-staff.ly;h=e24ae1f16041884ec590cab6dec2076d98f10d5e;hb=63e3a34b22756a1ebc6543e08dc4fb9b20ac1ac4;hp=8376bfe45774107106843422c80be92b6d745d04;hpb=d0bb8ab6cb52449b6f58154c9bdc0ae92d71c924;p=lilypond.git diff --git a/input/lsr/allowing-fingerings-to-be-printed-inside-the-staff.ly b/input/lsr/allowing-fingerings-to-be-printed-inside-the-staff.ly index 8376bfe457..e24ae1f160 100644 --- a/input/lsr/allowing-fingerings-to-be-printed-inside-the-staff.ly +++ b/input/lsr/allowing-fingerings-to-be-printed-inside-the-staff.ly @@ -1,16 +1,27 @@ %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it %% This file is in the public domain. -\version "2.11.38" +\version "2.11.52" \header { - lsrtags = "editorial-and-educational-use, spacing" - texidoc = " -By default, fingering numbers will be printed outside the staff. + lsrtags = "editorial-annotations, spacing" + + texidoces = " +Las cifras de digitación se imprimen de forma predeterminada fuera +del pentagrama. Sin embargo, este comportamiento se puede +cancelar. + +" + doctitlees = "Permitir que las digitaciones se impriman dentro del pentagrama" + + texidoc = " +By default, fingering numbers will be printed outside the staff. However, this behavior can be canceled. -" } -% begin verbatim + +" + doctitle = "Allowing fingerings to be printed inside the staff" +} % begin verbatim \relative c' { 2 - \once \override Fingering #'staff-padding = #'() - + \once \override Fingering #'staff-padding = #'() + 2 }