]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly
Merge branch 'master' of /home/jcharles/GIT/Lily/. into translation
[lilypond.git] / Documentation / snippets / vocal-ensemble-template-with-verse-and-refrain.ly
index 86228b93fa4fb6c42550f9beecd81fb10823c958..e5179d33b64591510ca9594e2326c71fb8d193f6 100644 (file)
@@ -4,7 +4,7 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.16.0"
+\version "2.17.11"
 
 \header {
   lsrtags = "contexts-and-engravers, template, vocal-music"
@@ -101,7 +101,7 @@ BassLyrics = \lyricmode {
     \context { \Staff
       % these lines prevent empty staves from being printed
       \RemoveEmptyStaves
-      \override VerticalAxisGroup #'remove-first = ##t
+      \override VerticalAxisGroup.remove-first = ##t
     }
   }
 }