]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/allowing-fingerings-to-be-printed-inside-the-staff.ly
Run convert-ly on input/lsr and input/regression
[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.51"
4
5 \header {
6   lsrtags = "editorial-annotations, spacing"
7
8   texidoc = "
9 By default, fingering numbers will be printed outside the staff. 
10 However, this behavior can be canceled.
11
12 "
13   doctitle = "Allowing fingerings to be printed inside the staff"
14 } % begin verbatim
15 \relative c' {
16   <c-1 e-2 g-3 b-5>2
17   \once \override Fingering #'staff-padding = #'()
18   <c-1 e-2 g-3 b-5>2
19 }