X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fremoving-connecting-bar-lines-on-staffgroup%2C-pianostaff%2C-or-grandstaff.ly;h=07982c9ba4361e4e969249d697d247ff639b1967;hb=d59856c2469b4b1e7f18a4ec9c5c0da4107f9de3;hp=25e71a4826235ebae927af7f260e817866ae0d9b;hpb=061c50f352513cc942c1741d5b9429de5ae52b1d;p=lilypond.git diff --git a/Documentation/snippets/removing-connecting-bar-lines-on-staffgroup,-pianostaff,-or-grandstaff.ly b/Documentation/snippets/removing-connecting-bar-lines-on-staffgroup,-pianostaff,-or-grandstaff.ly index 25e71a4826..07982c9ba4 100644 --- a/Documentation/snippets/removing-connecting-bar-lines-on-staffgroup,-pianostaff,-or-grandstaff.ly +++ b/Documentation/snippets/removing-connecting-bar-lines-on-staffgroup,-pianostaff,-or-grandstaff.ly @@ -1,35 +1,13 @@ %% 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.14.2" +\version "2.18.0" \header { -%% Translation of GIT committish: 28097cf54698db364afeb75658e4c8e0e0ccd716 - texidocfr = " -Les barres de mesure des regroupements @code{StaffGroup}, -@code{PianoStaff} et @code{GrandStaff} sont par défaut d'un seul tenant. -La portion entre les portées peut néanmoins être supprimée, portée par -portée. - -" - doctitlefr = "Suppression de la partie inter-portée des barres de mesure d'un regroupement autre que ChoirStaff" - - lsrtags = "tweaks-and-overrides, rhythms" - - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - texidoces = " -De forma predeterminada, las líneas divisorias en los grupos -StaffGroup, PianoStaff o GrandStaff se conectan entre los pentagramas. -Se puede alterar este comportamiento pentagrama a pentagrama. - -" - doctitlees = "Quitar las barras de compás entre los pentagramas de un StaffGroup PianoStaff o GrandStaff" - - + lsrtags = "rhythms, tweaks-and-overrides" texidoc = " By default, bar lines in StaffGroup, PianoStaff, or GrandStaff groups @@ -40,17 +18,16 @@ a staff-by-staff basis. doctitle = "Removing connecting bar lines on StaffGroup PianoStaff or GrandStaff" } % begin verbatim - \relative c' { \new StaffGroup << \new Staff { e1 | e - \once \override Staff.BarLine #'allow-span-bar = ##f + \once \override Staff.BarLine.allow-span-bar = ##f e1 | e | e } \new Staff { c1 | c | c - \once \override Staff.BarLine #'allow-span-bar = ##f + \once \override Staff.BarLine.allow-span-bar = ##f c1 | c } \new Staff { @@ -58,4 +35,3 @@ a staff-by-staff basis. } >> } -