blob: bcd495713f4aa6838282b3308256873c13bc1c36 (
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.11"
\header {
= "editorial-annotations, fretted-strings, spacing, specific-notation"
= "
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.
"
= "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>
}
|