summaryrefslogtreecommitdiff
path: root/Documentation/snippets/allowing-fingerings-to-be-printed-inside-the-staff.ly
blob: d4a211ffe549e6a8268615e6989bc4ac25cdadd6 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
%% DO NOT EDIT this file manually; it is automatically
%% generated from LSR http://lsr.dsi.unimi.it
%% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
%% and then run scripts/auxiliar/makelsr.py
%%
%% This file is in the public domain.
\version "2.17.6"

\header {
  lsrtags = "editorial-annotations, fretted-strings, spacing, specific-notation"

  texidoc = "
By default, vertically oriented fingerings are positioned outside the
staff.  However, this behavior can be canceled. Note: you must use a
chord construct <>, even if it is only a single note.

"
  doctitle = "Allowing fingerings to be printed inside the staff"
} % begin verbatim


\relative c' {
  <c-1 e-2 g-3 b-5>2
  \override Fingering.staff-padding = #'()
  <c-1 e-2 g-3 b-5>4 <g'-0>
}