]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/prefatory-spacing.ly
23da618be908463e977d3f14785507f920fd8469
[lilypond.git] / input / bugs / prefatory-spacing.ly
1 % the space after clef/key is stretched too much.
2
3 foo = \notes\relative c''   {   \key as \major; d }
4
5 \score {
6
7   < \foo 
8    \context NoteNames \foo
9   >
10 }