X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fchord-scripts.ly;h=b95cde22f0bfddcca6f64734cb8270f52294343f;hb=06d833c59c9be3dbf7d3953ccc0cb3be2219beda;hp=ea400c81c087806a542acce2cfad515f2c3bcddd;hpb=0eeb762ef648edae9e9abde3d078cf3d814a8f36;p=lilypond.git diff --git a/input/regression/chord-scripts.ly b/input/regression/chord-scripts.ly index ea400c81c0..b95cde22f0 100644 --- a/input/regression/chord-scripts.ly +++ b/input/regression/chord-scripts.ly @@ -1,22 +1,19 @@ + +\version "2.12.0" \header { texidoc = "Scripts can also be attached to chord elements." } -\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-. > + < c^^ > 4 + < c_^ > 4 + < c_^ e^^ > 4 + < c_^ e^^ > 4 - } } -%% new-chords-done %% -%% new-chords-done %% \ No newline at end of file