]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/dot-column-engraver.ly
Revert "Issue 4082/2: Add scripts/auxiliar/smob-convert.sh for one-time C++ conversion"
[lilypond.git] / input / regression / dot-column-engraver.ly
index 1b7449b1a7ecbed1447f08dd982671276b5a210b..f87e23f038a36546b7d65d1eaac174b2fc741dc7 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.17.11"
 
 \header {
   texidoc = "Dot Columns are engraved in the Staff by default,
@@ -9,7 +9,7 @@ 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>
-} \\ \times 1/2 {
+} \\ \tuplet 2/1 {
   <f, g b>2. a-- <a b> <g a>-. a2. a-- a a b <a b> \bar "|."
 } >> }
 
@@ -17,6 +17,6 @@ music = \relative c'' { \time 3/4 << {
 \markup "move Dot_column_engraver to Voice :"
 \score{ \music
 \layout {
-  \context {\Staff \remove Dot_column_engraver}
-  \context {\Voice \consists Dot_column_engraver}
+  \context {\Staff \remove "Dot_column_engraver"}
+  \context {\Voice \consists "Dot_column_engraver"}
 }}