Dear Francisco,
maybee I didn't espress clearly, what I wanted.
Here is a little longer snippet, which makes my  intentions hopefully clear:

\version "2.13.0"
  {  \repeat "unfold" 2 {
    \time 4/4
    R1 | %
    \time 5/4
    R4*5 | }
  \time 3/4
   \times 2/3 {
        r8 b8  [ d'8   ] }

    \times 2/3  {
        es'8   [ f'8   fis'8   ] }
    \times 4/7  {
        g'16   [ gis'16   a'16   cis'16
          ais'16   b'16   c''16   ] }
        \time 2/4
    \times 2/3 {
        <ais'' dis'''>4 -> \p eis''4  -- <a'' cis'''>8
        -. [ gis''8 -. ] }
% the beginning of this measure looks not good, in my opinion

    \times 2/3  {
        <ais'' dis'''>4  -> eis''4  -- <a'' cis'''>8
        -. [ gis''8 -. ] } }





2009/5/26 Francisco Vila <[email protected]>

> 2009/5/26 Stefan Thomas <[email protected]>:
> > Dear community,
> > I would like to change the horizontal position of an interval in the
> below
> > quoted snippet. But I don't know, how to do.
> > Here is the example:
> > \version "2.13.0"
> >  {
> >    \time 2/4
> >    %the first examnple without moving the note columns
> >    \times 2/3 {
> >   <ais'' dis'''>4  -> \p eis''4  -- <a'' cis'''>8
> >         -. [ gis''8 -. ] }
> >
> >     \times 2/3  {
> >         <ais'' dis'''>4  -> eis''4  -- <a'' cis'''>8
> >         -. [ gis''8 -. ] }  \break
> >       %now I'm trying to move them, but without any visible difference
> >     \time 2/4
> >       \times 2/3 {
> >      \once \override NoteColumn #'force-hshift = #-32 %this does nothing,
> > why?
> >      \shiftOn
>
> Firstly, why do you want to move the chords? if they have to
> vertically (and naturally) synchronised, my advice is to make two
> independent staves joined by << >>.
>
> Or, make two scores.
>
> Or, remove the indent of the first staff.
>
> --
> Francisco Vila. Badajoz (Spain)
> www.paconet.org
>
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to