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: Kieren MacMillan
Subject: Re: two scores with different line-distance on the same page
Date: Tue, 13 Sep 2011 15:32:39 -0400

Hi Eluze,

> is there an easier way?

Here's a hacky way:

\version "2.14.0"
\language "english"

theNotes = \relative c' {
  \repeat "unfold" 20 { c4 d e f }
}

\score {
  \new Staff \theNotes
}

\score {
  \new Staff \theNotes
  \layout {
    \context {
      \Score
      \override Clef #'Y-extent = #'(0 . 24)
    }
  }
}

That being said, I'm sure we're missing *something* in the Staff and/or Score 
spacing settings — if not, this should be entered as a bug… I mean "feature 
request".  ;)

Cheers,
Kieren.


reply via email to

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