X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fshowing-chords-at-changes.ly;h=cc3542bd4f6af7cf28107eb87bbfe40c935248e4;hb=1ac30bae510facbc438cc5d5546b7a815431021c;hp=24e38f367671354272330f7c3ca0dcf97d756abc;hpb=6019a1e8f0301c1c3bf86ccc92178d820f9c3784;p=lilypond.git diff --git a/Documentation/snippets/showing-chords-at-changes.ly b/Documentation/snippets/showing-chords-at-changes.ly index 24e38f3676..cc3542bd4f 100644 --- a/Documentation/snippets/showing-chords-at-changes.ly +++ b/Documentation/snippets/showing-chords-at-changes.ly @@ -1,27 +1,14 @@ -%% Do not edit this file; it is automatically +%% 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.13.29" +\version "2.16.0" \header { lsrtags = "chords" -%% Translation of GIT committish: 0b55335aeca1de539bf1125b717e0c21bb6fa31b - 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. @@ -30,6 +17,7 @@ chord changes. doctitle = "Showing chords at changes" } % begin verbatim + harmonies = \chordmode { c1:m c:m \break c:m c:m d } @@ -42,4 +30,3 @@ harmonies = \chordmode { \relative c' { \harmonies } } >> -