X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fnew%2Fvolta-text-markup-using-repeatcommands.ly;h=73522a37d915dc8a89114f34d9ec136554a3b5ff;hb=5c14a087ca6cbd665fd631452b7b1283ba0387c3;hp=0d72332a10172d1db4fa35aea092c326de62ce12;hpb=5dddfa650f757c775b5ce062183d2061af4ae8d0;p=lilypond.git diff --git a/input/new/volta-text-markup-using-repeatcommands.ly b/input/new/volta-text-markup-using-repeatcommands.ly index 0d72332a10..73522a37d9 100644 --- a/input/new/volta-text-markup-using-repeatcommands.ly +++ b/input/new/volta-text-markup-using-repeatcommands.ly @@ -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. } }