X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fchord-scripts.ly;h=74aeda9fd06c0c8f5d191569bcef1b61db3a0af3;hb=65a309c41e9f18befa34328a60efab9132e402c9;hp=6fff693ebd59b68637be58bfa593f2cc4f02f695;hpb=d6ea2dbcdb39dd65c7fd423782fa31ccbdaf34a9;p=lilypond.git diff --git a/input/regression/chord-scripts.ly b/input/regression/chord-scripts.ly index 6fff693ebd..74aeda9fd0 100644 --- a/input/regression/chord-scripts.ly +++ b/input/regression/chord-scripts.ly @@ -1,23 +1,16 @@ +\version "2.16.0" -\version "1.9.1" \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'' { + < c-. >4 + < c-> >4 + < c-. e-. g-. b-. >4 + < c^^ >4 + < c_^ >4 + < c_^ e^^ >4 + < c_^ e_^ >4 } -