]> git.donarmstrong.com Git - lilypond.git/commitdiff
(Measure repeats): add
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 24 Aug 2005 12:22:51 +0000 (12:22 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 24 Aug 2005 12:22:51 +0000 (12:22 +0000)
countPercentRepeats example.

Documentation/topdocs/NEWS.tely
Documentation/user/basic-notation.itely
THANKS

index 8c8bd87a37ebc8a6900c5ff05fc0701077773c27..a94076456e80e078bc2ce4ca1b43461798586693 100644 (file)
@@ -21,6 +21,13 @@ See user manual, \NAME\
 @end ifnothtml
 
 
+@macro textanchor{NAME}
+@html
+<a name href="\NAME\"></a>
+@end html
+@end macro
+
+
 @documentencoding utf-8
 @documentlanguage en
 
@@ -36,7 +43,7 @@ This document is also available in @uref{NEWS.pdf,PDF}.
 
 
 @itemize @bullet
-@item
+@item @textanchor{tie-chords}
 Formatting of ties in chords has been improved. Ties no longer collide
 with note heads and stems. In addition, it is possible to manually
 specify tie formatting
@@ -70,7 +77,7 @@ Kieren MacMillan, Steve Doonan, Trevor Baca, and Vicente Solsona
 Dellá.
  
 
-@item
+@item  @textanchor{repeat-counter}
 With the @code{countPercentRepeats} property,
 percent repeats get incremental numbers to indicate the accumulated repeat count.
 
@@ -186,7 +193,7 @@ add arrows to the brackets,
 This feature was sponsored by Trevor Baca.
 
 
-@item
+@item @textanchor{arrow-glyph}
 Arrow heads were added to the Feta font.
 
 @lilypond[]
@@ -250,7 +257,7 @@ showLastLength = R1*5
 will render only the last five measures (assuming 4/4 time signature)
 of a piece.
 
-@item
+@itemy @textanchor{simple-melismata}
 Melismata can be specified simply in the lyrics now, eg.
 
 @lilypond[relative=1,verbatim,fragment]
@@ -279,7 +286,7 @@ The setting @code{whichBar} and time-bookkeeping is now split into a
 @code{Default_bar_line_engraver} and @code{Timing_translator}
 respectively.
 
-@item
+@item @textanchor{pitched-trill}
 Explicit pitches may be added to trills,
 
 @lilypond[relative,verbatim,fragment]
index 4f32d047d066ceac8fa18bba1517cee9c70276b7..f1c31032af6434876c956e8e08ce449e47638e0b 100644 (file)
@@ -2934,7 +2934,7 @@ Percent repeats must be declared within a @code{Voice} context.
 Measure repeats of more than 2 measures get a counter, if you switch
 on the @code{countPercentRepeats} property,
 
-@lilypond[relative=2, quote,verbatim,raggedright]
+@lilypond[relative=2,fragment,quote,verbatim,raggedright]
 \set countPercentRepeats = ##t
 \new Voice
   \repeat "percent" 4 { c1 }
diff --git a/THANKS b/THANKS
index cca7fc5c93dc7669a8e4188c646e0b80159db551..8aebe3cdbba49ae49af5e4bd7caa1316a5a24ca7 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -21,9 +21,12 @@ Yoshinobu Ishizaki
 
 SPONSORS
 
+Jay Hamilton
 Jamie Bullock
 D. Josiah Boothby
+Kieren MacMillan
 Nancho Alvarez
+Steve Doonan
 Sven Axelsson
 Trevor Bača
 Yoshinobu Ishizaki