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