X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fchord-changes.ly;h=a662e4efc400304735ea649e35eadf80de6354d6;hb=2c37265b2a7575157f95bbda12de17cbdfd2611b;hp=70f85b30311438d59e7487e90d3afe954a405002;hpb=68a168bff1fec7f8011b2afa82d4fc89182c4bf7;p=lilypond.git diff --git a/input/regression/chord-changes.ly b/input/regression/chord-changes.ly index 70f85b3031..a662e4efc4 100644 --- a/input/regression/chord-changes.ly +++ b/input/regression/chord-changes.ly @@ -1,27 +1,28 @@ -\version "1.3.146" +\version "2.19.22" \header{ -texidoc="property chordChanges: only display chord names 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. " } -scheme = \chords { +\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 = { - \property ChordNames.chordChanges = ##t } -\score { - \notes < - \context ChordNames < \scheme \settings > - \context Staff \transpose c'' \scheme - > - \paper{ - linewidth = 40 * \staffspace - } -} +<< + \new ChordNames << + \scheme + \set chordChanges = ##t + >> + \new Staff \transpose c c' \scheme +>> +