|
From: | Dirck Nagy |
Subject: | Re: spacing staff...can it be done? |
Date: | Sat, 14 Dec 2024 19:42:08 +0000 |
Thanks David.
OK, I will not try to create a separate spacing staff! Thanks!
I'm still a little unclear on the use of "\\"
Here is the score block from a piano template i use. Should i just leave out the "\\"? It seems to work, just trying it out, but i dont know what other effects this might have. Is there a better way to set up voices in a template?
What does the "\\" do, then? I have other templates with up to 4 voices per staff, 5 in the case of a spacing voice.
\score {
\new PianoStaff <<
\new Staff = "right" \with {
midiInstrument = "acoustic grand"
} << \rightOne \\ \rightTwo >>
\new Staff = "left" \with {
midiInstrument = "acoustic grand"
} { \clef bass << \leftOne \\ \leftTwo >> }
>>
From: lilypond-user-bounces+dnagy=uwlax.edu@gnu.org <lilypond-user-bounces+dnagy=uwlax.edu@gnu.org> on behalf of David Kastrup <dak@gnu.org>
Sent: Saturday, December 14, 2024 5:09 AM To: Dirck Nagy <dnagy@uwlax.edu> Cc: lilypond-user@gnu.org <lilypond-user@gnu.org>; dircknagy@hotmail.com <dircknagy@hotmail.com> Subject: Re: spacing staff...can it be done? Caution: *External Email: Use caution responding, opening attachments, or clicking on links.* Dirck Nagy <dnagy@uwlax.edu> writes: > OK, i just remembered there is a \stemNeutral command. > > This solves my immediate problem...sorry for the trouble! No, it doesn't. It just changes stem direction but not other voicing characteristics. Changing back to neutral voice settings is done using \oneVoice instead. But you should not need to change _back_ at all. As mentioned in another post, you are likely misusing \\ for something it is not good for. -- David Kastrup |
[Prev in Thread] | Current Thread | [Next in Thread] |