]> git.donarmstrong.com Git - lilypond.git/commitdiff
Docs: News entry for manual beaming direction shorthand.
authorNeil Puttock <n.puttock@gmail.com>
Mon, 28 Sep 2009 20:28:15 +0000 (21:28 +0100)
committerNeil Puttock <n.puttock@gmail.com>
Mon, 28 Sep 2009 20:38:57 +0000 (21:38 +0100)
Documentation/changes.tely

index 6b48fb5177cd05677fcd0419064ae0826ff754eb..f93fcf8ca843f35d18f0185736723649ee318056 100644 (file)
@@ -64,15 +64,15 @@ which scares away people.
 @end ignore
 
 @item
-A version of the breve notehead has been added with two vertical lines on each side.
-@lilypond
-\relative c'' {
-  \time 4/2
-  \override Staff.NoteHead  #'style = #'altdefault
-  c\breve b\breve
-}
-@end lilypond
+The direction of manual beams can be set with @code{^[} and @code{_[}.
 
+@item
+A version of the breve note head has been added with two vertical lines on each side.
+@lilypond[quote,relative=2]
+\time 4/2
+\override Staff.NoteHead #'style = #'altdefault
+c\breve | b\breve
+@end lilypond
 
 @item
 Instrument names and vocal names now take into account the extent of
@@ -148,7 +148,7 @@ An eyeglasses markup was added, indicating strongly to look at the
 conductor for instructions:
 @lilypond[quote,relative=2]
 \mark \markup { \eyeglasses }
-c4_\markup{ \eyeglasses }
+c4_\markup { \eyeglasses }
 @end lilypond
 
 @item
@@ -192,8 +192,6 @@ and to add notes to the number or fraction:
 FretBoards now have a chordChanges property to keep repeated FretBoard objects
 from being typeset.
 
-
-
 @end itemize