]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/hiding-accidentals-on-tied-notes-at-the-start-of-a-new-system.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / hiding-accidentals-on-tied-notes-at-the-start-of-a-new-system.ly
index 2a73426403ccf7badaf4a3b1b51b1e9426900482..c4e19591958406470aeec83f4977a5c8c6bd59ed 100644 (file)
@@ -1,15 +1,21 @@
-% 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.29"
+%% 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.16.0"
+
 \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
 
+  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 +23,3 @@ new system."
   \break
   cis
 }
-