]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/new/making-an-object-invisible-with-the-transparent-property.ly
Merge branch 'master' of /home/jcharles/GIT/Lily/. into translation
[lilypond.git] / Documentation / snippets / new / making-an-object-invisible-with-the-transparent-property.ly
index 70b3bf144edf0660ae248641b494b9c190f54ac4..f230a6de806d25ff3d62ff78f2e913923a787f55 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.17.30"
+\version "2.19.21"
 
 \header {
   lsrtags = "rhythms, simultaneous-notes, tweaks-and-overrides"
@@ -19,16 +19,16 @@ in that voice, the tie appears to cross voices.
   doctitle = "Making an object invisible with the 'transparent property"
 }
 
-\relative c'' {
+\relative {
   \time 2/4
   <<
     {
       \once \hide Stem
       \once \override Stem.length = #8
-      b8 ~ b\noBeam
+      b'8 ~ 8\noBeam
       \once \hide Stem
       \once \override Stem.length = #8
-      g8 ~ g\noBeam
+      g8 ~ 8\noBeam
     }
     \\
     {