lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

lyrics only score - vertical spacing


From: ggit
Subject: lyrics only score - vertical spacing
Date: Wed, 11 May 2011 09:07:38 +0200


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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]