X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-folded-clef2.ly;h=6f5777b93d9b58157b03db06665cb4ad921a0eef;hb=7680952372689f3ce5674d47af42edfc475cface;hp=7091b8f8e6c8f37f715070ead6e051d922b981e0;hpb=2b4664417d36bed2b408d769e3dfd96732710d54;p=lilypond.git diff --git a/input/regression/spacing-folded-clef2.ly b/input/regression/spacing-folded-clef2.ly index 7091b8f8e6..6f5777b93d 100644 --- a/input/regression/spacing-folded-clef2.ly +++ b/input/regression/spacing-folded-clef2.ly @@ -1,25 +1,26 @@ -\version "1.7.6" +\version "2.17.6" \header { texidoc = "A clef can be folded below notes in a different staff, if -there is space enough. With Paper_column molecule callbacks we can -show where columns are in the score." +there is space enough. With @code{Paper_column} stencil callbacks we +can show where columns are in the score." } -\score { \notes \relative c'' < - \context Staff = SA { c4 c4 c4 \bar "|." } - \context Staff = SB { \clef bass c,2 \clef treble c'2 } - > +\layout { + ragged-right = ##t - \paper { linewidth = -1. + \context { + \Score + \override NonMusicalPaperColumn.stencil = #ly:paper-column::print + \override PaperColumn.stencil = #ly:paper-column::print + \override NonMusicalPaperColumn.font-family = #'roman + \override PaperColumn.font-family = #'roman - \translator { \ScoreContext - NonMusicalPaperColumn \override #'molecule-callback = #Paper_column::brew_molecule - PaperColumn \override #'molecule-callback = #Paper_column::brew_molecule - NonMusicalPaperColumn \override #'font-family = #'roman - PaperColumn \override #'font-family = #'roman - - } - }} + } +} + +\relative c'' << + \new Staff { c4 c4 c4 c \bar "|." } + \new Staff { \clef bass c,2 \clef treble c'2 } +>> -%% new-chords-done %%