]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/hiding-accidentals-on-tied-notes-at-the-start-of-a-new-system.ly
Doc: run makelsr locally
[lilypond.git] / Documentation / snippets / hiding-accidentals-on-tied-notes-at-the-start-of-a-new-system.ly
index 3034b53b37b361d3328b2c79d0f65597f838e55f..fdb69e3bcc7b896fccf7f06e84dfd300c8aa2dec 100644 (file)
@@ -1,15 +1,51 @@
-% Do not edit this file; it is automatically
-% generated from Documentation/snippets/new
-% This file is in the public domain.
-%% Note: this file works from version 2.13.26
-\version "2.13.31"
+%% 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 {
   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
 
+%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa
+
+  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: bbf8fd2b5a3ebf20a1fdc91613dc49045a53a270
+  texidocit = "
+Questo frammento mostra come nascondere le alterazioni delle note con
+legatura di valore all'inizio di un nuovo sistema
+
+"
+  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.
+
+"
+  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
@@ -17,4 +53,3 @@ new system."
   \break
   cis
 }
-