Issue 928 in lilypond: `Dynamics' items aren't vertically centered

2009-12-11 Thread lilypond

Status: Accepted
Owner: lemzwerg
Labels: Type-Defect Priority-Medium

New issue 928 by lemzwerg: `Dynamics' items aren't vertically centered
http://code.google.com/p/lilypond/issues/detail?id=928

% git version cd13e633

\version 2.13.9

\header { texidoc = 
  Items in a @code{Dynamics} context should be vertically centered.

  Here is a counterexample.
 }


  \new Voice \relative {
c1 | c1 | c1
  }

  \new Dynamics {
\override TextSpanner #'(bound-details left text) = rit.
s1\f | s1\startTextSpan | s1\stopTextSpan
  }

  \new Voice \relative {
c1 | c1 | c1
  }


% EOF


Attachments:
dynamics-textspanner.png  4.7 KB

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Issue 929 in lilypond: hook for ly:page-turn-breaking to insert text on blank pages

2009-12-11 Thread lilypond

Status: Accepted
Owner: lemzwerg
Labels: Type-Enhancement Priority-Low

New issue 929 by lemzwerg: hook for ly:page-turn-breaking to insert text on  
blank pages

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

It is common that intentionally blank pages in parts have some text
printed on it.  There should be a hook for ly:page-turn-breaking which
does exactly that.  The default phrase could be

  This page is left intentionally blank.

or something similar.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Issue 930 in lilypond: Collision: differently-sized noteheads in a polyphonic situation

2009-12-11 Thread lilypond

Status: Accepted
Owner: v.villenave
Labels: Type-Collision Priority-Medium

New issue 930 by v.villenave: Collision: differently-sized noteheads in a  
polyphonic situation

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

% new report from Robin:

% the noteheads collide when using a different fontSize.

\version 2.13.9 % and 2.12.1, 2.10.33, 2.8.8

 a'1 \\ a' 
 a'1 \\ \set fontSize = #-4 a' 

% This might be related to issue 428.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: differently-sized noteheads collide in polyphony

2009-12-11 Thread Valentin Villenave
On Mon, Nov 30, 2009 at 5:39 PM, Robin Bannister r...@dataway.ch wrote:
 It looks like the collision avoidance is positioning the second note
 as if the first notehead was the same size as the second notehead.
 Issue 428 has a related title but is concerned with articulations.

Thanks, and sorry for the delai; I've added it as
http://code.google.com/p/lilypond/issues/detail?id=930.

Cheers,
Valentin


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: voice3 arpeggio collides with adjacent voice

2009-12-11 Thread Valentin Villenave
On Mon, Nov 30, 2009 at 5:36 PM, Robin Bannister r...@dataway.ch wrote:
 {% seen with versions 2.12.1, 2.10.33, 2.8.8
   b'1 \\ s1 \\ f' e''1 \arpeggio  % arpeggio collides with voice1
 }% unless there is an accidental (in any voice)

Thanks, added as http://code.google.com/p/lilypond/issues/detail?id=931

Cheers,
Valentin


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Issue 931 in lilypond: Collision: arpeggios collide with other voices

2009-12-11 Thread lilypond

Status: Accepted
Owner: v.villenave
Labels: Type-Collision Priority-Medium

New issue 931 by v.villenave: Collision: arpeggios collide with other voices
http://code.google.com/p/lilypond/issues/detail?id=931

% new report from Robin:

% The arpeggio in voice 3 collides with the note in voice 1.
% Interestingly, the issue disappears whenever there's an accidental.

\version 2.13.9 % and 2.12.2, 2.10.33, 2.8.8

{
  b'1 \\ s1 \\ f' e''1 \arpeggio 
  bes'1 \\ s1 \\ f' e''1 \arpeggio 
}

% This may be related to issue 880.

Attachments:
arpeggio.png  1.9 KB

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Vertical spacing bug with TabStaff

2009-12-11 Thread Valentin Villenave
On Wed, Dec 2, 2009 at 12:04 PM, Alexander Kobel n...@a-kobel.de wrote:
 the attached file causes the last (Tab)Staff to run into the footer and
 below.

Hi,

Thanks, I've managed to make a minimal example and I've added it as
http://code.google.com/p/lilypond/issues/detail?id=932

Cheers,
Valentin


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Issue 932 in lilypond: Vertical spacing: repeat brackets and tablatures exceeding page bottom

2009-12-11 Thread lilypond

