X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fmensurstriche-layout-bar-lines-between-the-staves.ly;h=bcb7b00fd55dc530ec5949efe61475622119182f;hb=fb09f28821ce6ce66ec508ddaa8c9320d2813695;hp=b8f7916c4ac7a5d105692fb49d2d3bb923196bf1;hpb=30e1840bcc05a2d51f0742b0235a47bf0ef66f86;p=lilypond.git diff --git a/input/lsr/mensurstriche-layout-bar-lines-between-the-staves.ly b/input/lsr/mensurstriche-layout-bar-lines-between-the-staves.ly index b8f7916c4a..bcb7b00fd5 100644 --- a/input/lsr/mensurstriche-layout-bar-lines-between-the-staves.ly +++ b/input/lsr/mensurstriche-layout-bar-lines-between-the-staves.ly @@ -1,10 +1,21 @@ %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it %% This file is in the public domain. -\version "2.11.49" +\version "2.12.3" \header { lsrtags = "staff-notation, ancient-notation, contexts-and-engravers, tweaks-and-overrides" + texidoces = " +La disposición «mensurstriche» en que las líneas divisorias no +están dibujadas sobre los pentagramas, sino entre ellos, se puede +conseguir con un @code{StaffGroup} en vez de un @code{ChoirStaff}. +La línea divisoria sobre los pentagramas se borra estableciendo la +propiedad @code{transparent}. + +" + + doctitlees = "Disposición Mensurstriche (líneas divisorias entre pentagramas)" + 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 @@ -14,6 +25,7 @@ the @code{transparent} property. " doctitle = "Mensurstriche layout (bar lines between the staves)" } % begin verbatim + global = { \override Staff.BarLine #'transparent = ##t s1 s @@ -27,3 +39,4 @@ global = { \new Staff { << \global { c c } >> } >> } +