]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/prefatory-spacing.ly
6ffeb877e80f31aa04c3d4cf063956cdf291f3f2
[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; dis4 dis dis! dis? }
4
5 \score {
6
7   < \foo 
8    \context NoteNames \foo
9   >
10 }