X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fchord-changes.ly;h=8e308c8a0e14484f138da03de7edb2db87696d17;hb=5eca56fae0faa2db9cf7f12903e1a06c42b2af0d;hp=d279c7f1adb8e2e493c629832c72b92f944d1972;hpb=641486a1a5522a9e66b470d8c762a1f789219573;p=lilypond.git diff --git a/input/regression/chord-changes.ly b/input/regression/chord-changes.ly index d279c7f1ad..8e308c8a0e 100644 --- a/input/regression/chord-changes.ly +++ b/input/regression/chord-changes.ly @@ -1,12 +1,15 @@ -\version "2.4.0" +\version "2.16.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 - >> - \layout{ raggedright = ##t } -} +<< + \context ChordNames << + \scheme + \set chordChanges = ##t + >> + \context Staff \transpose c c' \scheme +>> +