]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/volta-text-markup-using-repeatcommands.ly
lilypond-book robustness: ensure EOL at the end of @verbatim
[lilypond.git] / input / lsr / volta-text-markup-using-repeatcommands.ly
index f51d80293bc6e8775c930ff7e5f42969688da0af..5f725fed886abe271e13c016f27c4403d3d961d6 100644 (file)
@@ -1,20 +1,23 @@
-%% Do not edit this file; it is auto-generated from input/new
+%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.11.61"
+\version "2.13.1"
 
 \header {
-  lsrtags = "repeats"
-  texidoc = "Though volte are best specified using
-@code{\\repeat volta}, the context property @code{repeatCommands}
-must be used in cases where the volta text needs more advanced
-formatting with @code{\\markup}.
+  lsrtags = "repeats, text"
+
+  texidoc = "
+Though volte are best specified using @code{\\repeat volta}, the
+context property @code{repeatCommands} must be used in cases where the
+volta text needs more advanced formatting with @code{\\markup}.
 
 Since @code{repeatCommands} takes a list, the simplest method of
-including markup is to use an identifier for the text and embed
-it in the command list using the Scheme syntax
-@w{@code{#(list (list 'volta textIdentifier))}}. Start- and end-repeat commands
-can be added as separate list elements:"
-doctitle = "Volta text markup using @code{repeatCommands}"
+including markup is to use an identifier for the text and embed it in
+the command list using the Scheme syntax @code{#(list (list 'volta
+textIdentifier))}. Start- and end-repeat commands can be added as
+separate list elements: 
+
+"
+  doctitle = "Volta text markup using repeatCommands"
 } % begin verbatim
 
 voltaAdLib = \markup { 1. 2. 3... \text \italic { ad lib. } }