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