X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fchordchanges-for-fretboards.ly;h=16904213add2dccebbdc8d80889534398ec6f31f;hb=da77ae29b4974f89fa168729ffcda756a39688c0;hp=80e6b2c2309662c23d539ef9acc3c2f9fa883e93;hpb=5160eccb26cee0bfd802d844233e4a8d795a1e94;p=lilypond.git diff --git a/Documentation/snippets/chordchanges-for-fretboards.ly b/Documentation/snippets/chordchanges-for-fretboards.ly index 80e6b2c230..16904213ad 100644 --- a/Documentation/snippets/chordchanges-for-fretboards.ly +++ b/Documentation/snippets/chordchanges-for-fretboards.ly @@ -1,11 +1,15 @@ -% Do not edit this file; it is automatically -% generated from Documentation/snippets/new -% This file is in the public domain. -%% Note: this file works from version 2.13.0 -\version "2.13.31" +%% 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 { -%% Translation of GIT committish: 0b55335aeca1de539bf1125b717e0c21bb6fa31b + lsrtags = "fretted-strings" + +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Se puede hacer que los diagramas de posiciones se muestren sólo cuando el acorde cambia o al comienzo de una nueva línea. @@ -24,20 +28,30 @@ wenn der Akkord sich ändert oder eine neue Zeile anfängt. doctitlede = "Akkordänderungen für Bunddiagramme" - lsrtags = "fretted-strings" - texidoc = "FretBoards can be set to display only when the chord changes -or at the beginning of a new line." - doctitle = "chordChanges for FretBoards" -} % begin verbatim +%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 + texidocfr = " +Vous pouvez opter pour n'imprimer les diagrammes de fret qu'à l'occasion +d'un changement d'accord ou de saut de ligne. + +" + doctitlefr = "Changement d'accord et diagramme de fret" + texidoc = " +FretBoards can be set to display only when the chord changes or at the +beginning of a new line. + +" + doctitle = "ChordChanges for FretBoards" +} % begin verbatim + \include "predefined-guitar-fretboards.ly" myChords = \chordmode { c1 c1 \break \set chordChanges = ##t c1 c1 \break - c1 c1 \break + c1 c1 } <<