]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/metronome-mark-loose-column.ly
Imported Upstream version 2.18.0
[lilypond.git] / input / regression / metronome-mark-loose-column.ly
index dd6f44b00473cab475b9580b3fd98bf0c58eca84..deca81dd521a562eabe8b1c27c383a9bca83d804 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.17.6"
 
 \header {
   texidoc = "Metronome marks aligned on notes do not interfere with
@@ -21,7 +21,7 @@ the second note in the lower staff."
   \layout {
     \context {
       \Score
-      \override NonMusicalPaperColumn #'stencil = #ly:paper-column::print
+      \override NonMusicalPaperColumn.stencil = #ly:paper-column::print
     }
   }
 }