Comment #10 on issue 2336 by carl.d.s...@gmail.com: Patch: Add layout changing command \layout-from for getting context defs from music
http://code.google.com/p/lilypond/issues/detail?id=2336

I think I would prefer

\layout-properties-from
\context-properties-from

It's more typing, but I think it's clearer.


\midi {
  \Score {
    \context-properties-from { \tempo 4 = 80}
  }
}
\layout {
  \layout-properties-from { \accidentalStyle modern }
}


Thanks,

Carl



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

Reply via email to