X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fadding-volta-brackets-to-additional-staves.ly;h=60ee58258cfa25915329de84f50afaeb79574fd6;hb=f2bd555640f6f28276fd56250c7e8b1bd07aa1df;hp=329b4f7204b4fb881c71b4ac6cf386758dd2e400;hpb=c6444231d15708adc5560e2735fe980d04dd138d;p=lilypond.git diff --git a/Documentation/snippets/adding-volta-brackets-to-additional-staves.ly b/Documentation/snippets/adding-volta-brackets-to-additional-staves.ly index 329b4f7204..60ee58258c 100644 --- a/Documentation/snippets/adding-volta-brackets-to-additional-staves.ly +++ b/Documentation/snippets/adding-volta-brackets-to-additional-staves.ly @@ -1,23 +1,28 @@ -%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it +%% 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.13.1" +\version "2.14.2" \header { lsrtags = "repeats" -%% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca +%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa texidoces = " El grabador @code{Volta_engraver} reside de forma predeterminada dentro del contexto de @code{Score}, y los corchetes de la repetición se imprimen así normalmente sólo encima del pentagrama superior. Esto se puede ajustar añadiendo el grabador @code{Volta_engraver} al contexto de @code{Staff} en que deban aparecer los corchetes; véase -también el fragmento de código \"Volta multi staff\". +también el fragmento de código @qq{Volta multi staff}. " doctitlees = "Añadir corchetes de primera y segunda vez a más pentagramas" -%% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d + +%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 texidocde = " Der @code{Volta_engraver} befindet sich im @code{Score}-Kontext und Klammern werden deshalb nur auf dem obersten System dargestellt. Das kann umgangen @@ -28,17 +33,30 @@ das \"Volta multi staff\"-Schnipsel. " doctitlede = "Volta-Klammern zu zusätzlichen Systemen hinzufügen" +%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 + texidocfr = " +D'ordinaire, le graveur @code{Volta_engraver} réside dans le contexte +@code{Score}@tie{}; les crochets précédant une reprise s'impriment donc +seulement au-dessus de la portée du haut. On peut ajuster cela en +déplaçant ce graveur vers les contextes de portée (@code{Staff}) qui +doivent comporter ces crochets. + +" + doctitlefr = "Ajout du crochet de reprise à d'autres portées" + + texidoc = " The @code{Volta_engraver} by default resides in the @code{Score} context, and brackets for the repeat are thus normally only printed over the topmost staff. This can be adjusted by adding the @code{Volta_engraver} to the @code{Staff} context where the brackets -should appear; see also the \"Volta multi staff\" snippet. +should appear; see also the @qq{Volta multi staff} snippet. " doctitle = "Adding volta brackets to additional staves" } % begin verbatim + << \new Staff { \repeat volta 2 { c'1 } \alternative { c' } } \new Staff { \repeat volta 2 { c'1 } \alternative { c' } }