]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/metronome-mark-loose-column.ly
Doc-es: various updates.
[lilypond.git] / input / regression / metronome-mark-loose-column.ly
index c9026b32467d087c4042245f5deb1b561f53d402..0abd414625ab1cb51f8c8cd9d3067f80599a4c8f 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.15.6"
+\version "2.19.21"
 
 \header {
   texidoc = "Metronome marks aligned on notes do not interfere with
@@ -9,19 +9,19 @@ the second note in the lower staff."
 
 \score {
   <<
-    \new Staff \relative c' {
-      c8 c c c
+    \new Staff \relative {
+      c'8 c c c
       \tempo 4 = 60
       c2
     }
-    \new Staff \relative c' {
-      c2 \clef bass c2
+    \new Staff \relative {
+      c'2 \clef bass c2
     }
   >>
   \layout {
     \context {
       \Score
-      \override NonMusicalPaperColumn #'stencil = #ly:paper-column::print
+      \override NonMusicalPaperColumn.stencil = #ly:paper-column::print
     }
   }
 }