]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/dot-up-voice-collision.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / dot-up-voice-collision.ly
index 329f5bbcf8112246d52ebe6bdc1a688a3e1b3a9b..9efdf0f284e0d43fc78c02bf73e82af07c06ee3d 100644 (file)
@@ -5,14 +5,14 @@
 
 }
 
-\version "2.14.0"
+\version "2.19.21"
 
 \layout { ragged-right = ##t }
 
 \new Staff {
   \key e \major \time 3/4
-  \relative c'' {
-    << { dis4.  } \\
+  \relative {
+    << { dis''4.  } \\
        { fis,4 } \\ { b8 } >>
   }
 }