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.
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to