%% Generated by lilypond-book.py %% Options: [indent=0\mm,verbatim,doctitle,alt=[image of music],texidoc,line-width=160\mm] \include "lilypond-book-preamble.ly" % **************************************************************** % Start cut-&-pastable-section % **************************************************************** \paper { #(define dump-extents #t) indent = 0\mm line-width = 160\mm force-assignment = #"" line-width = #(- line-width (* mm 3.000000)) } \layout { } % **************************************************************** % ly snippet: % **************************************************************** \sourcefilename "allowing-fingerings-to-be-printed-inside-the-staff.ly" \sourcefileline 0 %% 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.12.3" \header { 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" %% 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" texidoc = " 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 = #'() 2 } % **************************************************************** % end ly snippet % ****************************************************************