X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fhiding-accidentals-on-tied-notes-at-the-start-of-a-new-system.ly;h=0141510df92c99534523a1428f967ad0ba2faa43;hb=3ef893f1fe182e9f6cf5841cbff0706789bd3361;hp=ab7ddfd59b460ab9581244179740f48c566b55da;hpb=390b431eeab4af82934c3e205d700165b75b6cb3;p=lilypond.git diff --git a/Documentation/snippets/hiding-accidentals-on-tied-notes-at-the-start-of-a-new-system.ly b/Documentation/snippets/hiding-accidentals-on-tied-notes-at-the-start-of-a-new-system.ly index ab7ddfd59b..0141510df9 100644 --- a/Documentation/snippets/hiding-accidentals-on-tied-notes-at-the-start-of-a-new-system.ly +++ b/Documentation/snippets/hiding-accidentals-on-tied-notes-at-the-start-of-a-new-system.ly @@ -1,9 +1,32 @@ -% Do not edit this file; it is automatically +% DO NOT EDIT this file manually; it is automatically % generated from Documentation/snippets/new +% Make any changes in Documentation/snippets/new/ +% and then run scripts/auxiliar/makelsr.py +% % This file is in the public domain. -%% Note: this file works from version 2.13.26 -\version "2.13.26" +%% Note: this file works from version 2.14.0 +\version "2.14.0" \header { +%% Translation of GIT committish: 2d548a99cb9dba80f2ff035582009477cd37eceb + + texidoces = " +Aquí se muestra la manera de ocultar las alteraciones de las notas +ligadas al comienzo de un sistema nuevo. + +" + + doctitlees = "Ocultar las alteraciones sobre notas ligadas al principio de un sistema nuevo" + + +%% Translation of GIT committish: 31097723b2b816696ad61696630a80ff17a39557 + texidocfr = "Cet exemple illustre comment, lorsqu'une note affublée + d'une altération accidentelle est prolongée, ne pas répéter cette + altération après un saut de ligne. +" + doctitlefr = "Non répétition de l'altération après saut de ligne + sur liaison de prolongation" + + lsrtags = "pitches" texidoc = "This shows how to hide accidentals on tied notes at the beginning of a new system."