]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/mensurstriche-layout-bar-lines-between-the-staves.ly
Merge remote branch 'origin/master' into release/unstable
[lilypond.git] / Documentation / snippets / mensurstriche-layout-bar-lines-between-the-staves.ly
index 8f1bec81efda60b086140c3c3cce28ac7a545858..dfb597b9a7108a8cd646a1cf12afd62bf397842e 100644 (file)
@@ -4,10 +4,10 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.2"
+\version "2.17.30"
 
 \header {
-  lsrtags = "staff-notation, ancient-notation, contexts-and-engravers, tweaks-and-overrides"
+  lsrtags = "ancient-notation, contexts-and-engravers, staff-notation, tweaks-and-overrides"
 
   texidoc = "
 The mensurstriche-layout where the bar lines do not show on the staves
@@ -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'' {