From 17fb53c643d8d2307d01fef624d982a562f9a574 Mon Sep 17 00:00:00 2001 From: Neil Puttock Date: Mon, 28 Sep 2009 21:28:15 +0100 Subject: [PATCH] Docs: News entry for manual beaming direction shorthand. --- Documentation/changes.tely | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/Documentation/changes.tely b/Documentation/changes.tely index 6b48fb5177..f93fcf8ca8 100644 --- a/Documentation/changes.tely +++ b/Documentation/changes.tely @@ -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 -- 2.39.5