X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fchord-changes.ly;h=163ea98ee9f5ca600ea323d82babe258d429a27b;hb=bb91de5b7f8c4f753452730101c2422946067cc3;hp=155b3107b8b403217ce57f46a3fb4a9b055270d0;hpb=e9bd265943d37689b1a6892217cb6f67bbe69f73;p=lilypond.git diff --git a/input/regression/chord-changes.ly b/input/regression/chord-changes.ly index 155b3107b8..163ea98ee9 100644 --- a/input/regression/chord-changes.ly +++ b/input/regression/chord-changes.ly @@ -1,27 +1,28 @@ -\version "1.9.1" +\version "2.12.0" \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. " } -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 c' \scheme - > - \paper{ - linewidth = 40 * \staffspace - } -} +<< + \context ChordNames << + \scheme + \set chordChanges = ##t + >> + \context Staff \transpose c c' \scheme +>> +