Embedding native PostScript in a \markup block: Difference between revisions
mNo edit summary |
m Mark some text for not being included in official documentation |
||
| Line 1: | Line 1: | ||
PostScript code can be directly inserted inside a <code>\markup</code> block. | PostScript code can be directly inserted inside a <code>\markup</code> block. | ||
<div class="nodoc"> | |||
For technical reasons, this doesn't show up in the Wiki because <code>\postscript</code> only works with LilyPond's PS backend and is neither supported in the SVG (used in this Wiki) nor in the Cairo backend. | For technical reasons, this doesn't show up in the Wiki because <code>\postscript</code> only works with LilyPond's PS backend and is neither supported in the SVG (used in this Wiki) nor in the Cairo backend. | ||
</div> | |||
In general it is recommended to use LilyPond's native graphical markup commands like <code>\polygon</code> instead, which can be used with all LilyPond backends. | In general it is recommended to use LilyPond's native graphical markup commands like <code>\polygon</code> instead, which can be used with all LilyPond backends. | ||