Issue 620 in lilypond: It should be possible to specify more specific spanner bounds.

2008-05-12 Thread codesite-noreply

Issue 620: It should be possible to specify more specific spanner bounds.
http://code.google.com/p/lilypond/issues/detail?id=620

New issue report by joeneeman:
There are several situations where spanners are bounded by paper columns.
It would be nice to be able to specify attachment points more precisely
(this is analogous to how a RehearsalMark is attached to a
NonMusicalPaperColumn but can be positioned relative to, for example, a Clef).

One important use for this would be the centered dynamics template for
piano music; when Hairpins are added to a voice without notes, they are
attached to PaperColumns instead of NoteColumns and therefore their
positioning depends on things like accidentals and arpeggios. It shouldn't.


Issue attributes:
Status: Accepted
Owner: joeneeman
Labels: Type-Enhancement Priority-Medium

--
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 620 in lilypond: It should be possible to specify more specific spanner bounds.

2011-06-30 Thread lilypond


Comment #1 on issue 620 by n.putt...@gmail.com: It should be possible to  
specify more specific spanner bounds.

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

Issue 1724 has been merged into this issue.


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


Re: Issue 620 in lilypond: It should be possible to specify more specific spanner bounds.

2011-07-05 Thread lilypond


Comment #2 on issue 620 by n.putt...@gmail.com: It should be possible to  
specify more specific spanner bounds.

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

Issue 502 has been merged into this issue.


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


Re: Issue 620 in lilypond: It should be possible to specify more specific spanner bounds.

2011-07-12 Thread lilypond


Comment #3 on issue 620 by n.putt...@gmail.com: It should be possible to  
specify more specific spanner bounds.

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

Issue 1759 has been merged into this issue.


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


Re: Issue 620 in lilypond: It should be possible to specify more specific spanner bounds.

2011-07-21 Thread lilypond

Updates:
Labels: Patch-review

Comment #4 on issue 620 by pkx1...@gmail.com: It should be possible to  
specify more specific spanner bounds.

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

http://codereview.appspot.com/4814041/

As Mike Solomon says:

Fix for Issue 620.

Well, kinda...  It fixes all of the issues merged into it, but this
could be more generic.




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


Re: Issue 620 in lilypond: It should be possible to specify more specific spanner bounds.

2011-07-22 Thread lilypond


Comment #5 on issue 620 by reinhold...@gmail.com: It should be possible to  
specify more specific spanner bounds.

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

% Test case from Issue #502:

%% Hairpins bound to spacer notes seem to be aligned to lyrics

\version "2.11.34"
\paper{ ragged-right=##t }
\score{
<<
  \context StaffGroup
  <<
\new Staff{
  \relative g' { g4 g4~ g4 g4 }
}
\addlyrics{
  \lyricmode{ x long x }
}
\new Staff{
  \relative g' { << g1 { s4\< s4\! s4\> s4\! } >> }
}
  >>

}

Attachments:
Issue502_Crescendo_Lyrics.preview.png  5.0 KB


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


Re: Issue 620 in lilypond: It should be possible to specify more specific spanner bounds.

2011-07-22 Thread lilypond

Updates:
Labels: CD-110725

Comment #6 on issue 620 by colinpkc...@gmail.com: It should be possible to  
specify more specific spanner bounds.

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

(No comment was entered for this change.)


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


Re: Issue 620 in lilypond: It should be possible to specify more specific spanner bounds.

2011-07-25 Thread lilypond

Updates:
Labels: -Patch-review -CD-110725 Patch-needs_work

Comment #7 on issue 620 by colinpkc...@gmail.com: It should be possible to  
specify more specific spanner bounds.

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

Still under discussion.


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


Re: Issue 620 in lilypond: It should be possible to specify more specific spanner bounds.

2011-07-27 Thread lilypond

Updates:
Labels: -Patch-needs_work Patch-new

Comment #8 on issue 620 by pkx1...@gmail.com: It should be possible to  
specify more specific spanner bounds.

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

On 2011/07/27 16:45:02, MikeSol wrote:

A new version of this patch is up w/ the name of the property changed to
bound-alignment-interfaces.



Cheers,
MS



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


Re: Issue 620 in lilypond: It should be possible to specify more specific spanner bounds.

2011-07-27 Thread lilypond

Updates:
Owner: mts...@gmail.com
Labels: -Patch-new Patch-review

Comment #9 on issue 620 by pkx1...@gmail.com: It should be possible to  
specify more specific spanner bounds.

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

Passes make and reg tests.


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


Re: Issue 620 in lilypond: It should be possible to specify more specific spanner bounds.

2011-08-03 Thread lilypond

Updates:
Labels: -Patch-review Patch-needs_work

Comment #10 on issue 620 by percival.music.ca: It should be possible to  
specify more specific spanner bounds.

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

(No comment was entered for this change.)


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


Re: Issue 620 in lilypond: It should be possible to specify more specific spanner bounds.

2011-08-17 Thread lilypond

Updates:
Status: Fixed

Comment #11 on issue 620 by colinpkc...@gmail.com: It should be possible to  
specify more specific spanner bounds.

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

Pushed by Mike as ac7aef03a


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


Re: Issue 620 in lilypond: It should be possible to specify more specific spanner bounds.

2011-08-18 Thread lilypond


Comment #12 on issue 620 by philehol...@googlemail.com: It should be  
possible to specify more specific spanner bounds.

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

Ditto - this is 2.15.9, right?


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


Re: Issue 620 in lilypond: It should be possible to specify more specific spanner bounds.

2011-08-19 Thread lilypond

Updates:
Labels: -Patch-needs_work fixed_2_15_9

Comment #13 on issue 620 by n.putt...@gmail.com: It should be possible to  
specify more specific spanner bounds.

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

(No comment was entered for this change.)


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


Re: Issue 620 in lilypond: It should be possible to specify more specific spanner bounds.

2011-09-01 Thread lilypond

Updates:
Status: Verified

Comment #14 on issue 620 by brownian.box: It should be possible to specify  
more specific spanner bounds.

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

(No comment was entered for this change.)


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