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: Urs Liska
Subject: Re: Special Symbols on Piano Staff
Date: Sat, 23 Feb 2013 23:13:42 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130106 Thunderbird/17.0.2

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


reply via email to

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