X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=Documentation%2Fsnippets%2Fshowing-chords-at-changes.ly;h=e946df6b6d703855df191403b4bffaec40398900;hb=4d405ef96a8a62771d7d9a283ff5369a772e89d8;hp=1c54c0f7efd4f376ff22c9c1f57717ad91e15bc8;hpb=adc6cbf9a271370c1453bfca918f810d9f2906f1;p=lilypond.git diff --git a/Documentation/snippets/showing-chords-at-changes.ly b/Documentation/snippets/showing-chords-at-changes.ly index 1c54c0f7ef..e946df6b6d 100644 --- a/Documentation/snippets/showing-chords-at-changes.ly +++ b/Documentation/snippets/showing-chords-at-changes.ly @@ -1,28 +1,14 @@ -%% Do not edit this file; it is automatically -%% generated from LSR http://lsr.dsi.unimi.it +%% 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.12.2" +\version "2.18.0" \header { lsrtags = "chords" -%% Translation of GIT committish: fa19277d20f8ab0397c560eb0e7b814bd804ecec - texidoces = " -Se pueden imprimir los acordes exclusivamente al comienzo de las -líneas y cuando cambia el acorde. - -" - doctitlees = "Imprimir los acordes cuando se produce un cambio" - - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Akkordsymbole können so eingestellt werden, dass sie nur zu Beginn der Zeile -und bei Akkordwechseln angezeigt werden. - -" - doctitlede = "Akkordsymbole bei Wechsel anzeigen" - texidoc = " Chord names can be displayed only at the start of lines and when the chord changes. @@ -34,6 +20,7 @@ chord changes. harmonies = \chordmode { c1:m c:m \break c:m c:m d } + << \new ChordNames { \set chordChanges = ##t @@ -43,4 +30,3 @@ harmonies = \chordmode { \relative c' { \harmonies } } >> -