2015-05-02 17:20 GMT+02:00 David Nalesnik <david.nales...@gmail.com>:

> [...]
> OK!  Though I am disappointed you don't have a magical way to put scores in
> variables :)
>  [...]
>
> David


%%%% start snippet

\version "2.19.18"

m = \new Staff { c''1 }

mL =
  \layout {
    \context {
      \Score
      \override NoteHead #'color = #red
    }
  }

%myS = \score { \m \layout { \mL } } %% for 2.18.2
myS = \score { \m \mL }

myB =
  \book {
    \header { title = "book-title" }
    \myS
  }

\myS

\myB

%%%% end snippet


works for me ;)


Cheers,
  Harm

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

Reply via email to