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=81bcb5ff9c1ef91eff09c4c4146d8dd04b004ff5;hb=646848f37e1b5faca1678fb4d1845216f2a41993;hp=ec8abe573f7fe8e16219f87095f873be01558055;hpb=e49d6df0e5302762e33717571c408615d74f705d;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 ec8abe573f..81bcb5ff9c 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.13.36 -\version "2.13.36" +%% 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: 59caa3adce63114ca7972d18f95d4aadc528ec3d + lsrtags = "pitches" + +%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 texidoces = " Aquí se muestra la manera de ocultar las alteraciones de las notas @@ -18,21 +20,32 @@ 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. +%% Translation of GIT committish: bbf8fd2b5a3ebf20a1fdc91613dc49045a53a270 + texidocit = " +Questo frammento mostra come nascondere le alterazioni delle note con +legatura di valore all'inizio di un nuovo sistema + " - doctitlefr = "Non répétition de l'altération après saut de ligne - sur liaison de prolongation" + doctitleit = "Nascondere le alterazioni delle note con legatura di valore + all'inizio di un nuovo sistema" +%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 + 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. - 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 +" + doctitlefr = "Non répétition de l'altération après saut de ligne sur liaison de prolongation" + + + 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 @@ -40,4 +53,3 @@ new system." \break cis } -