Index: Documentation/snippets/vocal-ensemble-template.ly |
diff --git a/Documentation/snippets/vocal-ensemble-template.ly b/Documentation/snippets/vocal-ensemble-template.ly |
index c657cfe192a61031f62b1f2387b8d5c0621f011a..100d57e09857f97cee5c6b65ae52256689c94832 100644 |
--- a/Documentation/snippets/vocal-ensemble-template.ly |
+++ b/Documentation/snippets/vocal-ensemble-template.ly |
@@ -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 = "really-simple, template, vocal-music" |
@@ -65,7 +65,7 @@ bassWords = \lyricmode { |
\new ChoirStaff << |
\new Lyrics = "sopranos" \with { |
% this is needed for lyrics above a staff |
- \override VerticalAxisGroup #'staff-affinity = #DOWN |
+ \override VerticalAxisGroup.staff-affinity = #DOWN |
} |
\new Staff = "women" << |
\new Voice = "sopranos" { |
@@ -80,7 +80,7 @@ bassWords = \lyricmode { |
\new Lyrics = "altos" |
\new Lyrics = "tenors" \with { |
% this is needed for lyrics above a staff |
- \override VerticalAxisGroup #'staff-affinity = #DOWN |
+ \override VerticalAxisGroup.staff-affinity = #DOWN |
} |
\new Staff = "men" << |
\clef bass |