X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fchordchanges-for-fretboards.ly;h=89b2ea95e64d22f84a48f924f1417b6af104fb94;hb=5178fc01c82223a2fa1a7dbbce55772022612210;hp=4ed1b74c7a06e059443c11cfd3d26047a589daf0;hpb=0c34fe54a73dec156d4ed33a47647388588385df;p=lilypond.git diff --git a/Documentation/snippets/chordchanges-for-fretboards.ly b/Documentation/snippets/chordchanges-for-fretboards.ly index 4ed1b74c7a..89b2ea95e6 100644 --- a/Documentation/snippets/chordchanges-for-fretboards.ly +++ b/Documentation/snippets/chordchanges-for-fretboards.ly @@ -1,43 +1,29 @@ -% 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.16" +%% DO NOT EDIT this file manually; it is automatically +%% generated from LSR http://lsr.di.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.18.0" \header { -%% Translation of GIT committish: 1d589aa04c20d7711bf662618adbdd6d445db29d - 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" - + lsrtags = "fretted-strings" -%% 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. + texidoc = " +FretBoards can be set to display only when the chord changes or at the +beginning of a new line. " - - 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" + 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 } <<