From: David Kastrup Date: Sun, 9 Jun 2013 08:55:40 +0000 (+0200) Subject: Run scripts/auxiliar/makelsr.py X-Git-Tag: release/2.17.20-1~3 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=75988240e6ba28320ce5d835670712cc09cbd966;p=lilypond.git Run scripts/auxiliar/makelsr.py --- diff --git a/Documentation/snippets/chant-or-psalms-notation.ly b/Documentation/snippets/chant-or-psalms-notation.ly index e20c06202b..864374ec3f 100644 --- a/Documentation/snippets/chant-or-psalms-notation.ly +++ b/Documentation/snippets/chant-or-psalms-notation.ly @@ -19,15 +19,8 @@ aren't always the same length. } % begin verbatim -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" }