]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/vocal-ensemble-template-with-verse-and-refrain.ly
Imported Upstream version 2.18.0
[lilypond.git] / Documentation / snippets / vocal-ensemble-template-with-verse-and-refrain.ly
index 86228b93fa4fb6c42550f9beecd81fb10823c958..51ffe694b2f6b7ee7bcbc4fdf5d186211ddc83cf 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.6"
 
 \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
     }
   }
 }