Changes

Jump to navigation Jump to search
173 bytes added ,  10:30, 6 October 2016
add code for preamble
You can avoid this \include line following [http://modules.contextgarden.net/dl/t-filter/doc/context/third/filter/filter.txt filter module documentation], section "Prepend and append text".
In short: you can inline your complete LilyPond settings or at least the include line: <texcode>\startbuffer[lilypond::settings]\include "mysettings.ly"\stopbuffer \defineexternalfilter[lilypond][ ... bufferbefore={lilypond::settings}, ...]</texcode>
=== Sample Include File ===
<texcode>
\version "2.18.02"
#(ly:set-option (quote no-point-and-click))
#(set-global-staff-size 14)

Navigation menu