]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/default-direction-of-stems-on-the-center-line-of-the-staff.ly
Doc-es: pre-merge update of texidoc committishes.
[lilypond.git] / input / lsr / default-direction-of-stems-on-the-center-line-of-the-staff.ly
1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
3 \version "2.13.1"
4
5 \header {
6   lsrtags = "editorial-annotations"
7
8   texidoces = "
9 La dirección predeterminada de las plicas sobre la tercera línea
10 del pentagrama está determinada por la propiedad
11 @code{neutral-direction} del objeto @code{Stem}.
12
13 "
14   doctitlees = "Dirección predeterminada de las plicas sobre la tercera línea del pentagrama"
15
16 %% Translation of GIT committish :0364058d18eb91836302a567c18289209d6e9706
17   texidocde = "
18 Die Richtung von Hälsen auf der mittleren Linie kann mit der @code{Stem}-Eigenschaft
19 @code{neutral-direction} gesetzt werden.
20
21 "
22   doctitlede = "Standardrichtung für Hälse auf der Mittellinie"
23
24   texidoc = "
25 The default direction of stems on the center line of the staff is set
26 by the @code{Stem} property @code{neutral-direction}.
27
28 "
29   doctitle = "Default direction of stems on the center line of the staff"
30 } % begin verbatim
31
32 \relative c'' {
33   a4 b c b
34   \override Stem #'neutral-direction = #up
35   a4 b c b
36   \override Stem #'neutral-direction = #down
37   a4 b c b
38 }