(Integrating LaTeX and
[lilypond.git] / input / regression / spacing-folded-clef2.ly
blob4f020641ab435c1e45b94043966435dc7d53313a
1 \version "1.7.18"
2 \header {
4 texidoc = "A clef can be folded below notes in a different staff, if
5 there is space enough. With Paper_column molecule callbacks we can
6 show where columns are in the score."
9 \score { \notes \relative c'' <
10 \context Staff = SA { c4 c4 c4 \bar "|." }
11 \context Staff = SB { \clef bass c,2 \clef treble c'2 }
14 \paper { raggedright = ##t
16 \translator { \ScoreContext
17 NonMusicalPaperColumn \override #'molecule-callback = #Paper_column::brew_molecule
18 PaperColumn \override #'molecule-callback = #Paper_column::brew_molecule
19 NonMusicalPaperColumn \override #'font-family = #'roman
20 PaperColumn \override #'font-family = #'roman
25 %% new-chords-done %%