]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/stem-direction.ly
bbba000f09a87c97159e241d77ef113b10fb73aa
[lilypond.git] / input / regression / stem-direction.ly
1
2 \version "2.3.17"
3
4 \header{
5 texidoc="
6 Beams, stems and noteheads often have communication troubles, since
7 the two systems for y dimensions (1 unit = staffspace, 1 unit = 1
8 point) are mixed.
9
10 Stems, beams, ties and slurs should behave similarly, when placed
11 on the middle staff line. Of course stem-direction is down for high
12 notes, and up for low notes.
13 "
14 }
15
16 \paper {
17     raggedright = ##t
18 }  
19 \context Voice \relative c {
20     b''4 ~ b8(b8) e4 e,
21     
22 }
23