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