]> git.donarmstrong.com Git - lilypond.git/commitdiff
doc patch, tab patch
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 11 Jun 2002 11:29:15 +0000 (11:29 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 11 Jun 2002 11:29:15 +0000 (11:29 +0000)
Documentation/user/refman.itely
lily/tab-note-heads-engraver.cc
scm/context-description.scm
scm/translator-property-description.scm

index 1db4cf656c2f5972171aa4b9ef0a18ae52a0b8b8..027b2523db4ddcbb6c394b84960b419294f30a4f 100644 (file)
@@ -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
 
index 81901e31aadcc42188dd232ea991d893772b8ebc..99ce02045fdff3a1c90edbea9d1ae0fc23ab09a6 100644 (file)
@@ -157,3 +157,4 @@ ENTER_DESCRIPTION(Tab_note_heads_engraver,
 /* acks  */       "",
 /* reads */       "centralCPosition stringTunings",
 /* write */       "");
+
index 505bc079ccff1464a7891d53712bdb89cd6c7a82..d77ffc39c15bc1870813efb71268fa1ea3ae33c9 100644 (file)
@@ -85,6 +85,8 @@
     automatically when an output definition (a @code{\score} or
     @code{\paper} block) is processed.
 ")
+
+    (TabStaff . "Context for generating tablature.")
     )
   )
 
index 377fa616b00f5a17a9a478550172a65c7950829a..049471230c47a0319c5779cc861474ceea64661e 100644 (file)
@@ -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.")