]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/spacing-clefs.ly
patch::: 1.5.7.jcn1
[lilypond.git] / input / bugs / spacing-clefs.ly
1
2 \header {
3 texidoc = "If possible clef changes and the like 
4 should be folded under notes of the different staff
5 "
6 }
7  
8 \score { \notes \relative c'' < \context Staff = SA {
9 c4 c16 c c c  cis4 cis4
10 c4 c4 c4 c
11
12
13  }
14    { \key d \major c2
15      \clef bass
16      c,2 c cis2  } >
17
18    \paper { linewidth = -1. } 
19  }
20
21