X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fchord-changes.ly;h=167d464a81df08c5dab10ff91e6b7575e1368386;hb=e5b8ae262f4dcfae7815f6a217b5a67509821b46;hp=34b9a741a08635eae3b69bbf4fe89b22f7c0f31b;hpb=197f00037dc4c9e7bd17368f50d11dd8cde7a994;p=lilypond.git diff --git a/input/regression/chord-changes.ly b/input/regression/chord-changes.ly index 34b9a741a0..167d464a81 100644 --- a/input/regression/chord-changes.ly +++ b/input/regression/chord-changes.ly @@ -1,27 +1,28 @@ -\version "2.1.22" +\version "2.10.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 +>> +