summaryrefslogtreecommitdiff
path: root/input/regression/utf-8.ly
Commit message (Collapse)AuthorAgeFilesLines
* Issue 4571 / 1: Add font aliases settings for Unicode demonstrationMasamichi Hosoda2015-08-261-3/+3
| | | | | | | | | | | | 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.
* Issue 952 / 5: Update required font package names in Unicode demonstrationMasamichi Hosoda2015-08-171-6/+6
| | | | | | To compile Unicode demonstration .ly files, Linux Libertine fonts (Latin, Cyrillic, Hebrew) and IPA fonts (Japanese) are required.
* Issue 952 / 1: Add font settings for Unicode demonstration .ly filesMasamichi Hosoda2015-08-171-0/+11
| | | | | | | | | 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.
* Run scripts/auxiliar/update-with-convert-ly.shDavid Kastrup2015-05-181-3/+3
| | | | | | | | | 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.
* Run scripts/auxiliar/update-with-convert-ly.shDavid Kastrup2012-08-241-1/+1
|
* Docs: run convert-ly for 2.14.0.Graham Percival2011-06-061-1/+1
| | | | | | | | Conflicts: Documentation/snippets/alternative-breve-note.ly input/regression/glissando-consecutive.ly input/regression/glissando-index.ly
* Regtests: Update deprecated \relative syntax.Mark Polesky2010-04-191-9/+9
| | | | | * Replace "\relative { }" with "\relative c' { }". * Fix whitespace.
* Update .ly files.Neil Puttock2008-12-241-1/+1
|
* Run convert-ly on input/lsr and input/regressionCarl Sorensen2008-07-051-1/+1
|
* regularize tests.Han-Wen Nienhuys2007-01-081-1/+4
|
* bump .ly \version to 2.10.0Han-Wen Nienhuys2006-11-141-1/+1
| | | | (cherry picked from d765a75cf6ea0824228b7fe2027dd4757f96fa9d commit)
* Merge branch 'cvs-head' of ssh+git://hanwen@repo.or.cz/srv/git/lilypond into ↵Han-Wen Nienhuys2006-11-031-13/+13
|\ | | | | | | | | | | | | | | | | master-hanwen Conflicts: .gitignore input/regression/utf-8.ly
| * use glyph indexing for glyph name .notdefHan-Wen Nienhuys2006-11-021-0/+1
| | | | | | | | | | | | | | make \caps markup default to smallCaps document utf-8 meaning of phrases. strip -Werror. trim warning messages.
| * Fix doc to match order of languageJan Nieuwenhuizen2006-11-021-13/+13
| | | | | | | | fonts.
* | document utf-8 meaning of phrases.Han-Wen Nienhuys2006-11-011-0/+1
|/
* *** empty log message ***Han-Wen Nienhuys2006-03-161-1/+1
|
* more conversion for dash-change.Han-Wen Nienhuys2006-02-061-1/+1
|
* * input/regression/override-nest.ly: new file.Han-Wen Nienhuys2005-10-171-1/+1
| | | | | | | | | | | | | | | | * 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.
* added portuguese to the list of codes renderedPedro Kroger2005-07-071-1/+1
|
* * configure.in (reloc_b): bump fontforge requirement to 20050624.Han-Wen Nienhuys2005-06-261-1/+1
| | | | * python/convertrules.py (conv): add 2.6.0 dummy rule.
* * ly/performer-init.ly: add CueVoice to MIDI too.Han-Wen Nienhuys2005-04-121-0/+59
* 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.