Dear all,
How can I control the vertical spacing in such a score ?
(lyrics and rehearsal marks)

%%%%%%%%%%%%%%%%%%
\version "2.13.34"
myBars =
{
 \cadenzaOn
 \repeat unfold 10 { s4 s4 s4 s4 \mark \markup "V" s4 s4 \bar "|" } 
}
myText = \lyricmode
{
 \repeat unfold 10 { obladi oblada obladi oblada obladi oblada }
}
\score {
 \new Lyrics \with {
  \consists Bar_engraver
  \override BarLine #'bar-size = #3
 }
 <<
  \myBars
  \myText
 >>
 \layout {}
}
%%%%%%%%%%%%%%%%%%

I'm not sure if some contexts are implicitly created, nor if I should add any 
engraver to the Lyrics context. I've played with expressions such as :

  \override VerticalAxisGroup #'inter-staff-spacing = % or 
#'inter-loose-line-spacing, etc...
   #'((space . 0)(padding . 0)(minimum-distance . 0)(stretchability . 0))


with no success.
Thanks,
ggit
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to