]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/new/adding-orchestral-cues-to-a-vocal-score.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / new / adding-orchestral-cues-to-a-vocal-score.ly
index ba53f5963efa1aaf89d36644fdc60088cd340f8d..fcc5778c8422e472040107cb16ee9234133d263f 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.15.20"
+\version "2.17.6"
 
 \header {
   lsrtags = "staff-notation, vocal-music"
@@ -25,9 +25,9 @@ cueWhile =
    (string? string? ly:dir? ly:music?)
    #{
      \cueDuring $instrument #dir {
-       \once \override TextScript #'self-alignment-X = #RIGHT
-       \once \override TextScript #'direction = $dir
-       s1*0-\markup { \tiny #name }
+       \once \override TextScript.self-alignment-X = #RIGHT
+       \once \override TextScript.direction = $dir
+       <>-\markup { \tiny #name }
        $music
      }
    #})