X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fchordchanges-for-fretboards.ly;h=16904213add2dccebbdc8d80889534398ec6f31f;hb=2ccb49133730ac1e98c7068e884297f3246aaf3b;hp=b757e2e713dcdbf2f90975ba456e2ab93c0dda92;hpb=89c94db7a59904e2cb7066e075049465be8ac1ac;p=lilypond.git diff --git a/Documentation/snippets/chordchanges-for-fretboards.ly b/Documentation/snippets/chordchanges-for-fretboards.ly index b757e2e713..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.18" +%% 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: 2b0dc29608d6c3f5a03ead4877ae514c647adb74 + 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 } <<