Status: Accepted
Owner: v.villenave
CC: joeneeman
Labels: Type-Defect Priority-Medium Spacing

New issue 932 by v.villenave: Vertical spacing: repeat brackets and  
tablatures exceeding page bottom

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

% new report from Alexander:

% In the following example, on the first page the last system runs
% into and below the bottom of the page.  Removing the alternatives
% or converting the TabStaff into a Staff fixes the issue.

\version 2.13.9

#(set-default-paper-size a6)
x = \repeat unfold 3 e e''4
notes = {
  \time 3/4
  \repeat volta 2 { \repeat unfold 7 \x }
  \alternative {
{ \x \x }
{ \x \x }
  }
  \repeat unfold 10 \x
}

\score {
  
\new Staff \notes
\new TabStaff \notes
  
}

% May be related to issue 850.

Attachments:
page1.png  20.8 KB

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: big space added between treble clef and lyrics

2009-12-11 Thread Valentin Villenave
On Thu, Dec 3, 2009 at 5:07 AM, John Bryant john_bry...@sil.org wrote:
 On my friends Linux computer using a little earlier LilyPad version, when my 
 .ly
 file is processed, the lyrics are inserted normally but when I process the 
 same
 file on a Windows XP system (Toshiba Netbook), a big space occurs below the
 treble clef before the lyrics.  A Windows bug?

Greetings,

Theoretically there are only very minor differences between a PDF file
compiled on a Windows system and a file compiled on a GNU/Linux box.
If you see such a difference, it's more likely that the spacing code
has changed (for instance between LilyPond 2.12 and 2.13.x).

If you do have found a bug however, we won't be able to investigate it
without more precise data: the file, the version numbers, etc.

Cheers,
Valentin


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Bug: font caching on OS X w/ networked home folders

2009-12-11 Thread Valentin Villenave
On Tue, Dec 8, 2009 at 6:32 PM, Jake Rundall runda...@gmail.com wrote:
 %% Font caching fails on OS X w/ networked homefolders,

 %% The .lilypond-fonts.cache-2 directory is created in the user's home 
 directory,
 %% but the cache files do not show up there.  Performance is always very slow 
 as
 a result.

Greetings,

could you try again with the latest version that's just been released?
http://kainhofer.com/~lilypond/Documentation/web/development.html#Development

I can't reproduce it since I don't have an OSX box; Patrick, could you
investigate when you have time?

Cheers,
Valentin


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Issue 926 in lilypond: TextSpanner fails in \dynamics

2009-12-11 Thread lilypond

Updates:
Status: Verified

Comment #4 on issue 926 by v.villenave: TextSpanner fails in \dynamics
http://code.google.com/p/lilypond/issues/detail?id=926

FTR: the regtest is dynamics-context-textspan.ly.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Issue 924 in lilypond: chord repetition character fails with bar check

2009-12-11 Thread lilypond

Updates:
Status: Verified

Comment #2 on issue 924 by v.villenave: chord repetition character fails  
with bar check

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

... Aand Verified.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Issue 862 in lilypond: download sizes for manuals

2009-12-11 Thread lilypond

Updates:
Status: Verified

Comment #11 on issue 862 by v.villenave: download sizes for manuals
http://code.google.com/p/lilypond/issues/detail?id=862

(No comment was entered for this change.)

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Issue 789 in lilypond: instrument name misalignment

2009-12-11 Thread lilypond

Updates:
Status: Verified

Comment #3 on issue 789 by v.villenave: instrument name misalignment
http://code.google.com/p/lilypond/issues/detail?id=789

(No comment was entered for this change.)

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Issue 654 in lilypond: Text spanner collides with system bracket after line break

2009-12-11 Thread lilypond

Updates:
Status: Verified

Comment #4 on issue 654 by v.villenave: Text spanner collides with system  
bracket after line break

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

Works great, thanks Neil!

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Bug: font caching on OS X w/ networked home folders

2009-12-11 Thread Carl Sorensen



On 12/11/09 12:00 PM, Valentin Villenave v.villen...@gmail.com wrote:

 On Tue, Dec 8, 2009 at 6:32 PM, Jake Rundall runda...@gmail.com wrote:
 %% Font caching fails on OS X w/ networked homefolders,
 
 %% The .lilypond-fonts.cache-2 directory is created in the user's home
 directory,
 %% but the cache files do not show up there.  Performance is always very slow
 as
 a result.
 
 Greetings,
 
 could you try again with the latest version that's just been released?
 http://kainhofer.com/~lilypond/Documentation/web/development.html#Development
 
 I can't reproduce it since I don't have an OSX box; Patrick, could you
 investigate when you have time?

