]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/accents.ly
6d26098115c610dcff777af693b579a03f8db642
[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 }