]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/new/chant-or-psalms-notation.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / new / chant-or-psalms-notation.ly
index 3351cd2d38fa026f1f354f5b93bf1b708620943c..8c7cd659061a9cb79bc11d75d684a5a197e36a7f 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.17.6"
 
 \header {
   lsrtags = "rhythms, vocal-music, ancient-notation, contexts-and-engravers, specific-notation"
@@ -12,13 +12,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 {