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
