\paper block, with
#(define fonts
(make-pango-font-tree
"Times New Roman" "Helvetica" "Courier"
(/ myStaffSize 20)))
alignBelowContext or alignAboveContext
properties in the newly created context. An example of the use of this
is in input/regression/alignment-order.ly.
This feature has been sponsored by Bertalan Fodor.
b4 b \stopStaff b \startStaff b
This feature has been sponsored by Hans Forbrich.
\override Glissando #'arrow = ##t
b''2 \glissando b'
\epsfile allows inclusion of EPS graphics into
markup texts.
\displayMusic, which will display a
music expression as indented Scheme code.
\circle markup command allows for all kinds of circled
texts
<c\1 e\2 g\3>
See also input/regression/string-number.ly.
This feature was sponsored by Gunther Strube.
\score block or toplevel
music expression, for example,
\relative { c' d e }
\markup { first text }
\markup { second text }
kpathsea library is loaded dynamically, so installing
LilyPond does not require installing TeX anymore.
tieWaitForNote property, arpeggios may be written
out using ties, for example,
\set tieWaitForNote = ##t
\grace { c16[~ e~ g]~ } <c, e g>4
Thanks to Steve Doonan for funding development of this feature.
\override NoteHead #'color = #red
c4
Ghostscript 8.x is required for PDF output. Earlier versions may hang while converting PostScript to PDF.
\override TextScript #'font-name = #"Serif"
or using the classic font selection mechanism
\override TextScript #'font-family = #'roman
\override TextScript #'font-series = #'bold
Any Type1 and TrueType font recognized by FontConfig is available in LilyPond as well.
-f texstr output backend. This provides exact metrics
for texts, including kerning and accents.
\espressivo has been added, for a combination of
crescendo and decrescendo on a single note.
\column,
\center-align, etc, are not grouped with < ... > anymore,
but with { ... }, eg:
\markup \column {
\line { first line }
\line { second line }
}
<< { d1 }
{ s2 \grace { c16[ d] } } >>
c4
This can now be shortened by doing
\afterGrace { d1 } { c16[ d] }
breakbefore in the \header block to
true or false.
\set shapeNoteStyles = ##(do re mi fa #f la ti)
c d e f g a b c d e f g a b c
\markup commands.
\cueDuring #voice-name #direction { music }
This will set stem directions and put the cue notes in the cue
Voice.
\override Stem #'stemlet-length = #0.75
c8[ r8 c16 r16 c8]
For older news, go to http://lilypond.org/doc/v2.4/Documentation/topdocs/out-www/NEWS.html.
This page is for LilyPond-2.6.3 (stable-branch).