X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fsetting-hairpin-behavior-at-bar-lines.ly;h=b0f930c87c9f437cd2f59846bfaf1affbee0370e;hb=f6be8223afafc41f932e8ae2034c20a6da69e276;hp=1e5419e3697a8685c1c3e7a2978e3cd13d68d9bb;hpb=b195b4732a349de1f0cdd3444ff9dcb05e7efac7;p=lilypond.git diff --git a/Documentation/snippets/setting-hairpin-behavior-at-bar-lines.ly b/Documentation/snippets/setting-hairpin-behavior-at-bar-lines.ly index 1e5419e369..b0f930c87c 100644 --- a/Documentation/snippets/setting-hairpin-behavior-at-bar-lines.ly +++ b/Documentation/snippets/setting-hairpin-behavior-at-bar-lines.ly @@ -1,42 +1,14 @@ -%% Do not edit this file; it is automatically -%% generated from LSR http://lsr.dsi.unimi.it +%% DO NOT EDIT this file manually; it is automatically +%% generated from LSR http://lsr.di.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.16" +\version "2.18.0" \header { lsrtags = "expressive-marks, tweaks-and-overrides" -%% Translation of GIT committish: 5a7301fc350ffc3ab5bd3a2084c91666c9e9a549 - texidoces = " -Si la nota que da fin a un regulador cae sobre la primera parte de -un compás, el regulador se detiene en la línea divisoria -inmediatamente precedente. Se puede controlar este comportamiento -sobreescribiendo la propiedad @code{'to-barline}. - -" - doctitlees = "Establecer el comportamiento de los reguladores en las barras de compás" - -%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 -texidocde = " -Wenn die Note, an welcher eine Crescendo-Klammer endet, die erste Note -eines Taktes ist, wird die Klammer an der vorhergehenden Tatklinie -beendet. Dieses Verhalten kann auch mit der Eigenschaft -@code{'to-barline} geändert werden: -" - doctitlede = "Das Verhalten von Crescendo-Klammern an Taktlinien beeinflussen" -%% Translation of GIT committish: 217cd2b9de6e783f2a5c8a42be9c70a82195ad20 - texidocfr = " -En principe, un soufflet -- (de)crescendo imprimé sous forme graphique -- -commence au bord gauche de la note de départ, et se termine au -bord droit de la note d'arrivée. Cependant, si la note d'arrivée -est sur un premier temps, le soufflet s'arrêtera au niveau de la -barre de mesure qui la précède. Ce comportement peut être annulé -en assignant @emph{faux} (@code{#f}) à la propriété @code{'to-barline} : - -" - doctitlefr = "Soufflets et barres de mesure" - - texidoc = " If the note which ends a hairpin falls on a downbeat, the hairpin stops at the bar line immediately preceding. This behavior can be controlled @@ -49,7 +21,7 @@ by overriding the @code{'to-barline} property. \relative c'' { e4\< e2. e1\! - \override Hairpin #'to-barline = ##f + \override Hairpin.to-barline = ##f e4\< e2. e1\! }