]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/metronome-mark-loose-column.ly
Merge remote-tracking branch 'origin/master' into translation
[lilypond.git] / input / regression / metronome-mark-loose-column.ly
index c9026b32467d087c4042245f5deb1b561f53d402..deca81dd521a562eabe8b1c27c383a9bca83d804 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.15.6"
+\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
     }
   }
 }