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
}

<<attachment: test.png>>

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to