]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/making-an-object-invisible-with-the-transparent-property.ly
Imported Upstream version 2.18.0
[lilypond.git] / Documentation / snippets / making-an-object-invisible-with-the-transparent-property.ly
index fd1668089cb43edec449cfd31dc533d5f3025302..c7ad7b10a5585dd30f10c28a4fa5182ccf0a36e0 100644 (file)
@@ -4,8 +4,8 @@
 % and then run scripts/auxiliar/makelsr.py
 %
 % This file is in the public domain.
-%% Note: this file works from version 2.15.15
-\version "2.16.0"
+%% Note: this file works from version 2.17.30
+\version "2.17.30"
 
 \header {
   lsrtags = "rhythms, simultaneous-notes, tweaks-and-overrides"
@@ -31,11 +31,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
     }
     \\