diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2006-05-05 12:25:27 +0000 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2006-05-05 12:25:27 +0000 |
commit | 9148010ba13beb720c3b1ba51ebc7626fa4a5867 (patch) | |
tree | 0ef0ac6841fb4d6822cf8191e18c2d73feb2d7c4 | |
parent | 17936058af679e0c999d4c66ac405ff540c02cba (diff) |
*** empty log message ***
-rw-r--r-- | Documentation/topdocs/NEWS.tely | 28 | ||||
-rw-r--r-- | THANKS | 3 | ||||
-rw-r--r-- | 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'' { + <e c a f>2~ <e c a f> | + \set tieWaitForNote = ##t + e8~ c~ a~ f~ <e' c a f>2 | + f,8~ a~ c~ e~ <f, a c e>2 | +} +@end lilypond + + +This feature was sponsored by Steve Doonan. -@item @end itemize @@ -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'' { <e c a f>2~ <e c a f> | |