]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/default-direction-of-stems-on-the-center-line-of-the-staff.ly
Merge branch 'master' of git://git.sv.gnu.org/lilypond.git into td-lily
[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.38"
4
5 \header {
6   lsrtags = "editorial-and-educational-use"
7
8   texidoc = "
9 The default direction of stems on the center line of the staff is set
10 by the @code{Stem} property @code{neutral-direction}.
11
12 "
13   doctitle = "Default direction of stems on the center line of the staff"
14 } % begin verbatim
15 \relative c'' {
16   a b c b
17   \override Stem #'neutral-direction = #up
18   a b c b
19   \override Stem #'neutral-direction = #down
20   a b c b
21 }