lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Doc: NR clarified \footnote command as a TextScript (issue 6137050)


From: pkx166h
Subject: Re: Doc: NR clarified \footnote command as a TextScript (issue 6137050)
Date: Wed, 02 May 2012 06:01:47 +0000

Reviewers: Graham Percival,


http://codereview.appspot.com/6137050/diff/1/Documentation/notation/input.itely
File Documentation/notation/input.itely (right):

http://codereview.appspot.com/6137050/diff/1/Documentation/notation/input.itely#newcode1050
Documentation/notation/input.itely:1050: footnote is being attached but
can also be attached as a
On 2012/04/30 07:39:21, Graham Percival wrote:
isn't a textscript also a grob?  if so, you don't need to add that in
the text.
The example carries that story.

Possibly, I don't actually know the technical difference, I was
following the examples I did previously (if you scan down to the start
of the 'manual' footnotes and the 'chorded' notes I've just tried tied
to be consistent and that is what I used there. That was based on
comments by Mike (and possibly David when he made his changes), so if
TextScript and Grob are interchangeable I should make the changes
throughout the @nodes than just here.

If someone can let me know?

Description:
Doc: NR clarified \footnote command as a TextScript

While chorded notes *require* the \footnote command attached
as a TextScript, normal notes can _also_ be attached like that.

The original description stated the command *must* come before
single notes.

Please review this at http://codereview.appspot.com/6137050/

Affected files:
  M Documentation/notation/input.itely


Index: Documentation/notation/input.itely
diff --git a/Documentation/notation/input.itely b/Documentation/notation/input.itely index 9294d5cd0838826481f4dd87fd5f90783cc0d074..c93a1cad8333f081d6b4037ad944a7db6f049abc 100644
--- a/Documentation/notation/input.itely
+++ b/Documentation/notation/input.itely
@@ -1046,8 +1046,9 @@ annotated, the @samp{(x . y)} position of the indicator and a
 @code{\markup} that will appear in the footnote at the bottom of the
 page.

-The command @code{\footnote} must come @emph{before} the grob that the
-footnote is being attached to:
+The command @code{\footnote} comes @emph{before} the grob that the
+footnote is being attached but can also be attached as a
address@hidden:

 @lilypond[verbatim,quote,ragged-right,papersize=a8]
 \book {
@@ -1058,7 +1059,9 @@ footnote is being attached to:
     a'4 b8
     \footnote #'(0.5 . 1) #'NoteHead
       \markup { The third note }
-    e c4 d4
+    e c4
+    d4-\footnote #'(-0.5 . 2) #'NoteHead
+         \markup { The last note }
   }
 }
 @end lilypond





reply via email to

[Prev in Thread] Current Thread [Next in Thread]