Re: Layout issue when parsing line

2014-02-06 Thread Francisco Vila
2014-02-06 3:47 GMT+01:00 Antara-Prabhat Kalajian : > Mr. Francisco, > > I deeply appreciate your assistance :) > > > Here is my first example, as slimmed down as I can make it: > > \version "2.18.0" > \include "english.ly" > \relative bf' { > \key df \major > > af4 af af af

Re: Layout issue when parsing line

2014-02-04 Thread Francisco Vila
2014-02-04 Antara-Prabhat Kalajian : > Now I'm trying to figure out why Lilypond sometimes prints bar lines > (manually added) at the end of the score, sometimes not. Any suggestions? :) >From a single given lilypond code, or from different codes? If the latter, minimal examples of both cases wou

Re: Layout issue when parsing line

2014-02-03 Thread Francisco Vila
2014-02-01, Antara-Prabhat : Just a nitpick, it's not related to your question, but > \version "2.18.0-1" is that a valid number in a version statement? 2.18.0-1 is certainly what the download link text states and it may be a package version in a distribution repository, but does the convert-ly

Re: Layout issue when parsing line

2014-02-02 Thread Trevor Daniels
Eluze wrote Sunday, February 02, 2014 10:37 PM > \override Glissando.minimum-length=15 > > which only works if you also override springs-and-rods: > > \override Glissando.springs-and-rods = #ly:spanner::set-spacing-rods > > I don't know where all these properties are listed systematically, b

Re: Layout issue when parsing line

2014-02-02 Thread Eluze
glissando ? Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/Layout-issue-when-parsing-line-tp158730p158760.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user mailing list lilypond-user@gnu.

Re: Layout issue when parsing line

2014-02-02 Thread Noeck
Hi Eluze, thanks a lot! > so here are some tweaks/overrides: > > % move the glissando horizontally away from the starting note > \override Glissando.bound-details.left.padding = #3 > > % move the glissando horizontally towards the landing note > \override Glissando.bound-details.rig

Re: Layout issue when parsing line

2014-02-02 Thread Eluze
assume Internals should be the place to start searching. Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/Layout-issue-when-parsing-line-tp158730p158758.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Layout issue when parsing line

2014-02-02 Thread Noeck
> well - the collision avoidance behavior of LilyPond may not be optimal here > but you can simply > > -\tweak Glissando.Y-offset #-.5 > > there might be other solutions (just ask if you're not happy with this) > > Eluze Maybe he is happy with it. I am not quite, because it shifts the endpoint

Re: Layout issue when parsing line

2014-02-01 Thread Eluze
with this) Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/Layout-issue-when-parsing-line-tp158730p158732.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user mailing list lilypond-user@gnu.

Layout issue when parsing line

2014-02-01 Thread Antara-Prabhat
Hi, I'm new to Lilypond. I've learned only the very basics. When I typeset this score with Lilypond 2.18.0-1 on my mac, the 2nd dotted half note is being obscured by the glissando line. Please help me resolve this issue by providing the solution or directing me to a documentation page where I m