This may be a very difficult bug to reproduce, since it requires OSX with
networked homefolders, which I assume means a user with a home folder that
resides on a network drive.

Thanks,

Carl



___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Issue 403 in lilypond: osx builds report creation date of March 23, 2006

2009-12-11 Thread lilypond

Updates:
Owner: percival.music.ca

Comment #1 on issue 403 by pnorcks: osx builds report creation date of  
March 23, 2006

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

This now says June 26, 2009, which I assume is date Christian Hitz built  
the app.


Do we want the creation date to update for every release?

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Issue 643 in lilypond: OSX LilyPad editor: end of lines are unconvenient

2009-12-11 Thread lilypond

Updates:
Status: Fixed

Comment #1 on issue 643 by pnorcks: OSX LilyPad editor: end of lines are  
unconvenient

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

I think this is fixed.  For verification, try opening the attached file  
with the GUI.


Attachments:
test.ly  29 bytes

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Issue 912 in lilypond: screenshots for Learning 1.1.3 Windows

2009-12-11 Thread lilypond


Comment #17 on issue 912 by pkx1...@hotmail.com: screenshots for Learning  
1.1.3  Windows

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

Heres the tutorial for Windows.

Slightly more pictures than Mac as there are few more ways that you can  
generate a
Lilypond file. I did a straw poll in the office to see what method people  
would use
and so I included not only double click, but right-click context menu and  
also drag n

drop.

Had problems with git saved patch but couldn't find the damned file  
anywhere - had to
(gulp) refer to the git manual, managed to revert the commit and re-commit  
this time

I got the file to save out. attached.

Attachments:
Doc Improved Learning Tutorial for MS Win  1.2 KB

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Issue 654 in lilypond: Text spanner collides with system bracket after line break

2009-12-11 Thread lilypond


Comment #5 on issue 654 by n.puttock: Text spanner collides with system  
bracket after line break

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

One thing I probably should mention: this fix won't work inside a Dynamics  
context,
since the Text_spanner_engraver needs to acknowledge NoteHead grobs  
for 'end-on-note
to work properly.  Naturally, using skips in Dynamics means the noteheads  
are in

