]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/mensurstriche-layout-bar-lines-between-the-staves.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / Documentation / snippets / mensurstriche-layout-bar-lines-between-the-staves.ly
index bd8d0a7d94362683bbf9a98dbf080093fb714017..88638a0c62f58176907d9723fbc594cb0c5dded8 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.20"
+\version "2.18.0"
 
 \header {
   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
 but between staves can be achieved with a @code{StaffGroup} instead of
-a @code{ChoirStaff}.  The bar line on staves is blanked out by setting
-the @code{transparent} property.
+a @code{ChoirStaff}.  The bar line on staves is blanked out using
+@code{\\hide}.
 
 "
   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 } >> }