X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=Documentation%2Fsnippets%2Fhiding-accidentals-on-tied-notes-at-the-start-of-a-new-system.ly;h=98fa6bc09987f123914c01068bea20ca9526d62d;hb=2bbacb364aa29041af9cbbbd32cfad2e8e387cb3;hp=18f584a9b6844bbac41f760db2511ecc378c2af0;hpb=b503d2c54e1c3c6bf1677226b2c2aaab94e8aba8;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 18f584a9b6..98fa6bc099 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,43 +1,25 @@ -% 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.36 -\version "2.13.36" -\header { -%% Translation of GIT committish: fa19277d20f8ab0397c560eb0e7b814bd804ecec - - texidoces = " -Aquí se muestra la manera de ocultar las alteraciones de las notas -ligadas al comienzo de un sistema nuevo. - -" +%% 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.18.0" - doctitlees = "Ocultar las alteraciones sobre notas ligadas al principio de un sistema nuevo" +\header { + lsrtags = "pitches" + texidoc = " +This shows how to hide accidentals on tied notes at the start of a new +system. -%% 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." - doctitle = "Hiding accidentals on tied notes at the beginning of a new system" + doctitle = "Hiding accidentals on tied notes at the start of a new system" } % begin verbatim - \relative c'' { - \override Accidental #'hide-tied-accidental-after-break = ##t + \override Accidental.hide-tied-accidental-after-break = ##t cis1~ cis~ \break cis } -