X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fchord-changes.ly;h=fcc12f31d180e04d7b1c2441cdc9248eec5dcb2c;hb=14141519116528444054b33419d910903f902ee7;hp=8af0e7e01fb4ceb65f273b09da76c6bd255d26d3;hpb=7e8d660df15820c540b74a4ab74d175284cd9008;p=lilypond.git diff --git a/input/regression/chord-changes.ly b/input/regression/chord-changes.ly index 8af0e7e01f..fcc12f31d1 100644 --- a/input/regression/chord-changes.ly +++ b/input/regression/chord-changes.ly @@ -1,27 +1,28 @@ -\version "2.1.30" +\version "2.14.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 = { - \set chordChanges = ##t } -\score { - \notes << - \context ChordNames << \scheme \settings >> - \context Staff \transpose c c' \scheme +<< + \context ChordNames << + \scheme + \set chordChanges = ##t >> - \paper{ - linewidth = 40 * \staffspace - } -} + \context Staff \transpose c c' \scheme +>> +