]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/allowing-fingerings-to-be-printed-inside-the-staff.ly
Merge branch 'lilypond/translation' of ssh://git.sv.gnu.org/srv/git/lilypond into...
[lilypond.git] / Documentation / snippets / 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: b2d4318d6c53df8469dfa4da09b27c15a374d0ca
9   texidoces = "
10 Las cifras de digitación orientadas verticalmente se colocan de
11 forma predeterminada fuera del pentagrama.  Sin embargo, este
12 comportamiento se puede 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: d96023d8792c8af202c7cb8508010c0d3648899d
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