Re: Special Symbols on Piano Staff

2013-02-24 Thread Urs Liska

Am 24.02.2013 00:00, schrieb Nathan:


Nathan


Oops, sorry for the duplicate answer. Somehow I missed the others...

At least our answers are consistent :-)


Regards,
Nathan


___
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


Re: Special Symbols on Piano Staff

2013-02-23 Thread Urs Liska

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


Re: Special Symbols on Piano Staff

2013-02-23 Thread Eluze
Mark Stephen Mrotek wrote
 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

I think that's recently been discussed on the french Lilypond forum:
http://lilypond-french-users.1298960.n2.nabble.com/deux-notes-sont-affichees-sur-la-partition-mais-n-en-jouer-qu-une-td7579055.html#none

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

I don't really understand what you mean here - can you give an example (scan
or something else)?

Eluze



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Special-Symbols-on-Piano-Staff-tp141340p141342.html
Sent from the User mailing list archive at Nabble.com.

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


Re: Special Symbols on Piano Staff

2013-02-23 Thread Nathan
On Sat, Feb 23, 2013 at 1:47 PM, Mark Stephen Mrotek
carsonm...@ca.rr.comwrote:

 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

 

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

 ** **

 Thank you for your kind attention.

 ** **

 Mark


1) Use a cross-staff arpeggio and style it as a bracket. See this LSR
snippet: http://lsr.dsi.unimi.it/LSR/Item?id=466

2) Use \showStaffSwitch:
http://lilypond.org/doc/v2.16/Documentation/notation/common-notation-for-keyboards#staff_002dchange-lines


Regards,
Nathan
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


RE: Special Symbols on Piano Staff

2013-02-23 Thread Mark Stephen Mrotek
Nathan:

 

Thank you for the reply and the explicit directions. I have printed and shall 
study.

 

Mark

 

From: Nathan [mailto:when.possi...@gmail.com] 
Sent: Saturday, February 23, 2013 3:00 PM
To: Mark Stephen Mrotek
Cc: LilyPond Users
Subject: Re: Special Symbols on Piano Staff

 

On Sat, Feb 23, 2013 at 1:47 PM, Mark Stephen Mrotek carsonm...@ca.rr.com 
wrote:

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

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

 

Thank you for your kind attention.

 

Mark

 

1) Use a cross-staff arpeggio and style it as a bracket. See this LSR snippet: 
http://lsr.dsi.unimi.it/LSR/Item?id=466

 

2) Use \showStaffSwitch: 
http://lilypond.org/doc/v2.16/Documentation/notation/common-notation-for-keyboards#staff_002dchange-lines
 

 

Regards,

Nathan

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


RE: Special Symbols on Piano Staff

2013-02-23 Thread Mark Stephen Mrotek
Urs Liska:

 

Got it. Thank you!

 

Mark

 

From: lilypond-user-bounces+carsonmark=ca.rr@gnu.org
[mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of Urs
Liska
Sent: Saturday, February 23, 2013 2:14 PM
To: lilypond-user@gnu.org
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
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


Re: Special Symbols on Piano Staff

2013-02-23 Thread Nathan
On Sat, Feb 23, 2013 at 2:59 PM, Nathan when.possi...@gmail.com wrote:

 On Sat, Feb 23, 2013 at 1:47 PM, Mark Stephen Mrotek carsonm...@ca.rr.com
  wrote:

 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

 

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

 ** **

 Thank you for your kind attention.

 ** **

 Mark


 1) Use a cross-staff arpeggio and style it as a bracket. See this LSR
 snippet: http://lsr.dsi.unimi.it/LSR/Item?id=466

 2) Use \showStaffSwitch:
 http://lilypond.org/doc/v2.16/Documentation/notation/common-notation-for-keyboards#staff_002dchange-lines


 Regards,
 Nathan


Oops, sorry for the duplicate answer. Somehow I missed the others...

Regards,
Nathan
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user