]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/push-to-tag.ly
Run update-with-convert-ly
[lilypond.git] / input / regression / push-to-tag.ly
index 2cb4d43f3febe027e7e7d41228b2b31bd3180079..610f11c5d80741d2411b18bdce15ac85cee8d9fe 100644 (file)
@@ -16,6 +16,11 @@ equivalent of
 test = { \tag #'here { \tag #'here <<c''>> }}
 
 {
-  \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
 }
+