X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fchord-changes.ly;h=a662e4efc400304735ea649e35eadf80de6354d6;hb=46c581c20e37d3311d26796c85b69f5b06fabfba;hp=4f8d5f5b40842939e984b2a56e83a82293ec63b9;hpb=5956be580d291c1460f1c4b5f6e4a1c3e6549602;p=lilypond.git diff --git a/input/regression/chord-changes.ly b/input/regression/chord-changes.ly index 4f8d5f5b40..a662e4efc4 100644 --- a/input/regression/chord-changes.ly +++ b/input/regression/chord-changes.ly @@ -1,27 +1,28 @@ -\version "2.3.16" +\version "2.19.22" \header{ -texidoc="Property chordChanges: display chord names only when + texidoc="Property chordChanges: display chord names only when there's a change in the chords scheme, but always display the chord name after a line break. " } +\layout{ ragged-right = ##t } + + scheme = \chordmode { c1:m \break c:m c:m c:m d c1:m \break c:m c:m c:m d } settings = { - \set chordChanges = ##t } -\score { - << - \context ChordNames << \scheme \settings >> - \context Staff \transpose c c' \scheme +<< + \new ChordNames << + \scheme + \set chordChanges = ##t >> - \paper{ - linewidth = 40 * \staffspace - } -} + \new Staff \transpose c c' \scheme +>> +