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=49001e06b5b0930afa89d7d5e280f69656db1f31;hb=f22c889b1389cb7d761580762fe77973780f2f86;hp=d48a6ac3af9c6b13bca558302a47d90e07015b1c;hpb=55ac733b69643a6bc6a83b706c65cb56efd388ef;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 d48a6ac3af..49001e06b5 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,22 +1,14 @@ -%% Do not edit this file; it is automatically +%% DO NOT EDIT this file manually; it is automatically %% generated from LSR http://lsr.dsi.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.12.2" +\version "2.14.2" \header { lsrtags = "rhythms, tweaks-and-overrides" -%% Translation of GIT committish: a874fda3641c9e02f61be5c41b215b8304b8ed00 - 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 @@ -26,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 { @@ -43,4 +36,3 @@ a staff-by-staff basis. } >> } -