]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/push-to-tag.ly
Doc-es: various updates.
[lilypond.git] / input / regression / push-to-tag.ly
index 2cb4d43f3febe027e7e7d41228b2b31bd3180079..5b229c182c14aa0726eff5c49293b17999047473 100644 (file)
@@ -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 <<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
 }
+