X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fchord-scripts.ly;h=1bdc25dc3725c5e2ac7a989bb84185b5d02e0d5a;hb=dc1fe7750079c4c7c4042bd570884ea04ba94801;hp=dee2434e921472b7a01b1293571eabef144649c5;hpb=5727ce708dd70c1448ffeaa86602a775e9231bb2;p=lilypond.git diff --git a/input/regression/chord-scripts.ly b/input/regression/chord-scripts.ly index dee2434e92..1bdc25dc37 100644 --- a/input/regression/chord-scripts.ly +++ b/input/regression/chord-scripts.ly @@ -1,23 +1,16 @@ -\version "1.7.6" -\header { - -texidoc = "Scripts can also be attached to chord elements." +\version "2.14.0" +\header { + texidoc = "Scripts can also be attached to chord elements. +They obey manual direction indicators." } -\score { - \notes \relative c''{ - << c-. >> 4 - << c-> >> 4 - << c-. e-. g-. b-. >> - << c^^ >> 4 - << c_^ >> 4 - << c_^ e^^ >> 4 - << c_^ e^^ >> 4 - - - } - +\relative c'' { + < c-. >4 + < c-> >4 + < c-. e-. g-. b-. >4 + < c^^ >4 + < c_^ >4 + < c_^ e^^ >4 + < c_^ e_^ >4 } -%% new-chords-done %% -%% new-chords-done %% \ No newline at end of file