]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/new/adding-orchestral-cues-to-a-vocal-score.ly
Imported Upstream version 2.18.0
[lilypond.git] / Documentation / snippets / new / adding-orchestral-cues-to-a-vocal-score.ly
index 42c4df97b052e76bc178546be7d45127d84628f3..fcc5778c8422e472040107cb16ee9234133d263f 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.17.6"
 
 \header {
   lsrtags = "staff-notation, vocal-music"
@@ -25,8 +25,8 @@ cueWhile =
    (string? string? ly:dir? ly:music?)
    #{
      \cueDuring $instrument #dir {
-       \once \override TextScript #'self-alignment-X = #RIGHT
-       \once \override TextScript #'direction = $dir
+       \once \override TextScript.self-alignment-X = #RIGHT
+       \once \override TextScript.direction = $dir
        <>-\markup { \tiny #name }
        $music
      }