X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fpositioning-multi--measure-rests.ly;h=13b40c3d7ffcc0b3e866d91b686848f1f0984412;hb=cfc4cbf34569db6a6c8968694f86e36b206a9d05;hp=ecd9a9087c3408cb7ebabfd7e04fc66598672efd;hpb=f83a9dd82ba51e4a1be1c5417226653c760671d2;p=lilypond.git diff --git a/input/lsr/positioning-multi--measure-rests.ly b/input/lsr/positioning-multi--measure-rests.ly index ecd9a9087c..45d909ec52 100644 --- a/input/lsr/positioning-multi--measure-rests.ly +++ b/input/lsr/positioning-multi--measure-rests.ly @@ -1,43 +1,78 @@ %% Do not edit this file; it is auto-generated from input/new %% This file is in the public domain. -\version "2.11.42" -\layout { ragged-right= ##t } +%% Note: this file works from version 2.12.0 +\version "2.13.1" \header { - doctitle = "Positioning multi-measure rests" + doctitlees = "Posicionar los silencios multicompás" + texidoces = " +A diferencia de los silencios normales, no existe una instrucción +predefinida para modificar la posición predefinida de un símbolo +multicompás sobre el pentagrama, adjuntándolo a una nota, +independientemente de cuál sea su forma. Sin embargo, en la música +polifónica los silencios multicompás de las voces de numeración par e +impar están separados verticalmente. La colocación de los silencios +multicompás se puede controlar como se ve a continuación: + +" + +texidocde = " +Anders als bei normalen Pausen gibt es keinen direkten Befehl, um die +vertikale Position von Ganztaktpausen zu beeinflussen, indem man sie an +eine Tonhöhe anhängt. In polyphoner Notation wird aber dennoch die +Position der Pausen von geraden und ungeraden Stimmen voneinander +unterschieden. Die Position von Ganztaktpausen kann wie folgt verändert +werden: + " + doctitlede = "Positionierung von Ganztaktpausen" + + +%% Translation of GIT committish : + texidocfr = " +Si l'on peut positionner verticalement un silence simple en le +rattachant à une note, il n'en va pas de même pur un silence +multi-mesure. Néanmoins, et uniquement dans le cadre de musique +polyphonique, les silences multi-mesures sont positionnées différemment +selon qu'ils appartiennent à une voix au numéro pair ou impair. Le +positionnement des silences multi-mesures peut se contrôler ainsi : +" + doctitlefr = "Positionnement des silences multi-mesures" + lsrtags = "rhythms,tweaks-and-overrides" texidoc = " Unlike ordinary rests, there is no predefined command -to change the vertical position on the staff of a multi-measure +to change the staff position of a multi-measure rest symbol of either form by attaching it to a note. However, in polyphonic music multi-measure rests in odd-numbered and even-numbered voices are vertically separated. The positioning of multi-measure rests can be controlled as follows: - "} -% begin verbatim + " + doctitle = "Positioning multi-measure rests" +} % begin verbatim + + \relative c'' { -% Multi-measure rests by default are set under the 2nd line -R1 -% They can be moved with an override -\override MultiMeasureRest #'staff-position = #-2 -R1 -% A value of 0 is the default position; -% the following trick moves the rest to the center line -\override MultiMeasureRest #'staff-position = #-0.01 -R1 -% Multimeasure rests in odd-numbered voices are under the top line -<< {R1} \\ {a1} >> -% Multi-measure rests in even-numbered voices are under the bottom line -<< {c1} \\ {R1} >> -% They remain separated even in empty bars -<< {R1} \\ {R1} >> -% This brings them together even though there are two voices -\compressFullBarRests -<< - \revert MultiMeasureRest #'staff-position - {R1*3} -\\ - \revert MultiMeasureRest #'staff-position - {R1*3} ->> + % Multi-measure rests by default are set under the second line + R1 + % They can be moved with an override + \override MultiMeasureRest #'staff-position = #-2 + R1 + % A value of 0 is the default position; + % the following trick moves the rest to the center line + \override MultiMeasureRest #'staff-position = #-0.01 + R1 + % Multi-measure rests in odd-numbered voices are under the top line + << { R1 } \\ { a1 } >> + % Multi-measure rests in even-numbered voices are under the bottom line + << { c1 } \\ { R1 } >> + % They remain separated even in empty measures + << { R1 } \\ { R1 } >> + % This brings them together even though there are two voices + \compressFullBarRests + << + \revert MultiMeasureRest #'staff-position + { R1*3 } + \\ + \revert MultiMeasureRest #'staff-position + { R1*3 } + >> } -