]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/adding-orchestral-cues-to-a-vocal-score.ly
Run update-with-convert-ly, and run convert-ly manually on scm/*.scm
[lilypond.git] / Documentation / snippets / adding-orchestral-cues-to-a-vocal-score.ly
index 6c45f34517fbe3da98e5936b5c0e73bfc9c0781e..85bd8f74300374e39b66ace4dcdcd5c4884e4250 100644 (file)
@@ -4,7 +4,7 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.0"
+\version "2.15.18"
 
 \header {
   lsrtags = "staff-notation, vocal-music"
@@ -93,7 +93,7 @@ cueWhile =
    (parser location instrument name dir music)
    (string? string? ly:dir? ly:music?)
    #{
-     \cueDuring $instrument #$dir {
+     \cueDuring $instrument #dir {
        \once \override TextScript #'self-alignment-X = #RIGHT
        \once \override TextScript #'direction = $dir
        s1*0-\markup { \tiny $name }