]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/mensurstriche-layout-bar-lines-between-the-staves.ly
Update snippets from today's LSR with changed makelsr.py
[lilypond.git] / Documentation / snippets / mensurstriche-layout-bar-lines-between-the-staves.ly
index 16e676d35287282c202a07132f4c32dc39a5974e..8f1bec81efda60b086140c3c3cce28ac7a545858 100644 (file)
@@ -1,45 +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 = "staff-notation, ancient-notation, contexts-and-engravers, tweaks-and-overrides"
 
-%% Translation of GIT committish: a874fda3641c9e02f61be5c41b215b8304b8ed00
-  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)"
-
-
-%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40
-  texidocde = "
-Das Mensurstiche-Layout, in welchem die Taktlinien nicht auf den Systemen,
-sondern zwischen den Systemen gesetzt werden, kann mit einer @code{StaffGroup}
-anstelle von @code{ChoirStaff} erreicht werden.  Die Taktlinien auf den
-Systemen werden mit der @code{transparent}-Eigenschaft ausgelöscht.
-
-"
-  doctitlede = "Mensurstriche-Layout (Taktstriche zwischen den Systemen"
-
-%% Translation of GIT committish: 99dc90bbc369722cf4d3bb9f30b7288762f2167f6
-  texidocfr = "
-En musique mensurale, les barres de mesure ne traversent pas les
-portées.  Pour obtenir ce résultat avec un @code{StaffGroup} plutôt
-qu'en utilisant un @code{ChoirStaff}, il faudra rendre « transparentes »
-les portions de barre qui recouvrent les portées.
-
-"
-  doctitlefr = "Présentation à l'ancienne (barres de mesure entre les portées)"
-
-
   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
@@ -50,6 +19,7 @@ the @code{transparent} property.
   doctitle = "Mensurstriche layout (bar lines between the staves)"
 } % begin verbatim
 
+
 global = {
   \override Staff.BarLine #'transparent = ##t
   s1 s
@@ -63,4 +33,3 @@ global = {
     \new Staff { << \global { c c } >> }
   >>
 }
-