%% 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.14.2" \header { lsrtags = "fretted-strings, specific-notation, keyboards, editorial-annotations, chords" texidoc = " The placement of fingering numbers can be controlled precisely. For fingering orientation to apply, you must use a chord construct <> even if it is a single note. " doctitle = "Controlling the placement of chord fingerings" } % begin verbatim \relative c' { \set fingeringOrientations = #'(left) 4 \set fingeringOrientations = #'(down) 4 \set fingeringOrientations = #'(down right up) 4 \set fingeringOrientations = #'(up) 4 \set fingeringOrientations = #'(left) 2 \set fingeringOrientations = #'(down) 2 }