| [ << New for musical notation ] | [Top][Contents] | [ New for specialist notation >> ] |
| [ < Editorial annotation improvements ] | [ Up: New for musical notation ] | [ New for specialist notation > ] |
Text and font improvements ¶
- An equal sign was added to the Emmentaler font.
- A senza-misura time signature was added to the Emmentaler font.
- Text variant glyphs for common time and cut time symbols were
added to the Emmentaler font. They can be either accessed
directly as Unicode characters or using the
\text-common-timeand\text-cut-timemarkup commands.
- Fonts may be changed in a single markup using
\font-select. The font names for the serif, sans and typewriter families are chosen independently.\markup \font-select #'((sans . "DejaVu Sans") (typewriter . "DejaVu Sans Mono")) { \sans \line { Sans-serif font. } \typewriter \line { Typewriter font. } \line { Default serif font. } \font-select #'(serif . "DejaVu Serif") \line { Changed serif font. } }
| [ << New for musical notation ] | [Top][Contents] | [ New for specialist notation >> ] |
| [ < Editorial annotation improvements ] | [ Up: New for musical notation ] | [ New for specialist notation > ] |