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