]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/dot-column-engraver.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / dot-column-engraver.ly
index f87e23f038a36546b7d65d1eaac174b2fc741dc7..e63174d60ed230b9ef9028126cd60288f74fe2d1 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.17.11"
+\version "2.19.21"
 
 \header {
   texidoc = "Dot Columns are engraved in the Staff by default,
@@ -7,8 +7,8 @@ If Dot_column_engraver is moved to Voice, separate dot columns are engraved,
 and these dots avoid notes in other voices."
 }
 
-music = \relative c'' { \time 3/4 << {
-  <d f g>4. c c b g f a <a b> a <a' b>
+music = \relative { \time 3/4 << {
+  <d'' f g>4. c c b g f a <a b> a <a' b>
 } \\ \tuplet 2/1 {
   <f, g b>2. a-- <a b> <g a>-. a2. a-- a a b <a b> \bar "|."
 } >> }