summaryrefslogtreecommitdiff
path: root/ly/suomi.ly
Commit message (Collapse)AuthorAgeFilesLines
* Run grand replace for 2015.Werner Lemberg2015-01-041-1/+1
|
* Run grand-replace (issue 3765)Carl Sorensen2014-01-111-1/+1
| | | | Run make grand-replace to update all coopyright statements
* Run scripts/auxiliar/update-with-convert-ly.shDavid Kastrup2012-08-241-1/+1
|
* Run grand-replace for 2012Graham Percival2012-01-091-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
* Admin: run yearly grand-replace.Graham Percival2011-01-131-1/+1
|
* Move note names to scm/Valentin Villenave2010-12-111-2/+1
| | | | | | | | This commit moves the pitchnames alist declarations to define-note-names.scm, for consistency (the reason why pitchnames where defined in ly/ in the first place was the old \include "foobar.ly" syntax previously used for language selection, but it is no longer required).
* Reorganize language files and add a new \language command.Valentin Villenave2010-10-281-59/+4
| | | | | | | | | | | | | | | | This commit adds a new \language command that may be used to select note names language in lieu of the more complicated \include "foobar.ly" syntax. All language files have been emptied and the pitchnames alists have been gathered in a new language-init.ly file. The old syntax is still supported; to avoid code duplication, language files just use the new \language command internally. arabic.ly isn't affected by this change and must still be manually included. This specificity will have to be taken into account when documenting the new syntax.
* Run grand-replace for 2010.Neil Puttock2010-01-231-1/+1
|
* Update source file headers. Fixes using standard GNU package conventions.Jan Nieuwenhuizen2009-11-251-3/+15
| | | | | | | | | | | | | | | | Signed-off-by: Han-Wen Nienhuys <hanwen@xs4all.nl> Signed-off-by: Jan Nieuwenhuizen <janneke@gnu.org> Signed-off-by: John Mandereau <john.mandereau@gmail.com> Signed-off-by: Graham Percival <graham@percival-music.ca> Signed-off-by: Reinhold Kainhofer <reinhold@kainhofer.com> Signed-off-by: Joe Neeman <joeneeman@gmail.com> Signed-off-by: Heikki Johannes Junes <hjunes@gmail.com> Signed-off-by: Neil Puttock <n.puttock@gmail.com> Signed-off-by: Carl D. Sorensen <c_sorensen@byu.edu> Signed-off-by: Mats Bengtsson <mats.bengtsson@s3.kth.se> Signed-off-by: Werner Lemberg <wl@gnu.org> Signed-off-by: Patrick McCarty <pnorcks@gmail.com> Signed-off-by: Nicolas Sceaux <nicolas.sceaux@free.fr>
* Organize pitchname files.Mark Polesky2009-08-201-8/+21
|
* Update .ly files.Neil Puttock2008-12-241-1/+1
|
* added bes to suomiRune Zedeler2008-01-061-1/+2
|
* bump .ly \version to 2.10.0Han-Wen Nienhuys2006-11-141-1/+1
| | | | (cherry picked from d765a75cf6ea0824228b7fe2027dd4757f96fa9d commit)
* * lily/pointer-group-interface.cc (set_ordered): new function.Han-Wen Nienhuys2006-03-161-1/+1
| | | | | | | | | (add_unordered_grob): new function. * lily/grob-array.cc (Grob_array): grob-arrays are always assumed to ordered, unless the opposite has been proved. This fixes random reordering of large object groups across linebreaks, eg. beams.
* (generate_configuration):Han-Wen Nienhuys2006-03-161-1/+1
| | | | multiply y-shift for dot with direction.
* the great dash-replace.Han-Wen Nienhuys2006-02-061-1/+1
| | | | | (lilypond_version_re_str): require only numbers and dots in \version string.
* * scm/define-grobs.scm (all-grob-descriptions): reorganize inHan-Wen Nienhuys2005-07-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | alphabetical order. * input/regression/trill-spanner-pitched.ly: new file. * lily/font-interface-scheme.cc (LY_DEFINE): function ly:grob-default-font (changed from get-default-font). * lily/axis-group-interface-scheme.cc (LY_DEFINE): new file. * lily/note-head.cc (internal_print): if style is not a symbol, set style to 'default. (internal_print): no style suffix if glyph-name-procedure not set. Default to quarter head. * scm/define-grobs.scm (Module): new grob TrillPitchHead. * scm/define-music-properties.scm (all-music-properties): add trill-pitch. * ly/music-functions-init.ly: \pitchedTrill * lily/pitched-trill-engraver.cc (acknowledge_grob): new file. * ly/Welcome_to_LilyPond.ly: update to 2.6.0 * lily/trill-spanner-engraver.cc (finalize): rename req -> event * scm/define-markup-commands.scm (pad-markup): pad-markup command.
* * scripts/convert-ly.py (conv): fixed \context Foo = mixedCapsHan-Wen Nienhuys2004-10-301-1/+1
| | | | | | | case. (conv): add dummy 2.4.0 conversion rule. * input/regression/part-combine-text.ly (comm): add expect strings.
* * Documentation/user/invoking.itely (Reporting bugs): rename.Han-Wen Nienhuys2004-10-101-1/+1
| | | | | | | * lily/slur-scoring.cc (move_away_from_staffline): new function. (get_base_attachments): move away attachment point for breaks similar to attachment points on slurs (staffline collision, and half a space of padding)
* * ly/a4-init.ly (vsize): remove papersize init files.Han-Wen Nienhuys2004-09-121-1/+1
| | | | | | | | | * lily/beam-concave.cc: new file, with new routines for concave decisions. There are now two types of concaveness: 1. a sharp logic decision forcing a beam horizontal, and 2. a number that measures how concave beams are that are not caught by 1. This fixes: morgenlied.ly and input/regression/beam-concave.ly
* * Documentation/user/tutorial.itely (Integrating text and music):Han-Wen Nienhuys2004-07-301-1/+1
| | | | | | | remove \score and \notes from manual. * lily/my-lily-lexer.cc (My_lily_lexer): really switch on note mode in the beginning.
* * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names.Han-Wen Nienhuys2004-06-031-0/+2
| | | | | | | This fixes setting notenames with `\include "nederlands.ly" ' * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names: new function.
* run convert-lyHan-Wen Nienhuys2004-04-111-1/+1
|
* (conv): add 2.2.0 rule.Han-Wen Nienhuys2004-04-011-1/+1
|
* (accurate_boxes): enlarge Y-extent of flat toHan-Wen Nienhuys2004-03-111-1/+1
| | | | prevent aligned 6ths.
* *** empty log message ***Jan Nieuwenhuizen2004-03-031-1/+1
|
* * scripts/lilypond-book.py (do_file): do not overwrite input file.Han-Wen Nienhuys2004-02-221-1/+1
| | | | | | * lily/context-scheme.cc (LY_DEFINE): use Scheme style naming for music/context/grob property functions. Internally, use get_property() and set_property() for both.
* ($(outdir)/%.pdf): add DVIPS_FLAGS. This willHan-Wen Nienhuys2004-02-131-1/+1
| | | | | | | | | | | | | | | | | | create scalable PS and PDFs for input/{test,template,regression}. * lily/context.cc (is_alias): move function. (is_alias): add Bottom as context alias. (find_create_translator): add Bottom as a context alias for creation. * lily/stencil.cc: rename Molecule to Stencil. Changes throughout. * lily/parser.yy (music_property_def): new syntax for property assignments: \set A.B = #C , \unset A.B \override A.B #C = #D, \revert A.B #C * lily/my-lily-lexer.cc: remove \property
* * lily/lily-guile.cc (alist_to_hashq): new functionHan-Wen Nienhuys2004-02-051-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * scm/lily.scm (alist->hash-table): new function. * Documentation/user/refman.itely (Percussion staves): update doco. * input/regression/drums.ly (timb): updates * lily/note-performer.cc (create_audio_elements): robustness fix. * ly/engraver-init.ly: add DrumStaff and DrumVoice contexts * lily/drum-note-engraver.cc: new file. * ly/drumpitch-init.ly: move drum definitions * scm/drums.scm: remove file. * lily/*.cc: remove abort-event everywhere. * lily/note-heads-engraver.cc (process_music): robustification. * lily/accidental-engraver.cc (process_acknowledged_grobs): robustification. * lily/parser.yy (simple_element): add \drums mode. (simple_element): remove \pitchnames , \chordmodifiers. Use variables to store this. * lily/lexer.ll (My_lily_lexer): remove support for \PITCHNAME outside \notes.
* .ly version update.Han-Wen Nienhuys2003-09-191-1/+1
|
* * Documentation/topdocs/NEWS.texi (Top): add quarter tones.Han-Wen Nienhuys2003-09-181-40/+40
| | | | | | | | | | | | | | | | | | | | | | | * Documentation/user/refman.itely (Pitches): doc quarter tones. * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function (quartertone_pitch): new function * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat. * ly/nederlands.ly: add -eh and -ih for quarter tones. * mf/feta-toevallig.mf: change accidental codes. * scm/lily.scm (ly:get-option): switch on debugging only for --verbose. * lily/lily-guile.cc: remove ly:verbose? * lily/scm-option.cc (LY_DEFINE): add verbose to get-option. * lily/parser.yy (TODO): only do gh_call() for apply with procedure argument.
* (conv): dashes rule.Han-Wen Nienhuys2003-08-261-1/+1
| | | | Apply rule.
* Massive changes - see ChangeLog.Han-Wen Nienhuys2003-08-251-1/+1
|
* * Website fixes:Jan Nieuwenhuizen2003-05-181-1/+1
| | | | | | | | | | | * ly/engraver-init.ly (GraceContext): Add. * run: convert-ly $(find . -name *.ly) * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix new chords.
* ly- -> ly:Han-Wen Nienhuys2002-10-131-38/+38
|
* *** empty log message ***Han-Wen Nienhuys2002-08-101-1/+1
|
* duh.Han-Wen Nienhuys2002-05-151-1/+1
|
* release: 1.5.9Han-Wen Nienhuys2001-09-081-0/+48
========= * Mensural rests (Juergen Reuter) * Swedish translation (Thanks to the translation project) * Bugfix: down 8th flag restored. * Bugfix: span-bars and hara-kiri. * More advanced collisions: handle meshed chords as well. 1.5.8.j