Re: Shift & rests

2008-01-08 Thread Luc



2008/1/9, Luc <[EMAIL PROTECTED]>:

 I posted this question 2 days ago but I got no response


These things happen :)


No problem, I just wanted to be sure somebody reads it...




Isn't a pitched rest supposed to
shift to the right or - vice versa - a chord relative to the rest?


Why would it be shifted to the *right*? the rest and the chord are
simultaneous events, so LilyPond tries to put them vertically aligned.


Because I use \override NoteColumn #'force-hshift = #2. in one voice! This  
works with a "normal" note, but not with a "\rest"-ed note.



(Plus, when you do'nt use a pitched rest, as you noticed, there is no
collision).


I have reduced the score to the essential (lilypond-wise), originally it  
is a 4 voice arrangement of a piece of John Dowland for lute or guitar  
where another note appears in the bass (e,) and then the collision occurs!





If you really want to shift your rest to the right, use
\once \override Voice.Rest #'X-offset = #2


This helps, thanks!


--
Gruss
Luc


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


Re: Shift & rests

2008-01-08 Thread Valentin Villenave
2008/1/9, Luc <[EMAIL PROTECTED]>:
>  I posted this question 2 days ago but I got no response

These things happen :)

> Isn't a pitched rest supposed to
> shift to the right or - vice versa - a chord relative to the rest?

Why would it be shifted to the *right*? the rest and the chord are
simultaneous events, so LilyPond tries to put them vertically aligned.
(Plus, when you do'nt use a pitched rest, as you noticed, there is no
collision).

If you really want to shift your rest to the right, use
\once \override Voice.Rest #'X-offset = #2

beware: you'd better use \once before \override, or else your override
will stay active in the whole score until you type \revert.

Cheers,
Valentin


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


Re: Shift & rests

2008-01-08 Thread Luc


Sorry, the attachemnt failed to upoad



I posted this question 2 days ago but I got no response - maybe the
attachement will illustrate what I mean!
I would appreciate any hint about shifting rests horizontally.
Thnx!
Luc

Isn't a pitched rest supposed to shift to the right or - vice versa - a
chord relative to the rest?

\version "2.11.37"
\paper { ragged-right =##t }
<<
{ < d' g' > }
\\
{ \override NoteColumn #'force-hshift = #2. b \rest }




--
Gruss
Luc

shiftOn.pdf
Description: Adobe PDF document
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Shift & rests

2008-01-08 Thread Luc

I posted this question 2 days ago but I got no response - maybe the
attachement will illustrate what I mean! 
I would appreciate any hint about shifting rests horizontally.
Thnx!
Luc 

Isn't a pitched rest supposed to shift to the right or - vice versa - a  
chord relative to the rest?

\version "2.11.37"
\paper { ragged-right =##t }
<<
{ < d' g' > }
\\
{ \override NoteColumn #'force-hshift = #2. b \rest }
>>
<<
{ \override NoteColumn #'force-hshift = #2. < d' g' > }
\\
{ r }
>>


-- 
Gruss
Luc


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



-- 
View this message in context: 
http://www.nabble.com/Shift---rests-tp14645928p14702152.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Shift & rests

2008-01-06 Thread Luc
% Isn't a pitched rest supposed to shift to the right or - vice versa - a  
chord relative to the rest?


\version "2.11.37"
\paper { ragged-right =##t }
<<
{ < d' g' > }
\\
{ \override NoteColumn #'force-hshift = #2. b \rest }



<<
{ \override NoteColumn #'force-hshift = #2. < d' g' > }
\\
{ r }





--
Gruss
Luc


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