X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=Documentation%2Fsnippets%2Fchordchanges-for-fretboards.ly;h=c3f55a298fe368783584997255051f45abfe5276;hb=f22c889b1389cb7d761580762fe77973780f2f86;hp=cab875d5ef565e3dca7a75037b5858b265c71ab5;hpb=45b219221124f4d7b977a1a0b1e489c47bb3ac02;p=lilypond.git diff --git a/Documentation/snippets/chordchanges-for-fretboards.ly b/Documentation/snippets/chordchanges-for-fretboards.ly index cab875d5ef..c3f55a298f 100644 --- a/Documentation/snippets/chordchanges-for-fretboards.ly +++ b/Documentation/snippets/chordchanges-for-fretboards.ly @@ -1,56 +1,29 @@ -% DO NOT EDIT this file manually; it is automatically -% generated from Documentation/snippets/new -% Make any changes in Documentation/snippets/new/ -% and then run scripts/auxiliar/makelsr.py -% -% This file is in the public domain. -%% Note: this file works from version 2.14.0 -\version "2.14.0" +%% 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: 8b93de6ce951b7b14bc7818f31019524295b990f - 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. - -" - - doctitlees = "Cambios de acorde de posiciones de trastes" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 -texidocde = " -Bunddiagramme können definiert werden, sodass sie nur angezeigt werden, -wenn der Akkord sich ändert oder eine neue Zeile anfängt. - -" - - doctitlede = "Akkordänderungen für Bunddiagramme" + lsrtags = "fretted-strings" -%% Translation of GIT committish: 40bf2b38d674c43f38058494692d1a0993fad0bd - texidocfr = " -Vous pouvez opter pour n'imprimer les diagrammes de fret qu'à l'occasion -d'un changement d'accord ou de saut de ligne. + texidoc = " +FretBoards can be set to display only when the chord changes or at the +beginning of a new line. " - - doctitlefr = "Changement d'accord et diagramme de fret" - - - 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" + 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 } <<