]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/allowing-fingerings-to-be-printed-inside-the-staff.ly
LSR: Update.
[lilypond.git] / input / lsr / allowing-fingerings-to-be-printed-inside-the-staff.ly
1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
3 \version "2.13.0"
4
5 \header {
6   lsrtags = "editorial-annotations, fretted-strings, spacing"
7
8   texidoces = "
9 Las cifras de digitación se imprimen de forma predeterminada fuera
10 del pentagrama.  Sin embargo, este comportamiento se puede
11 cancelar.
12
13 "
14   doctitlees = "Permitir que las digitaciones se impriman dentro del pentagrama"
15
16 %% Translation of GIT committish: 3f880f886831b8c72c9e944b3872458c30c6c839
17   texidocfr = "
18 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.
19
20 "
21   doctitlefr = "Impression des doigtés à l'intérieur de la portée"
22
23 %% Translation of GIT committish :0364058d18eb91836302a567c18289209d6e9706
24   texidocde = "
25 Normalerweise werden vertikal orientierte Fingersatzzahlen außerhalb des Systems
26 gesetzt.  Das kann aber verändert werden.
27
28 "
29   doctitlede = "Fingersatz auch innerhalb des Systems setzen"
30
31   texidoc = "
32 By default, vertically oriented fingerings are positioned outside the
33 staff.  However, this behavior can be canceled.
34
35 "
36   doctitle = "Allowing fingerings to be printed inside the staff"
37 } % begin verbatim
38
39 \relative c' {
40   <c-1 e-2 g-3 b-5>2
41   \once \override Fingering #'staff-padding = #'()
42   <c-1 e-2 g-3 b-5>2
43 }