From: David Kastrup Date: Mon, 3 Jun 2013 15:23:36 +0000 (+0200) Subject: Issue 3393: Let chant-or-psalms-notation snippet use \hide and \undo X-Git-Tag: release/2.17.20-1~4 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d20b1a9061b61ead1fd525ed6cc9b944f645a257;p=lilypond.git Issue 3393: Let chant-or-psalms-notation snippet use \hide and \undo --- diff --git a/Documentation/snippets/new/chant-or-psalms-notation.ly b/Documentation/snippets/new/chant-or-psalms-notation.ly index 8c7cd65906..8edb405b0d 100644 --- a/Documentation/snippets/new/chant-or-psalms-notation.ly +++ b/Documentation/snippets/new/chant-or-psalms-notation.ly @@ -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" }