lilypond-user
[Top][All Lists]
Advanced

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

Re: cannot shift position of voice in polyphony


From: Tom Cloyd
Subject: Re: cannot shift position of voice in polyphony
Date: Sat, 18 May 2013 17:49:05 -0600
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130509 Thunderbird/17.0.6

Thanks for the clarification. This makes complete sense. It's also totally new to me, and teaches me something valuable I need to know. Very much appreciated!

Tom

On 05/18/2013 04:42 PM, Trevor Daniels wrote:
Urs Liska wrote Saturday, May 18, 2013 8:24 PM


To clarify:

Your original command does _not_ shift a note but (as the name tells) a note 
column. When you don't specify different voices both notes are in the same 
column and are shifted _together_.
Not quite.  The << \\ >> construct places the notes in separate voices anyway.  
Notes at the same musical moment in different voices are placed in the same NoteColumn when 
the stems are in the same direction and they have the same shift.   The \stemDown command 
puts the stem of the notes in VoiceOne down, the same as VoiceTwo, and these have the same 
shift, so they clash.  If you need both stems down, use \shiftOn in one of the voices 
rather than overriding 'force-hshift.

Trevor

Pierre Perol-Schneider <address@hidden> schrieb:

2013/5/18 Tom Cloyd <address@hidden>

  I'm having this problem repeatedly - in several scores

<< \stemDown

{a4\rest \once \override NoteColumn #'force-hshift = #2.0 a gis |} \\

{s4 b,2}


The " \once \override NoteColumn #'force-hshift = #2.0" has NO
effect.
\version "2.16.0"

<<
  \stemDown
{ \voiceOne a4\rest \once \override NoteColumn #'force-hshift = #2.0 a
gis | }
    \\
    { \voiceTwo s4 b,2 }
should work fine


------------------------------------------------------------------------

_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user
--
Diese Nachricht wurde von meinem Android-Mobiltelefon mit K-9 Mail gesendet.

--------------------------------------------------------------------------------


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


--

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Tom Cloyd, MS MA
Cedar City / St. George, Utah, U.S.A: (435) 272-3332
<< address@hidden >> (email) << TomCloyd.com >> (website)
<< Sleightmind.com >> (mental health issues weblog)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~




reply via email to

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