Hello Nick. I need to reduce space between notes.. (and between a note and a barline) It appears very strange to me that there's not a feature or a way for doing that in Lilypond. Are there feedbacks?
Thanks Paolo --- Mer 1/2/12, Nick Payne <[email protected]> ha scritto: > Da: Nick Payne <[email protected]> > Oggetto: Re: Horizontal shifting > A: [email protected] > Data: Mercoledì 1 febbraio 2012, 22:02 > On 02/02/12 05:21, Paolo Prete > wrote: > > Hi, > > > > is there an easy way to shift notes in a way similar to > the png example attached to this mail? > > > > A way to do that could be using NoteColumn > #'force-hshift with an invisible additional voice... but I > wonder if is there an easier solution. > You can increase the spacing between notes without an > additional voice by changing the Stem X-extent, but this > approach doesn't work to reduce the spacing: > > \version "2.15.25" > > stemspace = #(define-music-function (parser location extent) > (pair?) #{ > \once \override Staff.Stem #'X-extent = > #extent > #}) > > \relative c' { > c4 c \stemspace #'(0 . 4) f e > } > > -----Segue allegato----- > > _______________________________________________ > lilypond-user mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/lilypond-user > _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
