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