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=fdb69e3bcc7b896fccf7f06e84dfd300c8aa2dec;hb=6ae36b6f8a7cf2df5f4e46c3c06820fccd9f35e1;hp=23cdc4ccd0377c7af9497b6af6542bc250d16c81;hpb=8337a3e91a239dc42f9eb804cc6e22cd7f879161;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 23cdc4ccd0..fdb69e3bcc 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,13 +1,15 @@ -% 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.14.0 -\version "2.14.0" +%% 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.14.2" + \header { -%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 + lsrtags = "pitches" + +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " Aquí se muestra la manera de ocultar las alteraciones de las notas @@ -37,12 +39,13 @@ 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" -} % begin verbatim + texidoc = " +This shows how to hide accidentals on tied notes at the start 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 @@ -50,4 +53,3 @@ new system." \break cis } -