]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-collision-flag.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / beam-collision-flag.ly
index beed7315ab283458b5e4184fd587724c4f78d352..6613cf1eadaa72b9f54264761fc46a361303663e 100644 (file)
@@ -1,11 +1,11 @@
-\version "2.15.24"
+\version "2.19.21"
 
 \header {
   texidoc = "Beams do not collide with flags.
 "
 }
 
-\relative c' <<
-  { \voiceOne c'8 r } \\
+\relative <<
+  { \voiceOne c''8 r } \\
   { \voiceThree c,8.[ c'16] }
 >>