]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/new/volta-text-markup-using-repeatcommands.ly
Merge master into nested-bookparts
[lilypond.git] / input / new / volta-text-markup-using-repeatcommands.ly
index 0d72332a10172d1db4fa35aea092c326de62ce12..73522a37d915dc8a89114f34d9ec136554a3b5ff 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.11.48"
+\version "2.11.61"
 
 \header {
   lsrtags = "repeats"
@@ -10,9 +10,9 @@ 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}"
+@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}"
 }
 
 voltaAdLib = \markup { 1. 2. 3... \text \italic { ad lib. } }