X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fpush-to-tag.ly;h=5b229c182c14aa0726eff5c49293b17999047473;hb=2c1ffb66705c456712ad619a5296f080a7433756;hp=2cb4d43f3febe027e7e7d41228b2b31bd3180079;hpb=264022bd6ebfed3220c0272d2c4a1c8ef9db4028;p=lilypond.git diff --git a/input/regression/push-to-tag.ly b/input/regression/push-to-tag.ly index 2cb4d43f3f..5b229c182c 100644 --- a/input/regression/push-to-tag.ly +++ b/input/regression/push-to-tag.ly @@ -1,4 +1,4 @@ -\version "2.15.13" +\version "2.16.0" \header{ texidoc=" @@ -16,6 +16,11 @@ equivalent of test = { \tag #'here { \tag #'here <> }} { - \pushToTag #'here \pushToTag #'here \pushToTag #'here \test g' e' c' - \appendToTag #'here \appendToTag #'here \appendToTag #'here \test g' e' c' + \pushToTag #'here c' + \pushToTag #'here e' + \pushToTag #'here g' \test + \appendToTag #'here c' + \appendToTag #'here e' + \appendToTag #'here g' \test } +