Am 18.08.2011 12:10, schrieb Mario Moles:

Hi lilyponders!

In this example the glissando line collide with alteration sharp/flat
and \finger (left).

What can I do for resolving this problem?

This problem is reported since September 20, 2006:

http://code.google.com/p/lilypond/issues/detail?id=40

I think there is a patch correcting this, but it isn't applied yet.
Either you wait for this to happen, or you'll take a look at the link
above where you can find a workaround.

HTH,

Marc

Thank's.

\version "2.15.8"


\paper {

#(set-paper-size "a4")

}


global = {

\key c \major

\time 4/4

}


violin = \relative c'' {

\global

\override Glissando #'minimum-length = #5

\override Glissando #'springs-and-rods = #ly:spanner::set-spacing-rods

\override Glissando #'thickness = #2

\override Glissando #'(bound-details right-broken Y) = #-30

\set fingeringOrientations = #'(left)

% Qui segue la musica.

c8\glissando d\glissando fis\glissando <g-1>

}


\score {

\new Staff \with {

instrumentName = "Vl."

midiInstrument = "violin"

} \violin

\layout { }

\midi {

\context {

\Score

tempoWholesPerMinute = #(ly:make-moment 100 4)

}

}

}


--

oiram/bin/selom

MkarlM-HomePage <http://mariomoles.altervista.org/>


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


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

Reply via email to