From: Graham Percival Date: Tue, 1 Mar 2005 07:17:49 +0000 (+0000) Subject: Minor swappage. X-Git-Tag: release/2.5.14~55 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=62de14ce7c92a6f621bcc34808966d2a353a75fd;p=lilypond.git Minor swappage. --- diff --git a/ChangeLog b/ChangeLog index 9fadc9a6d6..b670bfe5eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2005-02-29 Graham Percival + + * 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 * flower/memory-stream.cc: diff --git a/Documentation/user/instrument-notation.itely b/Documentation/user/instrument-notation.itely index bed07c2b7b..865a0eac45 100644 --- a/Documentation/user/instrument-notation.itely +++ b/Documentation/user/instrument-notation.itely @@ -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] -\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 { \arpeggio } - \new Staff { \clef bass \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 - \arpeggio - \arpeggioDown - \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 -\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