Am 23.02.2013 22:47, schrieb Mark Stephen Mrotek:

Hello:

Within a piano staff

1)For what term/command do I search the on-line manual for directions to print a bracket, " [ ," indicating one hand to play pitches on both staves, and

From my library files:

%{ \chordBracket

   Use an arpeggio bracket to indicate a cross staff chord

   Shorthand to once override the arpeggio bracket

   use in combination with a following \arpeggio command

   (does only work in combination with the connectArpeggios defined below)

%}
chordBracket = {
  \once \override PianoStaff.Arpeggio #'stencil = 
#ly:arpeggio::brew-chord-bracket

}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% General overrides for a PianoStaff
% (Provide useful defaults)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\layout {
  \context {
    \PianoStaff
    % Arpeggios are more often connected than not
    connectArpeggios = ##t
  }
}



2)Similarly for directions to print a line showing an inner voice moving from one staff to the other.

showStaffSwitch

Thank you for your kind attention.

HTH
Urs

Mark



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to