]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 5 May 2006 12:25:27 +0000 (12:25 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 5 May 2006 12:25:27 +0000 (12:25 +0000)
Documentation/topdocs/NEWS.tely
THANKS
input/regression/tie-arpeggio-collision.ly

index 02cd922aafe729c1a23ebde5e85d5e072087d441..5329169c205d1f15cdb5dc8f21db5fe37b8f63c7 100644 (file)
@@ -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
 
diff --git a/THANKS b/THANKS
index 77159a13e521e0f80e2ba61b16c61cba3218b81b..823d74360960bdd4d27b8f9bda12100c32f3421b 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -22,7 +22,8 @@ Joe Neeman
 SPONSORS
 
 Chris Sawer
-
+Jamie Bullock
+Steve Doonan
 
 DOCUMENTATION HELPERS
 
index c8c78d4c533dd6e876cd22b090d45dab4b5da174..b1b0458f23bff9f059d0a7f0ff8adb8d8bfb6f34 100644 (file)
@@ -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> |