]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/positioning-segno-and-coda-with-line-break.ly
Update snippets from today's LSR with changed makelsr.py
[lilypond.git] / Documentation / snippets / positioning-segno-and-coda-with-line-break.ly
index 83b59ea62a44881cf123dee704f4c60d1a94d72b..db68e010835c026e009b52b437b041139337c2c4 100644 (file)
@@ -1,14 +1,17 @@
-%% Do not edit this file; it is automatically
+%% 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.13.4"
+\version "2.14.2"
 
 \header {
-  lsrtags = "repeats, breaks"
+  lsrtags = "breaks, workaround, repeats, symbols-and-glyphs"
 
   texidoc = "
-If you want to place an exiting segno sign and add text like \"D.S. al
-Coda\" next to it where usually the staff lines are you can use this
+If you want to place an exiting segno sign and add text like @qq{D.S.
+al Coda} next to it where usually the staff lines are you can use this
 snippet. The coda will resume in a new line. There is a variation
 documented in this snippet, where the coda will remain on the same
 line.
@@ -117,4 +120,3 @@ line.
     \bar"|."
   }
 }
-