Accordion-discant symbols: Difference between revisions
No edit summary |
Remove snippet from official documentation |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
This snippet has been obsoleted by predefined markup commands, see | This snippet has been obsoleted by predefined markup commands, see [https://lilypond.org/doc/v2.24/Documentation/notation/accordion#discant-symbols ‘Discant symbols’ in the Notation Reference]. It is still useful as a simple demonstration of how to combine symbols: the placement of the symbols added with <code>\markup</code> can be tweaked by changing the <code>\translate-scaled</code> arguments. <code>\translate-scaled</code> is used here rather than <code>\translate</code> in order to let the positioning of the symbol parts adapt to changes of <code>font-size</code>. | ||
<lilypond version="2.24"> | <lilypond version="2.24"> | ||
| Line 163: | Line 163: | ||
</lilypond> | </lilypond> | ||
[[Category:Keyboards]] | |||
[[Category:Specific notation]] | |||
[[Category:Symbols and glyphs]] | [[Category:Symbols and glyphs]] | ||
[[Category:Snippet]] | |||