X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fmetronome-mark-loose-column.ly;h=0abd414625ab1cb51f8c8cd9d3067f80599a4c8f;hb=b872748c6aa8bb721ced458691b38ac2fac5dfc8;hp=c9026b32467d087c4042245f5deb1b561f53d402;hpb=9a2ffbf058002a6a82acc5748a2998840885afb8;p=lilypond.git diff --git a/input/regression/metronome-mark-loose-column.ly b/input/regression/metronome-mark-loose-column.ly index c9026b3246..0abd414625 100644 --- a/input/regression/metronome-mark-loose-column.ly +++ b/input/regression/metronome-mark-loose-column.ly @@ -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 } } }