X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=inline;f=Documentation%2Fsnippets%2Fchanging-chord-separator.ly;h=3e02b65b431ff6499ac9fb53040514b3ba85ff28;hb=f911745e633a4cee6728355920e21d8e850b5bf1;hp=2b7e6fbe86808826a6ac77dc47680748ac7f4032;hpb=7bd6884c300f1a032b5b9f2e0b9ffa5a7938244a;p=lilypond.git diff --git a/Documentation/snippets/changing-chord-separator.ly b/Documentation/snippets/changing-chord-separator.ly index 2b7e6fbe86..3e02b65b43 100644 --- a/Documentation/snippets/changing-chord-separator.ly +++ b/Documentation/snippets/changing-chord-separator.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.16" +\version "2.16.0" \header { lsrtags = "chords" -%% Translation of GIT committish: d2119a9e5e951c6ae850322f41444ac98d1ed492 - texidoces = " -Se puede establecer el separador entre las distintas partes del -nombre de un acorde para que sea cualquier elemento de marcado. - -" - doctitlees = "Modificación del separador de acordes" - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 - texidocde = " -Der Trenner zwischen unterschiedlichen Teilen eines Akkordsymbols kann -beliebeiger Text sein. - -" - doctitlede = "Akkordsymboltrenner verändern" - texidoc = " The separator between different parts of a chord name can be set to any markup. @@ -30,10 +17,10 @@ markup. doctitle = "Changing chord separator" } % begin verbatim + \chords { c:7sus4 \set chordNameSeparator = \markup { \typewriter | } c:7sus4 } -