lilypond-user
[Top][All Lists]
Advanced

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

Re: two scores with different line-distance on the same page


From: -Eluze
Subject: Re: two scores with different line-distance on the same page
Date: Tue, 13 Sep 2011 12:04:38 -0700 (PDT)


-Eluze wrote:
> 
> 
> Kieren MacMillan wrote:
>> 
>> Hi Eluze,
>> 
>>> is there an easily way to do this ?
>>> maybe i'm blind, but i could only find a solution with a supplemental
>>> context.
>> 
>> I'm not sure what you mean by "supplemental context"… but why not just
>> two \score blocks with different spacing settings?
>> 
> 
> hi Kieren
> 
> thanks - that's what i was looking for, but i couldn't find it:
> 
> using system-system-spacing in the \paper block affects all scores. 
> 
> overriding the spacing of a single score (probably in the \with section or
> the \layout block) for a one-voice score does not seem trivial (or i just
> can't find the true parameter).
> 
> in my solution i added a dummy Lyrics context and then i could add some
> padding or minimum-distance to that context. but this seems an overkill... 
> 
> thanks for further tips!
> Eluze
> 
here is the code - i changed from Lyrics to Dynamics which enables the use
of spacer rests:

\paper {
  ragged-bottom = ##t
}
\markup "first score - using default settings:"
\score {
  \new Staff { \repeat unfold 20 \relative f' { c4 d e f } }
}
\markup "2nd score - using more space between lines:"
\score {
  \context Staff <<
    \repeat unfold 40 { \relative { c4 d e f } }
    \new Dynamics \with { 
      \override VerticalAxisGroup #'nonstaff-relatedstaff-spacing =
#'((padding . 15))
    } 
    \repeat unfold 40 { s1 _" " }
  >>
}

is there an easier way?

thanks
Eluze
-- 
View this message in context: 
http://old.nabble.com/two-scores-with-different-line-distance-on-the-same-page-tp32456219p32458261.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.




reply via email to

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