CVSROOT: /cvsroot/lilypond Module name: lilypond Branch: Changes by: Han-Wen Nienhuys <[EMAIL PROTECTED]> 05/05/13 12:50:13
Modified files: . : ChangeLog Documentation/user: preface.itely input/regression: color.ly Log message: CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.3608&tr2=1.3609&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/Documentation/user/preface.itely.diff?tr1=1.51&tr2=1.52&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/input/regression/color.ly.diff?tr1=1.1&tr2=1.2&r1=text&r2=text Patches: Index: lilypond/ChangeLog diff -u lilypond/ChangeLog:1.3608 lilypond/ChangeLog:1.3609 --- lilypond/ChangeLog:1.3608 Fri May 13 12:27:51 2005 +++ lilypond/ChangeLog Fri May 13 12:50:12 2005 @@ -4,6 +4,9 @@ 2005-05-13 Han-Wen Nienhuys <[EMAIL PROTECTED]> + * Documentation/user/preface.itely (Notes for version 2.6): new + notes for 2.6 + * lily/dynamic-engraver.cc (stop_translation_timestep): first set finished_span_, then call typeset_all(). Fixes spurious "Hairpin is not fully contained" warnings. Index: lilypond/Documentation/user/preface.itely diff -u lilypond/Documentation/user/preface.itely:1.51 lilypond/Documentation/user/preface.itely:1.52 --- lilypond/Documentation/user/preface.itely:1.51 Sat Nov 13 20:46:35 2004 +++ lilypond/Documentation/user/preface.itely Fri May 13 12:50:12 2005 @@ -52,18 +52,29 @@ * Notes for version 2.4:: @end menu [EMAIL PROTECTED] Notes for version 2.4 [EMAIL PROTECTED] Notes for version 2.4 - -The most important developments in 2.4 are related. In LilyPond 2.4 [EMAIL PROTECTED] is no longer strictly necessary to engrave music. This is -because LilyPond can now also layout pages and determine page breaks. -Another notable feature is the syntax, which has been simplified even -further compared to previous versions. - [EMAIL PROTECTED] Notes for version 2.6 [EMAIL PROTECTED] Notes for version 2.6 +For years, LilyPond has been associated with @TeX{}, for its design, +syntax and, last but not least, since it used @TeX{} as an output +engine. Starting with 2.6, the latter has changed. By default, +LilyPond now produces PostScript directly. This makes it easier to +install, quicker to operate and more versatile. + +Under the hood, this was made possible by use of the Pango library, +which does typesetting of multilingual text. This means that you can +easily typeset Chinese, Russian or Minoic lyrics. Another result is +the SVG output. You can create SVG pictures of music notation directly +from LilyPond. + +There are also small improvements. This release has numerous extra +features, such as color support, string-number notation, arrowed +glissandi. Moreover, it is now possible to commission features. For a +small fee, we (the core developers) can implement the features that +you sorely. Examples of sponsored features in 2.6 are: solfa notation, +stemlets, starting and stopping staves. Han-Wen and Jan -Utrecht/Eindhoven, The Netherlands, September 2004. +Utrecht/Eindhoven, The Netherlands, May 2005. Index: lilypond/input/regression/color.ly diff -u lilypond/input/regression/color.ly:1.1 lilypond/input/regression/color.ly:1.2 --- lilypond/input/regression/color.ly:1.1 Mon Mar 7 09:46:16 2005 +++ lilypond/input/regression/color.ly Fri May 13 12:50:12 2005 @@ -1,25 +1,25 @@ \version "2.5.12" \header{ - texidoc = "Each grob can have a color assigned to it. + texidoc = "Each grob can have a color assigned to it. Use the @code{\override} and @code{\revert} expressions to set the @code{color} property." } -{ +\paper { raggedright = ##t } + \relative { - \override Accidental #'color = #darkgreen - \override Beam #'color = #cyan - \override NoteHead #'color = #darkyellow - c4 - \override NoteHead #'color = #red - f - \override NoteHead #'color = #darkmagenta - g - \override NoteHead #'color = #darkblue - b - \override NoteHead #'color = #green - \override Stem #'color = #blue - e8 es d dis e4 r -} + \override Accidental #'color = #darkgreen + \override Beam #'color = #cyan + \override NoteHead #'color = #darkyellow + c4 + \override NoteHead #'color = #red + f + \override NoteHead #'color = #darkmagenta + g + \override NoteHead #'color = #darkblue + b + \override NoteHead #'color = #green + \override Stem #'color = #blue + e8 es d dis e4 r } _______________________________________________ Lilypond-cvs mailing list Lilypond-cvs@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-cvs