]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/making-an-object-invisible-with-the-transparent-property.ly
Merge remote-tracking branch 'origin/translation' into staging
[lilypond.git] / Documentation / snippets / making-an-object-invisible-with-the-transparent-property.ly
index c7ad7b10a5585dd30f10c28a4fa5182ccf0a36e0..8ff1608b09eff34b55c3d9e6ebd180b6cd52db91 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.17.30
-\version "2.17.30"
+%% Note: this file works from version 2.19.2
+\version "2.19.2"
 
 \header {
   lsrtags = "rhythms, simultaneous-notes, tweaks-and-overrides"
@@ -33,10 +33,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
     }
     \\
     {