]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/stem-direction.ly
Fixed errors in Catalan translation
[lilypond.git] / input / regression / stem-direction.ly
1
2 \version "2.16.0"
3
4 \header{
5 texidoc="
6 Stems, beams, ties and slurs should behave similarly, when placed
7 on the middle staff line. Of course stem-direction is down for high
8 notes, and up for low notes.
9 "
10 }
11
12 \layout {
13     ragged-right = ##t
14 }  
15 \context Voice \relative c {
16     b''4 ~ b8(b8) e4 e,
17     
18 }
19