X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fchord-scripts.ly;h=c0f980a925e1b8cf00505823d5d585ad42df546d;hb=84ac019c437ea40b7b18ab46da1772f6db344a83;hp=2d5e2a4ae62c28a06ec0349114b12dc2b47f606f;hpb=d02446a61d3eabfde67ed48928ae07766c97750f;p=lilypond.git diff --git a/input/regression/chord-scripts.ly b/input/regression/chord-scripts.ly index 2d5e2a4ae6..c0f980a925 100644 --- a/input/regression/chord-scripts.ly +++ b/input/regression/chord-scripts.ly @@ -1,19 +1,16 @@ +\version "2.19.21" -\version "2.7.32" \header { - -texidoc = "Scripts can also be attached to chord elements." - + texidoc = "Scripts can also be attached to chord elements. +They obey manual direction indicators." } -\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 }