lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Horizontal shifting


From: Paolo Prete
Subject: Re: Horizontal shifting
Date: Thu, 2 Feb 2012 11:48:56 +0000 (GMT)

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 <address@hidden> ha scritto:

> Da: Nick Payne <address@hidden>
> Oggetto: Re: Horizontal shifting
> A: address@hidden
> 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
> address@hidden
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]