]> git.donarmstrong.com Git - lilypond.git/blob - input/test/lyric-extender.ly
* lily/new-chord-name-engraver.cc (process_music): give original
[lilypond.git] / input / test / lyric-extender.ly
1 \version "1.7.6"
2 \score{
3         <
4         \context Staff \notes { c () c () c c }
5         \context Lyrics \lyrics { bla __ alb xxx __ yyy }
6         >
7 }
8
9
10 %% new-chords-done %%