X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fchanging-chord-separator.ly;h=3e02b65b431ff6499ac9fb53040514b3ba85ff28;hb=9a2e4509ec1a4004223f63e09dd6342ba261ee71;hp=48529ce579570d6ce6911befa6f902b096ff6986;hpb=3d8089a42af6304edb8dad56220e845c84832bb2;p=lilypond.git diff --git a/Documentation/snippets/changing-chord-separator.ly b/Documentation/snippets/changing-chord-separator.ly index 48529ce579..3e02b65b43 100644 --- a/Documentation/snippets/changing-chord-separator.ly +++ b/Documentation/snippets/changing-chord-separator.ly @@ -1,26 +1,14 @@ -%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it +%% 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.1" +\version "2.16.0" \header { lsrtags = "chords" -%% Translation of GIT committish: 7e2910d2bc6167b10cfe328eb17a5f710f2a515a - 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: 33f623301a41fcc53efadf96bca1c72834763415 - 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. @@ -29,10 +17,10 @@ markup. doctitle = "Changing chord separator" } % begin verbatim + \chords { c:7sus4 \set chordNameSeparator = \markup { \typewriter | } c:7sus4 } -