From 9148010ba13beb720c3b1ba51ebc7626fa4a5867 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Fri, 5 May 2006 12:25:27 +0000 Subject: [PATCH] *** empty log message *** --- Documentation/topdocs/NEWS.tely | 28 +++++++++++++++++++++- THANKS | 3 ++- input/regression/tie-arpeggio-collision.ly | 2 +- 3 files changed, 30 insertions(+), 3 deletions(-) diff --git a/Documentation/topdocs/NEWS.tely b/Documentation/topdocs/NEWS.tely index 02cd922aaf..5329169c20 100644 --- a/Documentation/topdocs/NEWS.tely +++ b/Documentation/topdocs/NEWS.tely @@ -66,8 +66,34 @@ which scares away people. @end ignore +@item +The @code{\note} markup command now also accepts note head styles. + +@lilypond[ragged-right,fragment,relative=2] +c4^\markup { + \override #'(style . triangle) \note #2 #1 #1 + = 100 +} +@end lilypond + +This feature was sponsored by Jamie Bullock. + +@item +Tie chord formatting also works with arpegiated +ties. + +@lilypond[ragged-right] +\relative c'' { + 2~ | + \set tieWaitForNote = ##t + e8~ c~ a~ f~ 2 | + f,8~ a~ c~ e~ 2 | +} +@end lilypond + + +This feature was sponsored by Steve Doonan. -@item @end itemize diff --git a/THANKS b/THANKS index 77159a13e5..823d743609 100644 --- a/THANKS +++ b/THANKS @@ -22,7 +22,8 @@ Joe Neeman SPONSORS Chris Sawer - +Jamie Bullock +Steve Doonan DOCUMENTATION HELPERS diff --git a/input/regression/tie-arpeggio-collision.ly b/input/regression/tie-arpeggio-collision.ly index c8c78d4c53..b1b0458f23 100644 --- a/input/regression/tie-arpeggio-collision.ly +++ b/input/regression/tie-arpeggio-collision.ly @@ -10,7 +10,7 @@ unarpegiated case." \version "2.9.3" -\version "2.8.1" + \layout { ragged-right = ##t } \new Staff \relative c'' { 2~ | -- 2.39.5