X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fchord-changes.ly;h=fcc12f31d180e04d7b1c2441cdc9248eec5dcb2c;hb=6f955cc6d9ed4314f229e780b77b3b7a24d726c2;hp=8bff803b2e502166caf00907557061b3f4387242;hpb=af9531c1e22d53d56f9f4cb7731d7aed5caa6ffd;p=lilypond.git diff --git a/input/regression/chord-changes.ly b/input/regression/chord-changes.ly index 8bff803b2e..fcc12f31d1 100644 --- a/input/regression/chord-changes.ly +++ b/input/regression/chord-changes.ly @@ -1,12 +1,15 @@ -\version "2.3.17" +\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. " } +\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 @@ -15,13 +18,11 @@ scheme = \chordmode { settings = { } -\score { - << - \context ChordNames << - \scheme - \set chordChanges = ##t - >> - \context Staff \transpose c c' \scheme - >> - \paper{ raggedright = ##t } -} +<< + \context ChordNames << + \scheme + \set chordChanges = ##t + >> + \context Staff \transpose c c' \scheme +>> +