From 816d8d2186e0f7bf3e7a8490b6649c78c8aec85b Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Tue, 11 Jun 2002 11:29:15 +0000 Subject: [PATCH] doc patch, tab patch --- Documentation/user/refman.itely | 12 ++++++++---- lily/tab-note-heads-engraver.cc | 1 + scm/context-description.scm | 2 ++ scm/translator-property-description.scm | 2 ++ 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/Documentation/user/refman.itely b/Documentation/user/refman.itely index 1db4cf656c..027b2523db 100644 --- a/Documentation/user/refman.itely +++ b/Documentation/user/refman.itely @@ -27,7 +27,8 @@ See @internalsref{\NAME\} @macro seeinternals{NAME} @end macro @macro internalsref{NAME} -\NAME\@cindex \NAME\ +@cindex \NAME\ +\NAME\ @end macro @end ifnothtml @@ -778,8 +779,8 @@ top level, and they are connected between different staffs of a \context Staff = up { e'4 d' \bar "||" f' e' } - \context Staff = down { c4 g e g } > -\context Staff = pedal { c2 c2 } > + \context Staff = down { \clef bass c4 g e g } > +\context Staff = pedal { \clef bass c2 c2 } > @end lilypond The grobs that are created at @internalsref{Staff} level. The name is @@ -1292,6 +1293,7 @@ An application---or rather, a hack---is to fake octavation indications. @menu * Articulations:: * Text scripts:: +* Adding scripts:: * Grace notes:: * Glissando :: * Dynamics:: @@ -1408,7 +1410,9 @@ text (see @ref{Text markup}) above or below notes by using a string: By default, these indications do not influence the note spacing, but by using the command @code{\fatText}, the widths will be taken into -account. @lilypond[fragment,singleline,verbatim] \relative c' { +account. +@c +@lilypond[fragment,singleline,verbatim] \relative c' { c4^"longtext" \fatText c4_"longlongtext" c4 } @end lilypond diff --git a/lily/tab-note-heads-engraver.cc b/lily/tab-note-heads-engraver.cc index 81901e31aa..99ce02045f 100644 --- a/lily/tab-note-heads-engraver.cc +++ b/lily/tab-note-heads-engraver.cc @@ -157,3 +157,4 @@ ENTER_DESCRIPTION(Tab_note_heads_engraver, /* acks */ "", /* reads */ "centralCPosition stringTunings", /* write */ ""); + diff --git a/scm/context-description.scm b/scm/context-description.scm index 505bc079cc..d77ffc39c1 100644 --- a/scm/context-description.scm +++ b/scm/context-description.scm @@ -85,6 +85,8 @@ automatically when an output definition (a @code{\score} or @code{\paper} block) is processed. ") + + (TabStaff . "Context for generating tablature.") ) ) diff --git a/scm/translator-property-description.scm b/scm/translator-property-description.scm index 377fa616b0..049471230c 100644 --- a/scm/translator-property-description.scm +++ b/scm/translator-property-description.scm @@ -332,6 +332,8 @@ Overrides automatic beaming. The value is only used once, and then it is erased. .") (translator-property-description 'stemRightBeamCount integer? "idem, for the right side.") + +(translator-property-description 'stringTunings list? "DOCME.") (translator-property-description 'stz markup? "Abbreviated form for a stanza, see also Stanza property.") (translator-property-description 'subdivideBeams boolean? "If set, multiple beams will be subdivided at beat positions - by only drawing one beam over the beat.") -- 2.39.5