X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fspacing-folded-clef2.ly;h=d272a005e18edc987133394e009de61bd24b9ac6;hb=38d7d319eabc906e82fb42002678c6d42a23b6f7;hp=2bcfe2e0df5af0dfdd80ccb111049c41ff1015b1;hpb=eba82770802a246bca4afab7eab1f78e84785214;p=lilypond.git diff --git a/input/regression/spacing-folded-clef2.ly b/input/regression/spacing-folded-clef2.ly index 2bcfe2e0df..d272a005e1 100644 --- a/input/regression/spacing-folded-clef2.ly +++ b/input/regression/spacing-folded-clef2.ly @@ -1,25 +1,26 @@ -\version "2.1.26" +\version "2.12.0" \header { texidoc = "A clef can be folded below notes in a different staff, if -there is space enough. With @code{Paper_column} stencil 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'' << - \new Staff { c4 c4 c4 \bar "|." } - \new Staff { \clef bass c,2 \clef treble c'2 } - >> +\layout { + ragged-right = ##t - \paper { raggedright = ##t - - \translator { \ScoreContext - \override NonMusicalPaperColumn #'print-function = #Paper_column::print - \override PaperColumn #'print-function = #Paper_column::print - \override NonMusicalPaperColumn #'font-family = #'roman - \override PaperColumn #'font-family = #'roman - - } - }} + \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 + } +} + +\relative c'' << + \new Staff { c4 c4 c4 c \bar "|." } + \new Staff { \clef bass c,2 \clef treble c'2 } +>>