Re: Why doesn't h-shift work in monophonic textures?

2016-08-18 Thread tisimst
On Thursday, August 18, 2016, Urs Liska [via Lilypond] <
ml-node+s1069038n19380...@n5.nabble.com> wrote:

>
>
> Am 18.08.2016 um 18:14 schrieb tisimst:
>
> Josh,
>
> On Thu, Aug 18, 2016 at 9:51 AM, Joshua Nichols [via Lilypond] <[hidden
> email] > wrote:
>
>> I'm trying to shift a note one place to either direction using the
>> following:
>>
>> \once \override NoteColumn.force-hshift = #1
>>
>> In monophonic texures. However, It doesn't work/compile.
>>
>> Why is this so? What is the solution?
>>
>> forceHShift = { \once \override NoteColumn.force-hshift = #40 }
>>
>> \relative c' {
>>   c d e \forceHShift f g f e d c
>> }
>>
>
> Try:
>
> \once \override NoteColumn.X-offset = #1
>
>
> This was the solution, the "why" is that the "shift" in force-hshift
> refers to shifting the note column in relation to other voices.
>
> Urs


You are absolutely correct, Urs.  I realized that I hadn't answered the
"why" until moments before your message came through. So, thanks for
completing the task!

Best,
Abraham




--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Why-doesn-t-h-shift-work-in-monophonic-textures-tp193796p193804.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: Why doesn't h-shift work in monophonic textures?

2016-08-18 Thread Urs Liska


Am 18.08.2016 um 18:14 schrieb tisimst:
> Josh,
>
> On Thu, Aug 18, 2016 at 9:51 AM, Joshua Nichols [via Lilypond]
> <[hidden email] > wrote:
>
> I'm trying to shift a note one place to either direction using the
> following:
>
> \once \override NoteColumn.force-hshift = #1
>
> In monophonic texures. However, It doesn't work/compile.
>
> Why is this so? What is the solution?
>
> forceHShift = { \once \override NoteColumn.force-hshift = #40 }
>
> \relative c' {
>   c d e \forceHShift f g f e d c
> }
>
>
> Try:
>
> \once \override NoteColumn.X-offset = #1
>

This was the solution, the "why" is that the "shift" in force-hshift
refers to shifting the note column in relation to other voices.

Urs

> HTH,
> Abraham 
>
> ----------------
> View this message in context: Re: Why doesn't h-shift work in
> monophonic textures?
> <http://lilypond.1069038.n5.nabble.com/Why-doesn-t-h-shift-work-in-monophonic-textures-tp193796p193798.html>
> Sent from the User mailing list archive
> <http://lilypond.1069038.n5.nabble.com/User-f3.html> at Nabble.com.
>
>
> ___
> 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: Why doesn't h-shift work in monophonic textures?

2016-08-18 Thread tisimst
Josh,

On Thu, Aug 18, 2016 at 9:51 AM, Joshua Nichols [via Lilypond] <
ml-node+s1069038n193796...@n5.nabble.com> wrote:

> I'm trying to shift a note one place to either direction using the
> following:
>
> \once \override NoteColumn.force-hshift = #1
>
> In monophonic texures. However, It doesn't work/compile.
>
> Why is this so? What is the solution?
>
> forceHShift = { \once \override NoteColumn.force-hshift = #40 }
>
> \relative c' {
>   c d e \forceHShift f g f e d c
> }
>

Try:

\once \override NoteColumn.X-offset = #1

HTH,
Abraham




--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Why-doesn-t-h-shift-work-in-monophonic-textures-tp193796p193798.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


Why doesn't h-shift work in monophonic textures?

2016-08-18 Thread Joshua Nichols
I'm trying to shift a note one place to either direction using the
following:

\once \override NoteColumn.force-hshift = #1

In monophonic texures. However, It doesn't work/compile.

Why is this so? What is the solution?

forceHShift = { \once \override NoteColumn.force-hshift = #40 }

\relative c' {
  c d e \forceHShift f g f e d c
}

​Sincerely,

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