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