]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/incompatible-stem-warning.ly
287c67403d2994fcae337d1d6d286b503e80cef9
[lilypond.git] / input / regression / incompatible-stem-warning.ly
1 \version "2.14.0"
2
3 \header {
4
5   texidoc = "
6 Combine several kinds of stems in parallel voices.
7 "
8
9 }
10
11 \new Voice { \time 4/1
12              << c'\breve e'8 >>
13              << c'8 e'\breve >> |
14              << c'\longa e'1 >> |
15              << c'1 e'\longa >> |
16              << c'2 e'1 >>
17              << c'1 e'2 >>
18              << c'2 e'4 >>
19              << c'4 e'2 >>
20              << c'2 e'8 >>
21              << c'8 e'2 >>
22 }