]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/new/making-an-object-invisible-with-the-transparent-property.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / new / making-an-object-invisible-with-the-transparent-property.ly
index 70b3bf144edf0660ae248641b494b9c190f54ac4..2596aebc36c98d0d8768035295fd4e5a0fa42d7b 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.17.30"
+\version "2.19.2"
 
 \header {
   lsrtags = "rhythms, simultaneous-notes, tweaks-and-overrides"
@@ -25,10 +25,10 @@ in that voice, the tie appears to cross voices.
     {
       \once \hide Stem
       \once \override Stem.length = #8
-      b8 ~ b\noBeam
+      b8 ~ 8\noBeam
       \once \hide Stem
       \once \override Stem.length = #8
-      g8 ~ g\noBeam
+      g8 ~ 8\noBeam
     }
     \\
     {