]> 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 62dd38fbaff28fb93a15ca4ea85b74bb905698a0..73522a37d915dc8a89114f34d9ec136554a3b5ff 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.11.48"
+\version "2.11.61"
 
 \header {
   lsrtags = "repeats"
@@ -10,8 +10,8 @@ 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:"
+@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}"
 }