From 95b22392ab6ee4bdfd23906eb796e907185a1c20 Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Mon, 3 Aug 2015 10:20:37 +0200 Subject: [PATCH] Issue 4537/2: Use only \addlyrics in one regtest rather than mixing with \lyricsto --- .../regression/page-spacing-nonstaff-lines-independent.ly | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/input/regression/page-spacing-nonstaff-lines-independent.ly b/input/regression/page-spacing-nonstaff-lines-independent.ly index 43a01b7d5a..b3de769891 100644 --- a/input/regression/page-spacing-nonstaff-lines-independent.ly +++ b/input/regression/page-spacing-nonstaff-lines-independent.ly @@ -1,4 +1,4 @@ -\version "2.19.2" +\version "2.19.25" \header { texidoc = "Spacing rules between Staves coexist with rules affecting @@ -9,10 +9,10 @@ staves is larger than the @code{padding} for associated lyrics." << \new Staff { c''2 c } \addlyrics { high \skip2 } - \new Staff = "bass" \new Voice = "b" { \clef bass c2 c' } - \new Lyrics \with { + \new Staff = "bass" { \clef bass c2 c' } + \addlyrics \with { alignAboveContext = "bass" - } \lyricsto "b" { bass \skip2 } + } { bass \skip2 } >> \layout { \context { -- 2.39.5