]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/new/chant-or-psalms-notation.ly
Imported Upstream version 2.18.0
[lilypond.git] / Documentation / snippets / new / chant-or-psalms-notation.ly
index 3351cd2d38fa026f1f354f5b93bf1b708620943c..8edb405b0d76771c8fb01f5240acec87605d3815 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"
@@ -11,15 +11,8 @@ aren't always the same length.
   doctitle = "Chant or psalms notation"
 }
 
-stemOn = {
-  \revert Staff.Stem #'transparent
-  \revert Staff.Flag #'transparent
-}
-
-stemOff = {
-  \override Staff.Stem #'transparent = ##t
-  \override Staff.Flag #'transparent = ##t
-}
+stemOff = \hide Staff.Stem
+stemOn  = \undo \stemOff
 
 \score {
   \new Staff \with { \remove "Time_signature_engraver" }