X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fuser%2Frefman.itely;h=1c9d14271e92fee323dcf9931d71fc2985cb0d26;hb=be6b7669873b8b227c224e9ff1e1e101c43426df;hp=63e051ab692484be5d75668bfc29cde9caedcf6f;hpb=1cc9a861dceeb8091853ebcc0c9a9306b012457f;p=lilypond.git diff --git a/Documentation/user/refman.itely b/Documentation/user/refman.itely index 63e051ab69..1c9d14271e 100644 --- a/Documentation/user/refman.itely +++ b/Documentation/user/refman.itely @@ -1879,31 +1879,6 @@ to the chords in both staves, and set This command creates @code{Voice.Arpeggio} grobs. Cross staff arpeggios are @code{PianoStaff.Arpeggio}. -To add an arrow head to explicitly specify the direction of the -arpeggio, you should set the arpeggio grob property -@code{arpeggio-type}. - -@lilypond[fragment,relative,verbatim] - \context Voice { - \property Voice.Arpeggio \override #'arpeggio-type = #'up - - \property Voice.Arpeggio \override #'arpeggio-type = #'down - - } -@end lilypond - -A square bracket on the left indicates that the player should not -arpeggiate the chord. - -@lilypond[fragment,relative,verbatim] - \context PianoStaff < - \property PianoStaff.connectArpeggios = ##t - \property PianoStaff.Arpeggio \override #'arpeggio-type = #'bracket - \context Voice = one { } - \context Voice = other { \clef bass } - > -@end lilypond - @refbugs It is not possible to mix connected arpeggios and unconnected arpeggios