lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Special Symbols on Piano Staff


From: Mark Stephen Mrotek
Subject: RE: Special Symbols on Piano Staff
Date: Sat, 23 Feb 2013 15:57:49 -0800

Urs Liska:

 

Got it. Thank you!

 

Mark

 

From: address@hidden [mailto:address@hidden On Behalf Of Urs Liska
Sent: Saturday, February 23, 2013 2:14 PM
To: address@hidden
Subject: Re: Special Symbols on Piano Staff

 

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)     

3)      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
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user

 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]