]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/note-head-harmonic-dotted.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / note-head-harmonic-dotted.ly
index f7e4f48b245decd576d93276a2d62b248d40a118..d68d0e2177cff94cd5b231f947c0cf07eace970c 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.11.58"
+\version "2.19.21"
 
 \header {
   texidoc = "
@@ -7,8 +7,8 @@ Dots on harmonic note heads can be shown by setting the property
 "
 }
 
-\relative c'' {
-  r4 <bes es\harmonic>2.
+\relative {
+  r4 <bes' es\harmonic>2.
   \set harmonicDots = ##t
   r4 <bes es\harmonic>2.
 }