| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
This commit adds following generic font aliases settings:
Linux Libertine is serif.
Linux Biolinum is sans-serif.
Linux Libertine Mono is monospace.
So characters that are not contained
in the Libertine font (like Japanese)
are substituted to a serif font.
|
|
|
|
|
|
| |
To compile Unicode demonstration .ly files,
Linux Libertine fonts (Latin, Cyrillic, Hebrew)
and IPA fonts (Japanese) are required.
|
|
|
|
|
|
|
|
|
| |
To replace Century Schoolbook font to TeX Gyre Schola,
this commit adds Unicode fonts `Linux Libertine' settings
to Unicode demonstration .ly files.
Linux Libertine fonts contain Cyrillic and Hebrew glyphs,
not only Latin glyphs.
|
|
|
|
|
|
|
|
|
| |
Afterwards revert all changes in Documentation/snippets/*.ly (thus
retaining Documentation/snippets/new), then run
scripts/auxiliar/makelsr.py, leaving only the files in
Documentation/snippets/new and their versions in Documentation/snippets
converted: if we don't want to retain the automatic conversion rule, we
only want to keep those files which do not get reconverted on reimport.
|
| |
|
|
|
|
|
|
|
|
| |
Conflicts:
Documentation/snippets/alternative-breve-note.ly
input/regression/glissando-consecutive.ly
input/regression/glissando-index.ly
|
|
|
|
|
| |
* Replace "\relative { }" with "\relative c' { }".
* Fix whitespace.
|
| |
|
| |
|
| |
|
|
|
|
| |
(cherry picked from d765a75cf6ea0824228b7fe2027dd4757f96fa9d commit)
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
master-hanwen
Conflicts:
.gitignore
input/regression/utf-8.ly
|
| |
| |
| |
| |
| |
| |
| | |
make \caps markup default to smallCaps
document utf-8 meaning of phrases.
strip -Werror.
trim warning messages.
|
| |
| |
| |
| | |
fonts.
|
|/ |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* python/convertrules.py (FatalConversionError.subber): conversion
rule for #'callbacks
* input/regression/override-nest.ly: new function.
* lily/parser.yy (music_property_def): allow \override #'a #'b =
#c too.
* lily/context-property.cc (lookup_nested_property): new function.
(evict_from_alist): new function.
(general_pushpop_property): new function.
(execute_general_pushpop_property): rewrite. Support nested
properties too.
|
| |
|
|
|
|
| |
* python/convertrules.py (conv): add 2.6.0 dummy rule.
|
|
* ps/music-drawing-routines.ps: new routine BeginEPSF /
EndEPSF.
* input/regression/markup-eps.ly: new file.
* scm/framework-ps.scm (write-preamble): change order: vars should
be inited before procedures.
* scm/output-ps.scm (glyph-string): break lines. 255 chars is max
for EPS files.
* scm/define-markup-commands.scm (epsfile): add epsfile command.
|