-dbackend=eps gives too-small bounding box

2007-04-24 Thread Damian leGassick
***1*** %{ markup not visible with -dbackend=eps, bounding box too small %} \version "2.11.22" \header { tagline = ""} music = { \once \override TextScript #'extra-offset = #'(0 . 6) b''!^\markup{"I'M MISSING"} } \score { \new Staff \music} ***2*** %{ slur

Issue 338 in project lilypond

2007-04-24 Thread codesite-noreply
Issue 338: weird space in the middle of a repeat sign http://code.google.com/p/lilypond/issues/detail?id=338 Comment #3 by joeneeman: Touche, fixed now. Issue attribute updates: Status: Fixed Labels: fixed_2_11_23 -- You received this message because you are listed in the owner

Re: Slur collision with polyphonic music

2007-04-24 Thread Graham Percival
Thanks, added as http://code.google.com/p/lilypond/issues/detail?id=356 Note that this is a non-trivial new feature, so it may be a while before it is implemented. Cheers, - Graham Zoltán Selyem wrote: %% Though I have no idea where and how to place these slurs %% according to classical typo

Issue 356 in project lilypond

2007-04-24 Thread codesite-noreply
Issue 356: collision slur/stems+notehead in polyphony http://code.google.com/p/lilypond/issues/detail?id=356 Comment #1 by gpermus: (No comment was entered for this change.) Attachments: foo.preview.png 5.7 KB -- You received this message because you are listed in the owner or CC fi

Issue 356 in project lilypond

2007-04-24 Thread codesite-noreply
Issue 356: collision slur/stems+notehead in polyphony http://code.google.com/p/lilypond/issues/detail?id=356 New issue report by gpermus: % It would be nice if lilypond could handle such cases. For some % of these bars, we could work around it with the old stem #'attachment, % but in the fourth b

Re: Slur collision with polyphonic music

2007-04-24 Thread Mats Bengtsson
The most reasonable solution would be to move the slurs to begin at the tip of the stem instead of starting close to the note head in these situations. The intuitive approach to handle these situations would be to set the avoid-slur property on stems and note heads, but clearly it doesn't work he

Slur collision with polyphonic music

2007-04-24 Thread Zoltán Selyem
%% Though I have no idea where and how to place these slurs %% according to classical typographical rules... %% Slurs collide with polyphonic music %% In the last measure the lower slur points to the wrong note \version "2.11.21" \paper{ ragged-right=##t } \relative g' { \voiceOne << {

Re: Wrong barlines in second alternative after "repeat volta" when repeat starts with upstep

2007-04-24 Thread Graham Percival
Thanks! This bug has been entered as http://code.google.com/p/lilypond/issues/detail?id=355 Thanks also for your investigation and uploading of examples. In general we only need a short example of the problem, as you can see on the google bug tracker. If you find more bugs, this may save you

Issue 355 in project lilypond

2007-04-24 Thread codesite-noreply
Issue 355: \repeat bar lines get messed up http://code.google.com/p/lilypond/issues/detail?id=355 New issue report by gpermus: % the second repeat should start at the beginning of a bar, not % continue from the incomplete bar in the first ending. \version "2.11.22" \relative c' { \repeat volta

Re: Note too close (collides?) with polyphony

2007-04-24 Thread Graham Percival
Which notes are too close? The c'2 and the... c'8? e'? I see that the real scanned example leaves extra horizontal space between the c'8 and e'. I've added this as a feature request for lilypond: http://code.google.com/p/lilypond/issues/detail?id=354 I wouldn't say that there was a real col

Issue 354 in project lilypond

2007-04-24 Thread codesite-noreply
Issue 354: add space for notes in other voices http://code.google.com/p/lilypond/issues/detail?id=354 New issue report by gpermus: It would be nice if we could add extra horizontal space between notes to fit notes in other voices. In the attached example, the real scanned music adds extra space b

Re: Slur and \acciaccatura

2007-04-24 Thread Graham Percival
Mats Bengtsson wrote: Graham Percival wrote: That's because an \acciaccature includes a slur. Perhaps you want to use phrasing slurs \( \) for the big slurs? I still think it's a bug. The "slur" in the acciaccatura shouldn't be considered a normal slur as far as I know about music typesetti

Issue 353 in project lilypond

2007-04-24 Thread codesite-noreply
Issue 353: \acciaccatura should not count as a slur http://code.google.com/p/lilypond/issues/detail?id=353 New issue report by gpermus: It would be nice if this were rendered correctly: \version "2.11.22" \relative c' { c4( \acciaccatura d16 c4 c c) } Currently we must use phrasing slurs for th

Re: Slur and \acciaccatura

2007-04-24 Thread Mats Bengtsson
Graham Percival wrote: Richard TALBOT wrote: Inside a slur, the command \ acciaccatura doesn't work. When I want to use an \acciaccatura command in a slur, the program can't close the slur That's because an \acciaccature includes a slur. Perhaps you want to use phrasing slurs \( \) for

Re: Slur and \acciaccatura

2007-04-24 Thread Mats Bengtsson
This is a known old bug, see for example http://lists.gnu.org/archive/html/bug-lilypond/2005-09/msg00118.html but I cannot seem to find it in the current bug database. Workaround: Use a phrasing slur for the outer slur, i.e. replace the ( and ) by \( and \). /Mats Richard TALBOT wrote: Insi