X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fallowing-fingerings-to-be-printed-inside-the-staff.ly;h=50b0bb98d999c909812a9da02490afd5455f1917;hb=56cb2f30d1da32759b82a7820fd0d32e368bc973;hp=b0997d3f8c8afc91aef2eb90d938422f7260cb95;hpb=7a2c734d887a45e1cfb3ef4bbc67d1f5643d17f9;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 b0997d3f8c..50b0bb98d9 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,19 +1,28 @@ %% 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.62" \header { - lsrtags = "editorial-annotations, spacing" + lsrtags = "editorial-annotations, fretted-strings, 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. +By default, vertically oriented fingerings are positioned outside the +staff. However, this behavior can be canceled. " 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 }