X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fchord-scripts.ly;h=c0f980a925e1b8cf00505823d5d585ad42df546d;hb=7ee3f9d9ba0dd043bb82beaa3c4ce21c0e1626fe;hp=12df4099a91c2c215745ef0761fe969b120afcb4;hpb=197f00037dc4c9e7bd17368f50d11dd8cde7a994;p=lilypond.git diff --git a/input/regression/chord-scripts.ly b/input/regression/chord-scripts.ly index 12df4099a9..c0f980a925 100644 --- a/input/regression/chord-scripts.ly +++ b/input/regression/chord-scripts.ly @@ -1,23 +1,16 @@ +\version "2.19.21" -\version "2.1.22" \header { - -texidoc = "Scripts can also be attached to chord elements." - + 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''-. >4 + < c-> >4 + < c-. e-. g-. b-. >4 + < c^^ >4 + < c_^ >4 + < c_^ e^^ >4 + < c_^ e_^ >4 } -