X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fchord-changes.ly;h=163ea98ee9f5ca600ea323d82babe258d429a27b;hb=eab591fe423ef0eeb03d8bbedf7d43185d2fbc74;hp=8fd8c82df07d8729c43128c890610fbf73ce80e8;hpb=72972afb27cf99f5ae432f4a1463d4f6de6107a0;p=lilypond.git diff --git a/input/regression/chord-changes.ly b/input/regression/chord-changes.ly index 8fd8c82df0..163ea98ee9 100644 --- a/input/regression/chord-changes.ly +++ b/input/regression/chord-changes.ly @@ -1,28 +1,28 @@ -\version "1.7.16" +\version "2.12.0" \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 c' \scheme - > - \paper{ - linewidth = 40 * \staffspace - } -} -%% new-chords-done %% \ No newline at end of file +<< + \context ChordNames << + \scheme + \set chordChanges = ##t + >> + \context Staff \transpose c c' \scheme +>> +