X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fsetting-hairpin-behavior-at-bar-lines.ly;h=4b5ae7f7b9d05161959dac2b4c2421926322676e;hb=23108a9515e7f76b44fac0b323afb169d708bfa1;hp=78382af5eb208fa80a9981c1a36ddb4bff8af164;hpb=86f3188675e6eda2358b841876d77c30f631e845;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 78382af5eb..4b5ae7f7b9 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 +%% 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.10" +\version "2.17.11" \header { lsrtags = "expressive-marks, tweaks-and-overrides" -%% Translation of GIT committish: 45fc8488655f9ea122d1ec6e3328892618bd6971 - 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: d96023d8792c8af202c7cb8508010c0d3648899d -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: ae814f45737bd1bdaf65b413a4c37f70b84313b7 - 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 @@ -46,10 +18,11 @@ by overriding the @code{'to-barline} property. doctitle = "Setting hairpin behavior at bar lines" } % begin verbatim + \relative c'' { e4\< e2. e1\! - \override Hairpin #'to-barline = ##f + \override Hairpin.to-barline = ##f e4\< e2. e1\! }