]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/allowing-fingerings-to-be-printed-inside-the-staff.ly
Merge master into nested-bookparts
[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.11.62"
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   texidoc = "
17 By default, fingering numbers will be printed outside the staff. 
18 However, this behavior can be canceled.
19
20 "
21   doctitle = "Allowing fingerings to be printed inside the staff"
22 } % begin verbatim
23 \relative c' {
24   <c-1 e-2 g-3 b-5>2
25   \once \override Fingering #'staff-padding = #'()
26   <c-1 e-2 g-3 b-5>2
27 }