ottava.
* scm/define-grobs.scm (all-grob-descriptions): set
text-repeat-if-broken for ottava spanner
2004-01-13 Han-Wen Nienhuys <hanwen@xs4all.nl>
+ * Documentation/user/refman.itely (Ottava brackets): more doco for
+ ottava.
+
* lily/side-position-interface.cc (out_of_staff): also do
out_of_staff() correctly for d == DOWN.
@chapter New features in 2.1 since 2.0
+@ignore
Unreleased:
@itemize
@end itemize
-Version 2.1.7
+Version 2.1.9
+@end ignore
@itemize @bullet
+@item There is a new mechanism for putting lyrics to melodies.
+With this mechanism, @code{LyricVoice}s can be put melodies
+individually, allowing for different melismatic sections in every
+@code{LyricVoice}. See @file{input/regression/lyric-combine-new.ly}.
+
+@item Formatting of ottava brackets has been improved.
+
+@item Bar lines may now be dotted.
+
+
@item The documentation now has links to a wiki, where everyone can
add personal comments to the manual.
a b }
@end lilypond
-Internally the @code{set-octavation} function sets the properties
+The @code{set-octavation} function also takes -1 (for 8va bassa) and 2
+(for 15ma) as arguments. Internally the function sets the properties
@code{ottavation} (eg. to @code{"8va"}) and
-@code{centralCPosition}. The function also takes arguments -1 (for 8va
-bassa) and 2 (for 15ma).
+@code{centralCPosition}. For overriding the text of the bracket, set
+@code{ottavation} after invoking @code{set-octavation}, i.e.,
-@internalsref{OttavaSpanner}.
+@example
+ #(set-octavation 1)
+ \property Staff.ottavation = #"8"
+@end example
+
+@seealso
+
+Internals: @internalsref{OttavaSpanner}.
+
+Examples: @inputfileref{input/regression,ottava.ly},
+@inputfileref{input/regression,ottava-broken.ly}.
@refbugs
PACKAGE_NAME=LilyPond
MAJOR_VERSION=2
MINOR_VERSION=1
-PATCH_LEVEL=8
-MY_PATCH_LEVEL=hwn1
+PATCH_LEVEL=9
+MY_PATCH_LEVEL=
(width-correct . 0.0)
(style . dashed-line)
(dash-fraction . 0.3)
- (edge-height . (0 . 1.5))
+ (edge-height . (0 . 1.2))
(direction . 1)
(meta . ((interfaces . (text-spanner-interface side-position-interface font-interface spanner-interface))))
))