Re: Override Stem #'length-fraction does not shorten stem of ledger notes

2011-04-19 Thread Xavier Scheuer
On 18 April 2011 23:59, Neil Puttock n.putt...@gmail.com wrote: \override Stem #'no-stem-extend = ##t Thanks Neil! I looked into the Internals, even in stem-interface, but I missed it. And now: give me an inch and I'll take a mile! ;p The result is bad when I use \override Stem

Re: Artificial-looking clef in a CueVoice?

2011-04-19 Thread James Lowe
Xavier, . On 17 Apr 2011, at 22:20, Xavier Scheuer x.sche...@gmail.com wrote: Hi there! I remember a discussion where Reinhold asked how should a clef looks like in a CueVoice (I cannot find this again). IIRC the conclusion was something like: the clef should look voluntarily

Re: Difficulty in jedit with LilyPondTools

2011-04-19 Thread Bertalan Fodor (LilyPondTool)
Which OS are you using? What is the exact message? On Mon, Apr 18, 2011 at 6:03 PM, Michael Dykes thedoctor81...@gmail.comwrote: Thanks, Nick. That solved one prob, but brought up another. Not I get the errorjava.io IOException:error=20 when I try to compile. Any thoughts? Thanks again.

Completion_heads_engraver produces segmentation fault

2011-04-19 Thread ornello
The following LY produces a segmentation fault: \version 2.12.3 \layout { \context { \Voice \remove Note_heads_engraver \consists Completion_heads_engraver } } { e'16 ~ e' b' 4 } Does anybody know a workaround or quickfix? Thanks for any advice... .. Here is the

Re: Completion_heads_engraver produces segmentation fault

2011-04-19 Thread ornello
Hello again, I thínk there is a wrong index is in completion-note-heads-engraver.cc, line 223: Pitch *p_last = unsmob_pitch (tie_note_candidate_events_[j]-get_property (pitch)); but should be Pitch *p_last = unsmob_pitch

Norm sign of a note

2011-04-19 Thread alb84
I want to put the norm (or modulo, or absolute value, in math) on a note, \breve put a vertical line at the left and at the right of the note, but I'd like to put two lines at the left and two lines at the right... is it possibile? -- View this message in context:

Re: Norm sign of a note

2011-04-19 Thread Marc Hohl
Am 19.04.2011 13:35, schrieb alb84: I want to put the norm (or modulo, or absolute value, in math) on a note, \breve put a vertical line at the left and at the right of the note, but I'd like to put two lines at the left and two lines at the right... is it possibile? With the current

Re: Norm sign of a note

2011-04-19 Thread Xavier Scheuer
On 19 April 2011 13:35, alb84 alberto.em...@tiscali.it wrote: I want to put the norm (or modulo, or absolute value, in math) on a note, \turn Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org

Re: Norm sign of a note

2011-04-19 Thread Xavier Scheuer
On 19 April 2011 13:47, Xavier Scheuer x.sche...@gmail.com wrote: \turn Forget, see Marc's reply. Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org

Re: Completion_heads_engraver produces segmentation fault

2011-04-19 Thread Phil Holmes
- Original Message - From: ornello dominik.hoer...@fun.de To: lilypond-user@gnu.org Sent: Tuesday, April 19, 2011 12:25 PM Subject: Re: Completion_heads_engraver produces segmentation fault Hello again, I thínk there is a wrong index is in completion-note-heads-engraver.cc, line

Bug? Fingerings collide with slurs when used in

2011-04-19 Thread MusFelix
Fingerings stop avoiding slurs when they are placed within a chord ... or even a single note . Is this not a bad default behavior? For example: \version 2.13.51 \include english.ly \relative c' { \clef bass c8-1( d-2 e-3) b-1( f-2) g-3( a-1 b-2) c-1( d-2 e-3) b-1( f-2) g-3( a-1

Composition/notation advice, please

2011-04-19 Thread Phil Holmes
For my music A level, about 12 years ago, I wrote a sonata-style string quartet that I'm trying to resurrect and output in LilyPond. It has a section that repeats between the start of the first full bar (there's a pick--up before that) and the end of bar 39. The repeated section starts in D

RE: Composition/notation advice, please

2011-04-19 Thread James Lowe
Phil, )-Original Message- )From: lilypond-user-bounces+james.lowe=datacore@gnu.org )[mailto:lilypond-user-bounces+james.lowe=datacore@gnu.org] On )Behalf Of Phil Holmes )Sent: 19 April 2011 15:13 )To: LilyPond User Group )Subject: Composition/notation advice, please ) )For my

Re: Completion_heads_engraver produces segmentation fault

2011-04-19 Thread m...@apollinemike.com
On Apr 19, 2011, at 7:25 AM, ornello wrote: Hello again, I thínk there is a wrong index is in completion-note-heads-engraver.cc, line 223: Pitch *p_last = unsmob_pitch (tie_note_candidate_events_[j]-get_property (pitch)); but should be Pitch

Re: Bad slur default (when rests are within)

2011-04-19 Thread Keith OHara
MusFelix musfelix at live.com writes: When a slur connects two notes that have a rest in between, the slur is placed up, even if it would otherwise be down. This looks like a bug. Would you consider reporting on the mailing list bug- lilypond? I noticed a while ago that LilyPond treats rests

Re: Bad slur default (when rests are within)

2011-04-19 Thread Phil Holmes
- Original Message - From: Keith OHara k-ohara5...@oco.net To: lilypond-user@gnu.org Sent: Tuesday, April 19, 2011 4:56 PM Subject: Re: Bad slur default (when rests are within) MusFelix musfelix at live.com writes: When a slur connects two notes that have a rest in between, the slur

legato chordGlissando

2011-04-19 Thread Federico Bruni
There's a way to achieve a good looking *legato* chord glissando? (i.e. using slurs) In the following snippet I'd like to remove the two slurs in the middle. Any idea? Thanks! \version 2.13.60 music = \relative c' { \set doubleSlurs = ##t \chordGlissando c\3 e\2 g\18( f\3 a\2 c\1) }