On Saturday, 29 July 2000, Scott Ballantyne writes:

> I can't seem to get the horizontal shift stuff to work for me, my
> latest effort is:

Assuming this is all in Staff context, you're trying to use non-scheme
(1.2 style properties), and have made a typo.

Try

    \include "english.ly"
    \score{
    \context Staff\notes<
               \context Voice = vone {
                    \stemup 
                    \property Voice.horizontalNoteShift=#1
                    \property Voice.forceHorizontalShift = #1
                    s8 s8 e,8}
                \context Voice = vtwo {
                         \stemdown

                         [gs16( b\< e e, gs )\!e' ]
                        }
                >

    }

Greetings,
Jan.

>           \context Voice = vone {
>               \stemup 
>               \property Voice.horizontalNoteShift=1
>               \property Voice.forceHorizontalSHift = "1"
>               s8 s8 e,8}
>           \context Voice = vtwo {
>                    \stemdown
> 
>                    [gs16( b\< e e, gs )\!e' ]
>                   }
>           >
> 
> to try to get the e,8 shifted a note head to the right. But this
> doesn't seem to make any difference. Clearly, there's something I
> don't understand, so if someone could clear this up for me, I would
> appreciate it.
> 
> sdb
> 
> 


-- 
Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org

Reply via email to