]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/default-direction-of-stems-on-the-center-line-of-the-staff.ly
Merge master into nested-bookparts
[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.11.62"
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   texidoc = "
17 The default direction of stems on the center line of the staff is set
18 by the @code{Stem} property @code{neutral-direction}.
19
20 "
21   doctitle = "Default direction of stems on the center line of the staff"
22 } % begin verbatim
23 \relative c'' {
24   a4 b c b
25   \override Stem #'neutral-direction = #up
26   a4 b c b
27   \override Stem #'neutral-direction = #down
28   a4 b c b
29 }