other voices (this bug is covered by issue #620).


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Issue 927 in lilypond: UTF-8 bidi/rtl/ltr characters are not correctly implemented

2009-12-11 Thread lilypond

Updates:
Labels: Bounty

Comment #1 on issue 927 by v.villenave: UTF-8 bidi/rtl/ltr characters are  
not correctly implemented

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

Ted Walther has offered a $100 bounty.  (I would offer to double it as I  
always do,

but it's getting a bit out of my league now :-)

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Bug: font caching on OS X w/ networked home folders

2009-12-11 Thread Graham Percival
On Fri, Dec 11, 2009 at 08:00:14PM +0100, Valentin Villenave wrote:
 could you try again with the latest version that's just been released?
 http://kainhofer.com/~lilypond/Documentation/web/development.html#Development

Don't link to kainhofer, since that link is going to point to the
non-existant 2.13.10 in a few hours (if it doesn't already).

Cheers,
- Graham


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Issue 912 in lilypond: screenshots for Learning 1.1.3 Windows

2009-12-11 Thread lilypond


Comment #18 on issue 912 by percival.music.ca: screenshots for Learning  
1.1.3  Windows

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

Sorry, that patch is a revert -- it *undo*s the change you've made  
earlier.  (on the

plus side, the commit message is great :)

Did you try:
  git format-patch origin
?  I see from the patch that your branch is ahead by 1 commit, and if git  
knows that
the files learning_win7_log_file.png exist and that you want to delete them  
(as I
said, it's an undo-ing patch), then it follows that git knows that the file  
exist.


Another git tip is to try:
  gitk
this prints a graphical display of the commit history; you should be able  
to see what

your previous commits were.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Issue 403 in lilypond: osx builds report creation date of March 23, 2006

2009-12-11 Thread lilypond


Comment #2 on issue 403 by percival.music.ca: osx builds report creation  
date of March 23, 2006

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

I think that's what people would expect, yes.  So either we need to rebuild  
the OSX
app for each release -- which AFAIK can only be done on OSX -- or we need  
to run a
sed script on the relevant file inside the OSX app.  I'm betting/hoping  
that this

string is inside the Info.plist file.

If it *is* inside Info.plist, it would be (relatively) easy to add the sed  
script to

GUB.  If not, then all bets are off.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Bug: font caching on OS X w/ networked home folders

2009-12-11 Thread Patrick McCarty
On Fri, Dec 11, 2009 at 11:22 AM, Carl Sorensen c_soren...@byu.edu wrote:

 On 12/11/09 12:00 PM, Valentin Villenave v.villen...@gmail.com wrote:

 On Tue, Dec 8, 2009 at 6:32 PM, Jake Rundall runda...@gmail.com wrote:
 %% Font caching fails on OS X w/ networked homefolders,

 %% The .lilypond-fonts.cache-2 directory is created in the user's home
 directory,
 %% but the cache files do not show up there.  Performance is always very 
 slow
 as
 a result.

 could you try again with the latest version that's just been released?
 http://kainhofer.com/~lilypond/Documentation/web/development.html#Development

 I can't reproduce it since I don't have an OSX box; Patrick, could you
 investigate when you have time?

 This may be a very difficult bug to reproduce, since it requires OSX with
 networked homefolders, which I assume means a user with a home folder that
 resides on a network drive.

I can only login to OSX machines with local home folders, so I don't
think I will be able to test this.

-Patrick


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Issue 654 in lilypond: Text spanner collides with system bracket after line break

2009-12-11 Thread lilypond


Comment #6 on issue 654 by percival.music.ca: Text spanner collides with  
system bracket after line break

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

Is this something that should be added as a @knownissue to the docs?

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Catching up on bugs

2009-12-11 Thread Graham Percival
With the release of 2.13.9, we now believe that all bugs are
either fixed, or have been added to the issue tracker.  If you
have reported a bug and it is not in the tracker, please check the
bug reporting guidelines and re-submit it.
  http://lilypond.org/doc/v2.13/Documentation/web/bug-reports


Valentin, James: I think it's time for the annual checking the
regression tests.  Instructions are in the Contributor's Guide
6.4 Checking and verifying issues.  I'll let you two decide who
does what.  It would be nice if this was done within a week or so;
it's not a huge job.

After that, we'll have 2.13.10, and then you two can start
checking all issues.  There will be more specific guidelines about
tagging and priorities.  I'm going to collect my thoughts into
specific proposals, and begin discussions later today or tomorrow.

Cheers,
- Graham


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Issue 403 in lilypond: osx builds report creation date of March 23, 2006

2009-12-11 Thread lilypond


Comment #3 on issue 403 by percival.music.ca: osx builds report creation  
date of March 23, 2006

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

... you know, it might be as simple as just touching the files.  I was  
looking at the
OSX installer for unrelated reasons (2.12.3 refusing to build), and I  
couldn't find

the string June 26 anywhere, but the dates on the files are 2009-06-26.

I'll try touching them manually right now; let me know what the next 2.12.3  
beta

looks like.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Issue 677 in lilypond: \score markup confuses paper settings

2009-12-11 Thread lilypond

Updates:
Summary: \score markup confuses paper settings
Labels: -Priority-Medium Priority-Low

Comment #1 on issue 677 by lemzwerg: \score markup confuses paper settings
http://code.google.com/p/lilypond/issues/detail?id=677

(No comment was entered for this change.)

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Issue 673 in lilypond: problem with order of \consists

2009-12-11 Thread lilypond

Updates:
Labels: -Priority-Medium Priority-Low

Comment #6 on issue 673 by lemzwerg: problem with order of \consists
http://code.google.com/p/lilypond/issues/detail?id=673

(No comment was entered for this change.)

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Issue 660 in lilypond: ossia staff doesn't stop at correct horizontal position

2009-12-11 Thread lilypond

Updates:
Labels: -Priority-Medium Priority-Low

Comment #2 on issue 660 by lemzwerg: ossia staff doesn't stop at correct  
horizontal position

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

(No comment was entered for this change.)

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Issue 659 in lilypond: alternative segno symbol

2009-12-11 Thread lilypond

Updates:
Labels: -Priority-Medium Priority-Low

Comment #1 on issue 659 by lemzwerg: alternative segno symbol
http://code.google.com/p/lilypond/issues/detail?id=659

(No comment was entered for this change.)

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond