]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/making-an-object-invisible-with-the-transparent-property.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / making-an-object-invisible-with-the-transparent-property.ly
index 1cbb7416a797ea86cf2112741f9f8caab83b094a..572e39ca50852669f0f7751dc9e889a10af556e9 100644 (file)
@@ -5,7 +5,7 @@
 %
 % This file is in the public domain.
 %% Note: this file works from version 2.17.6
-\version "2.17.6"
+\version "2.17.30"
 
 \header {
   lsrtags = "rhythms, simultaneous-notes, tweaks-and-overrides"
@@ -31,10 +31,10 @@ in that voice, the tie appears to cross voices.
   \time 2/4
   <<
     {
-      \once \override Stem.transparent = ##t
+      \once \hide Stem
       \once \override Stem.length = #8
       b8 ~ b\noBeam
-      \once \override Stem.transparent = ##t
+      \once \hide Stem
       \once \override Stem.length = #8
       g8 ~ g\noBeam
     }