lilypond-user
[Top][All Lists]
Advanced

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

Re: \glissando and sharp or \finger collision


From: Marc Hohl
Subject: Re: \glissando and sharp or \finger collision
Date: Thu, 18 Aug 2011 12:20:30 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18) Gecko/20110617 Thunderbird/3.1.11

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
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user




reply via email to

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