]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/allowing-fingerings-to-be-printed-inside-the-staff.ly
Merge branch 'master' of git://git.sv.gnu.org/lilypond.git into td-lily
[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.38"
4
5 \header {
6   lsrtags = "editorial-and-educational-use, 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>
19 }