]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/mensurstriche-layout-bar-lines-between-the-staves.ly
Merge remote-tracking branch 'origin/master' into translation
[lilypond.git] / Documentation / snippets / mensurstriche-layout-bar-lines-between-the-staves.ly
index be00e415136c4df4bbaa2b844a22c8137077217f..0d19ecff49c24a4d5fc8d776edd6cf0a418b3bb3 100644 (file)
@@ -1,10 +1,10 @@
 %% DO NOT EDIT this file manually; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
+%% generated from LSR http://lsr.di.unimi.it
 %% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.17.11"
+\version "2.18.0"
 
 \header {
   lsrtags = "ancient-notation, contexts-and-engravers, staff-notation, tweaks-and-overrides"
@@ -19,14 +19,14 @@ the @code{transparent} property.
   doctitle = "Mensurstriche layout (bar lines between the staves)"
 } % begin verbatim
 
-
 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'' {
   <<
     \new Staff { << \global { c1 c } >> }