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=f615a50d7a7b39cab334933f8d70fb0e2f82751e;hb=94e770aa544cc71eab6df8f12d393648aca7c7e9;hp=099ac87fc07771cd3312600e0886a858f90ee024;hpb=129ef378c53f80d45f40af27ba80ad0fb5e0a53c;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 099ac87fc0..f615a50d7a 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 @@ -4,22 +4,11 @@ %% and then run scripts/auxiliar/makelsr.py %% %% This file is in the public domain. -\version "2.12.2" +\version "2.16.0" \header { lsrtags = "rhythms, tweaks-and-overrides" -%% Translation of GIT committish: fa19277d20f8ab0397c560eb0e7b814bd804ecec - 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" - - - texidoc = " By default, bar lines in StaffGroup, PianoStaff, or GrandStaff groups are connected between the staves. This behaviour can be overridden on @@ -29,6 +18,7 @@ a staff-by-staff basis. doctitle = "Removing connecting bar lines on StaffGroup PianoStaff or GrandStaff" } % begin verbatim + \relative c' { \new StaffGroup << \new Staff { @@ -46,4 +36,3 @@ a staff-by-staff basis. } >> } -