]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/setting-hairpin-behavior-at-bar-lines.ly
Merge commit 'origin' into includes
[lilypond.git] / input / lsr / setting-hairpin-behavior-at-bar-lines.ly
1 %% Do not edit this file; it is auto-generated from input/new
2 %% This file is in the public domain.
3 \version "2.12.0"
4 \header {
5   texidoces = "
6 Si la nota que da fin a un regulador cae sobre la primera parte de
7 un compás, el regulador se detiene en la línea divisoria
8 inmediatamente precedente.  Se puede controlar este comportamiento
9 sobreescribiendo la propiedad @code{to-barline}.
10
11 "
12   doctitlees = "Establecer el comportamiento de los reguladores en las barras de compás"
13   
14 %% Translation of GIT committish :<6ce7f350682dfa99af97929be1dec6b9f1cbc01a>
15 texidocde = "
16 Wenn die Note, an welcher eine Crescendo-Klammer endet, die erste Note
17 eines Taktes ist, wird die Klammer an der vorhergehenden Tatklinie
18 beendet.  Dieses Verhalten kann auch mit der Eigenschaft
19 @code{'to-barline} geändert werden:
20 "
21   doctitlede = "Das Verhalten von Crescendo-Klammern an Taktlinien beeinflussen"
22
23   lsrtags = "expressive-marks"
24   texidoc = "If the note which ends a hairpin falls on a downbeat,
25 the hairpin stops at the bar line immediately preceding.  This behavior
26 can be controlled by overriding the @code{'to-barline} property.
27 "
28   doctitle = "Setting hairpin behavior at bar lines"
29 } % begin verbatim
30
31
32 \relative c'' {
33   e4\< e2.
34   e1\!
35   \override Hairpin #'to-barline = ##f
36   e4\< e2.
37   e1\!
38 }