]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/chant-or-psalms-notation.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / chant-or-psalms-notation.ly
index 9471ee07e6573e81775570988051b5ca0e9d3ca0..f98d9664eeda44ac3914a8bfb3e2a509db9e93df 100644 (file)
@@ -5,7 +5,7 @@
 %
 % This file is in the public domain.
 %% Note: this file works from version 2.16.0
-\version "2.16.0"
+\version "2.17.6"
 
 \header {
   lsrtags = "rhythms, vocal-music, ancient-notation, contexts-and-engravers, specific-notation"
@@ -20,13 +20,13 @@ aren't always the same length.
 
 
 stemOn = {
-  \revert Staff.Stem #'transparent
-  \revert Staff.Flag #'transparent
+  \revert Staff.Stem.transparent
+  \revert Staff.Flag.transparent
 }
 
 stemOff = {
-  \override Staff.Stem #'transparent = ##t
-  \override Staff.Flag #'transparent = ##t
+  \override Staff.Stem.transparent = ##t
+  \override Staff.Flag.transparent = ##t
 }
 
 \score {