]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/new/making-an-object-invisible-with-the-transparent-property.ly
Imported Upstream version 2.18.0
[lilypond.git] / Documentation / snippets / new / making-an-object-invisible-with-the-transparent-property.ly
index 7596a4ebcbc2ea6a5e261a57697034bef09296fc..70b3bf144edf0660ae248641b494b9c190f54ac4 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.17.30"
 
 \header {
   lsrtags = "rhythms, simultaneous-notes, tweaks-and-overrides"
@@ -23,11 +23,11 @@ in that voice, the tie appears to cross voices.
   \time 2/4
   <<
     {
-      \once \override Stem #'transparent = ##t
-      \once \override Stem #'length = #8
+      \once \hide Stem
+      \once \override Stem.length = #8
       b8 ~ b\noBeam
-      \once \override Stem #'transparent = ##t
-      \once \override Stem #'length = #8
+      \once \hide Stem
+      \once \override Stem.length = #8
       g8 ~ g\noBeam
     }
     \\