X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fchord-scripts.ly;h=c0f980a925e1b8cf00505823d5d585ad42df546d;hb=ae050ca38fb9ba535b451c501859e29ad2feea33;hp=421ef7506ab989fd66851f7a73638967675c315e;hpb=06b1da466f99f6c4a01ee6a3e611d25bd5359d4c;p=lilypond.git diff --git a/input/regression/chord-scripts.ly b/input/regression/chord-scripts.ly index 421ef7506a..c0f980a925 100644 --- a/input/regression/chord-scripts.ly +++ b/input/regression/chord-scripts.ly @@ -1,23 +1,16 @@ +\version "2.19.21" -\version "2.3.17" \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 { - \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 } -