]> git.donarmstrong.com Git - lilypond.git/commitdiff
Minor swappage.
authorGraham Percival <graham@percival-music.ca>
Tue, 1 Mar 2005 07:17:49 +0000 (07:17 +0000)
committerGraham Percival <graham@percival-music.ca>
Tue, 1 Mar 2005 07:17:49 +0000 (07:17 +0000)
ChangeLog
Documentation/user/instrument-notation.itely

index 9fadc9a6d66689dd4291a9f50db89718e70e1980..b670bfe5ebc14f907364cdd8bab2f4cc052fa914 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2005-02-29  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/user/instrument-notation.teily: moved
+       \arpeggio to Basic.
+
+       * Documentation/user/advanced-notation.itely: Articulation to
+       Basic, a bunch of stuff from Basic moved to Advanced.
+
+       * Documentation/user/basic.itely: swapped various sections,
+       reorganized Basic.
+
 2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
 
        * flower/memory-stream.cc: 
index bed07c2b7b53e94f84ebd3aae496d2a5529c2da9..865a0eac45c8d51778e5bcbade963a6cfbae320d 100644 (file)
@@ -313,7 +313,6 @@ handle this cross-staffing behavior.  In this section we discuss the
 * Automatic staff changes::     
 * Manual staff switches::       
 * Pedals::                      
-* Arpeggio::                    
 * Staff switch lines::          
 * Cross staff stems::           
 @end menu
@@ -500,82 +499,6 @@ of the note head
 c\sostenutoDown d e c, f g a\sostenutoUp
 @end lilypond
 
-@node Arpeggio
-@subsection Arpeggio
-@cindex Arpeggio
-
-@cindex broken chord
-@cindex @code{\arpeggio}
-
-You can specify an arpeggio sign (also known as broken chord) on a
-chord by attaching an @code{\arpeggio} to a chord
-
-
-@lilypond[quote,raggedright,fragment,relative=1,verbatim]
-<c e g c>\arpeggio
-@end lilypond
-
-When an arpeggio crosses staves, you attach an arpeggio to the chords
-in both staves, and set
-@internalsref{PianoStaff}.@code{connectArpeggios}
-
-@lilypond[quote,raggedright,fragment,relative=1,verbatim]
-\context PianoStaff <<
-  \set PianoStaff.connectArpeggios = ##t
-  \new Staff { <c' e g c>\arpeggio }
-  \new Staff { \clef bass <c,, e g>\arpeggio }
->>
-@end lilypond
-
-The direction of the arpeggio is sometimes denoted by adding an
-arrowhead to the wiggly line
-
-@lilypond[quote,raggedright,fragment,relative=1,verbatim]
-\context Voice {
-  \arpeggioUp
-  <c e g c>\arpeggio
-  \arpeggioDown
-  <c e g c>\arpeggio
-}
-@end lilypond
-
-A square bracket on the left indicates that the player should not
-arpeggiate the chord
-
-@c todo: ugh, lousy typography.  Look for real example. --hwn
-
-@lilypond[quote,raggedright,fragment,relative=1,verbatim]
-\arpeggioBracket
-<c' e g c>\arpeggio
-@end lilypond
-
-@refcommands
-
-@cindex @code{\arpeggio}
-@code{\arpeggio},
-@cindex @code{\arpeggioUp}
-@code{\arpeggioUp},
-@cindex @code{\arpeggioDown}
-@code{\arpeggioDown},
-@cindex @code{\arpeggioNeutral}
-@code{\arpeggioNeutral},
-@cindex @code{\arpeggioBracket}
-@code{\arpeggioBracket}.
-
-@seealso
-
-Notation manual: @ref{Ties}, for writing out arpeggios.
-
-Program reference: @internalsref{ArpeggioEvent},
-@internalsref{Arpeggio}.
-
-
-
-@refbugs
-
-It is not possible to mix connected arpeggios and unconnected
-arpeggios in one @internalsref{PianoStaff} at the same point in time.
-
 @node Staff switch lines
 @subsection Staff switch lines
 
@@ -1542,13 +1465,6 @@ This example also shows that the chord printing routines do not try to
 be intelligent.  The last chord (@code{f bes d}) is not interpreted as
 an inversion.
 
-@c this menu isn't needed.
-@ignore
-@menu
-* Chords mode::
-* Printing chord names::
-@end menu
-@end ignore
 
 @node Chords mode
 @subsection Chords mode