]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/mensurstriche-layout-bar-lines-between-the-staves.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / mensurstriche-layout-bar-lines-between-the-staves.ly
index 537d0a189795a85382f27f2a8c75b2a968006f72..dfb597b9a7108a8cd646a1cf12afd62bf397842e 100644 (file)
@@ -4,7 +4,7 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.17.6"
+\version "2.17.30"
 
 \header {
   lsrtags = "ancient-notation, contexts-and-engravers, staff-notation, tweaks-and-overrides"
@@ -21,10 +21,10 @@ the @code{transparent} property.
 
 
 global = {
-  \override Staff.BarLine.transparent = ##t
+  \hide Staff.BarLine
   s1 s
   % the final bar line is not interrupted
-  \revert Staff.BarLine.transparent
+  \undo \hide Staff.BarLine
   \bar "|."
 }
 \new StaffGroup \relative c'' {