Graham Percival schrieb:
On Tue, Mar 30, 2010 at 10:45:36PM +0200, Marc Hohl wrote:
/home/marc/git/lilypond/Documentation/out/notation/fretted-strings.texi:32:
I c
an't find file `c6/lily-4f6e19ca-systems.texi'.
@temp ->@input c6/lily-4f6e19ca-systems.texi
@includezzz ...and @input #1
}...@expandafter }...@temp
First, are you certain that your \deadNote example compiles? (I'm
not saying it won't; I can't check it here)
It does now :-/
Second, try:
touch Documentation/notation.tely
and then run "make doc" again.
Succeds now.
There were a few other issues with this patch, but let's get it
compiling first. :)
I attached the compiling patch and wait for corrections to come ...
Marc
Cheers,
- Graham
>From 6617d64a63b36f7a8f564a321d02674af026df1a Mon Sep 17 00:00:00 2001
From: Marc Hohl <m...@hohlart.de>
Date: Tue, 30 Mar 2010 22:41:10 +0200
Subject: [PATCH] Issue 1046: Documenting \deadNote|\deadNotesOn|\deadNotesOff
---
Documentation/notation/fretted-strings.itely | 24 ++++++++++++++++++++++--
Documentation/notation/pitches.itely | 7 ++++++-
2 files changed, 28 insertions(+), 3 deletions(-)
diff --git a/Documentation/notation/fretted-strings.itely
b/Documentation/notation/fretted-strings.itely
index 0ef0d10..a42e091 100644
--- a/Documentation/notation/fretted-strings.itely
+++ b/Documentation/notation/fretted-strings.itely
@@ -1470,13 +1470,33 @@ text markup.
@lilypond[quote,ragged-right,verbatim]
\relative c' {
\clef "treble_8"
- \override Staff.NoteHead #'style = #'cross
- g8 a b c b4
\override Staff.NoteHead #'style = #'harmonic-mixed
d^\markup { \italic { \fontsize #-2 { "harm. 12" }}} <g b>1
}
@end lilypond
+Dampened notes (also called @notation{dead notes}) are supported
+within normal and tablature staves:
+
+...@lilypond[quote,ragged-right,verbatim]
+music = \relative c' {
+ < a\3 \deadNote c\2 a'\1 >4
+ < b\3 \deadNote d\2 b'\1 >4
+ < c\3 \deadNote e\2 c'\1 >8
+ \deadNotesOn \times 2/3 { g16\3 b\2 e\1 } \deadNotesOff
+ < a,\3 c\2 e\1 >1
+}
+\new StaffGroup <<
+ \new Staff {
+ \clef "treble_8"
+ \override Voice.StringNumber #'transparent = ##t
+ \music
+ }
+ \new TabStaff {
+ \music
+ }
+>>
+...@end lilypond
@seealso
Snippets:
diff --git a/Documentation/notation/pitches.itely
b/Documentation/notation/pitches.itely
index 8bb544a..31af761 100644
--- a/Documentation/notation/pitches.itely
+++ b/Documentation/notation/pitches.itely
@@ -2574,6 +2574,10 @@ c4 b
c b < g \xNote c f > b
@end lilypond
+As synonyms for @code{\xNote}, @code{\xNotesOn} and @code{\xNotesOff},
+...@code{\deadnote}, @code{\deadNotesOn} and @code{\deadNotesOff} can
+be used. The term @notation{dead note} is commonly used by guitarists.
+
There is also a shorthand for diamond shapes which can be used
only inside chords:
@@ -2594,7 +2598,8 @@ Snippets:
Notation Reference:
@ref{Note head styles},
-...@ref{chorded notes}.
+...@ref{chorded notes},
+...@ref{indicating harmonics and dampened notes}.
Internals Reference:
@rinternals{note-event},
--
1.5.4.3
_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel