]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/allowing-fingerings-to-be-printed-inside-the-staff.ly
Merge branch 'master' of ssh://kainhofer@git.sv.gnu.org/srv/git/lilypond into dev...
[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  texidoc = "
8 By default, fingering numbers will be printed outside the staff.
9 However, this behavior can be canceled.
10 " }
11 % begin verbatim
12 \relative c' {
13   <c-1 e-2 g-3 b-5>2
14   \once \override Fingering  #'staff-padding = #'()
15   <c-1 e-2 g-3 b-5>
16 }