Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(135)

Side by Side Diff: Documentation/snippets/controlling-the-placement-of-chord-fingerings.ly

Issue 1667041: Redo autobeam settings to make resetting easier (Closed)
Patch Set: test of makelsr.py Created 14 years, 9 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 %% Do not edit this file; it is automatically 1 %% Do not edit this file; it is automatically
2 %% generated from LSR http://lsr.dsi.unimi.it 2 %% generated from LSR http://lsr.dsi.unimi.it
3 %% This file is in the public domain. 3 %% This file is in the public domain.
4 \version "2.13.20" 4 \version "2.13.20"
5 5
6 \header { 6 \header {
7 lsrtags = "editorial-annotations, chords, keyboards, fretted-strings" 7 lsrtags = "editorial-annotations, chords, keyboards, fretted-strings"
8 8
9 %% Translation of GIT committish: e0aa246e0ed1a86dc41a99ab79bff822d3320aa7 9 %% Translation of GIT committish: e0aa246e0ed1a86dc41a99ab79bff822d3320aa7
10 texidoces = " 10 texidoces = "
11 Se puede controlar con precisión la colocación de los números de 11 Se puede controlar con precisión la colocación de los números de
12 digitación. Para que se tenga en cuenta la orientación de las 12 digitación. Para que se tenga en cuenta la orientación de las
13 digitaciones, se debe utilizar una construcción de acorde <> aunque 13 digitaciones, se debe utilizar una construcción de acorde <> aunque
14 sea una sola nota. 14 sea una sola nota.
15 15
16 16
17 " 17 "
18 doctitlees = "Controlar la colocación de las digitaciones de acordes" 18 doctitlees = "Controlar la colocación de las digitaciones de acordes"
19 19
20 20
21
22 %% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 21 %% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
23 texidocde = " 22 texidocde = "
24 Die Position von Fingersatzzahlen kann exakt kontrolliert werden. 23 Die Position von Fingersatzzahlen kann exakt kontrolliert werden.
25 24
26 " 25 "
27 doctitlede = "Position von Fingersatz in Akkorden kontrollieren" 26 doctitlede = "Position von Fingersatz in Akkorden kontrollieren"
28
29 %% Translation of GIT committish: ac6297e4fa174ac5759cc450ad085c2fac9ba00b 27 %% Translation of GIT committish: ac6297e4fa174ac5759cc450ad085c2fac9ba00b
30 28
31 texidocfr = " 29 texidocfr = "
32 Le positionnement des doigtés peut être contrôlé de manière très précise. 30 Le positionnement des doigtés peut être contrôlé de manière très précise.
33 31
34 " 32 "
35 doctitlefr = "Conrôle du positionnement des doigtés" 33 doctitlefr = "Conrôle du positionnement des doigtés"
36 34
37 35
38 texidoc = " 36 texidoc = "
(...skipping 14 matching lines...) Expand all
53 <c-1 e-3 a-5>4 51 <c-1 e-3 a-5>4
54 \set fingeringOrientations = #'(up) 52 \set fingeringOrientations = #'(up)
55 <c-1 e-3 a-5>4 53 <c-1 e-3 a-5>4
56 \set fingeringOrientations = #'(left) 54 \set fingeringOrientations = #'(left)
57 <c-1>2 55 <c-1>2
58 \set fingeringOrientations = #'(down) 56 \set fingeringOrientations = #'(down)
59 <e-3>2 57 <e-3>2
60 } 58 }
61 59
62 60
OLDNEW

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b