]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/setting-hairpin-behavior-at-bar-lines.ly
Merge branch 'master' into nested-bookparts
[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.11.62"
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   lsrtags = "expressive-marks"
15   texidoc = "If the note which ends a hairpin falls on a downbeat,
16 the hairpin stops at the bar line immediately preceding.  This behavior
17 can be controlled by overriding the @code{'to-barline} property.
18 "
19   doctitle = "Setting hairpin behavior at bar lines"
20 } % begin verbatim
21
22
23 \relative c'' {
24   e4\< e2.
25   e1\!
26   \override Hairpin #'to-barline = ##f
27   e4\< e2.
28   e1\!
29 }