]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/note-head-harmonic-dotted.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / note-head-harmonic-dotted.ly
index 5dc8ca24d43429f01224710570ed12a917dfbf27..d68d0e2177cff94cd5b231f947c0cf07eace970c 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\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.
 }