Hi David,

> Could you clarify how you are defining \theScore here?

Sorry… that was pseudocode. My actual [minimized] score code was:

\score {
  \colorOverride <<
    \new Staff \someMusic
    ….
  >>
}

I’m not sure about others (Jan-Peter?), but for the edition-engraver, I would 
like to do something more like:

\score {
  <<
    \new Staff \someMusic
  >>
  \layout {
    \context {
      \Score
      \consists \editionEngraver editionName
      \colorOverride
    }
  }
}

or

\addEdition editionName 1 0/4 editionName.Score.A \colorOverride
\score {
  <<
    \new Staff \someMusic
  >>
  \layout {
    \context {
      \Score
      \consists \editionEngraver editionName
    }
  }
}

Does that make sense?

Thanks,
Kieren.
________________________________

Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: i...@kierenmacmillan.info


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to