]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tag-multiple.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / tag-multiple.ly
index d9d62a0e0d702d5e6e5657fe8fe328ccdf96705b..2f581e12ad7ceade7f71538689896d4416efa74e 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.17.6"
+\version "2.19.2"
 \header {
 
   texidoc = "The @code{\\removeWithTag} and @code{\\keepWithTag}
@@ -12,7 +12,7 @@ music =
 <<
   \tag #'flood \new Voice { \voiceOne \repeat unfold 16 { c'''8 cis'''8 } }
   \tag #'highball \new Voice { \voiceThree \repeat unfold 8 { a'4( as') } }
-  \tag #'buffoon \new Voice { \voiceFour \repeat unfold 2 { f1~ f } }
+  \tag #'buffoon \new Voice { \voiceFour \repeat unfold 2 { f1~ 1 } }
 >>
 
 demo =