]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/accents.ly
patch::: 1.4.1.jcn3
[lilypond.git] / input / bugs / accents.ly
1 \score {
2   \context Staff \notes\relative c''<
3     \context Voice=one {
4       \voiceOne
5       e2->
6     }
7     \context Voice=two {
8       \voiceTwo
9       f,2->
10     }
11   >
12 }