X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fchordchanges-for-fretboards.ly;h=89b2ea95e64d22f84a48f924f1417b6af104fb94;hb=c4b122bf88e2aff20df5f85130e67aab73f7c5bf;hp=74462cc3e3edd13bd0ca810e1832a2102cb3657d;hpb=7bd6884c300f1a032b5b9f2e0b9ffa5a7938244a;p=lilypond.git diff --git a/Documentation/snippets/chordchanges-for-fretboards.ly b/Documentation/snippets/chordchanges-for-fretboards.ly index 74462cc3e3..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.20" +%% 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: d2119a9e5e951c6ae850322f41444ac98d1ed492 - 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 } <<