]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/controlling-the-placement-of-chord-fingerings.ly
Add support for max-systems-per-page.
[lilypond.git] / input / lsr / controlling-the-placement-of-chord-fingerings.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.62"
4
5 \header {
6   lsrtags = "editorial-annotations, chords, keyboards, fretted-strings"
7
8   texidoces = "
9 Se puede controlar con precisión la colocación de los números de digitación.
10
11 "
12   doctitlees = "Controlar la colocación de las digitaciones de acordes"
13
14   texidoc = "
15 The placement of fingering numbers can be controlled precisely.
16
17 "
18   doctitle = "Controlling the placement of chord fingerings"
19 } % begin verbatim
20
21 \relative c' {
22   \set fingeringOrientations = #'(left)
23   <c-1 e-3 a-5>4
24   \set fingeringOrientations = #'(down)
25   <c-1 e-3 a-5>4
26   \set fingeringOrientations = #'(down right up)
27   <c-1 e-3 a-5>4
28   \set fingeringOrientations = #'(up)
29   <c-1 e-3 a-5>4
30   \set fingeringOrientations = #'(left)
31   <c-1>2
32   \set fingeringOrientations = #'(down)
33   <e-3>2
34 }
35