]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/stem-direction.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[lilypond.git] / input / regression / stem-direction.ly
1
2 \version "2.1.26"
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
17 \score { 
18   \context Voice \notes\relative c {
19     b''4 ~ b8(b8) e4 e,
20         
21   }
22   \paper {
23     raggedright = ##t
24   }  
25   \midi { }
26 }
27