[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5315 Alternate repeats with different time signatures in a simultaneous music construct produces unexpected bar check errors

2018-05-02 Thread Auto mailings of changes to Lily Issues via Testlilyissues-auto
- **summary**: Alternate repeats  --> Alternate repeats with different time 
signatures in a simultaneous music construct produces unexpected bar check 
errors



---

** [issues:#5315] Alternate repeats with different time signatures in a 
simultaneous music construct produces unexpected bar check errors**

**Status:** New
**Labels:** Regression 
**Created:** Fri Apr 27, 2018 10:47 AM UTC by pkx166h
**Last Updated:** Fri Apr 27, 2018 10:47 AM UTC
**Owner:** nobody
**Attachments:**

- 
[OUTPUT.png](https://sourceforge.net/p/testlilyissues/issues/5315/attachment/OUTPUT.png)
 (9.5 kB; image/png)


Reported by Arttu Punkkinen   and  Steven Weber 
 

Arttu's example below

~~~
\version "2.19.65"
% Bar lines to do not reflect time signature change
<<
  {
\repeat volta 2 {
c'2 c'
}
\alternative {
  { c' c'}
  {\time 1/2 c' c'}
}
  } \\
  {
\repeat volta 2 {
  c' c'
}
\alternative {
  { c' c'}
  { c' c'}
}
  }
>>

% Bar lines work correctly if change is in last context
<<
  {
\repeat volta 2 {
  c' c'
}
\alternative {
  { c' c'}
  { c' c'}
}
  } \\
  {
\repeat volta 2 {
  c' c'
 }
\alternative {
  { c' c'}
  {\time 1/2 c' c'}
}
  }
>>
~~~

Works as expected in 2.18.2


---

Sent from sourceforge.net because testlilyissues-a...@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/testlilyissues/issues/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/testlilyissues/admin/issues/options.  Or, if this is 
a mailing list, you can unsubscribe from the mailing list.--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Testlilyissues-auto mailing list
testlilyissues-a...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto


[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5317 Crash when running musicxml2ly

2018-05-02 Thread Auto mailings of changes to Lily Issues via Testlilyissues-auto
- **status**: Accepted --> Started



---

** [issues:#5317] Crash when running musicxml2ly**

**Status:** Started
**Created:** Wed May 02, 2018 10:45 AM UTC by pkx166h
**Last Updated:** Wed May 02, 2018 10:45 AM UTC
**Owner:** pkx166h


https://codereview.appspot.com/339560043/

Crash when running the command line : 
~~~
/usr/local/bin/musicxml2ly --nd --nrp --npl --no-beaming -m 
MusicXMLV2_from_sibelius7.xml 
~~~
Produces the error:

~~~
AttributeError: PartGroupInfo instance has no attribute 'set_part_information' 
~~~

Signed-off-by: frederic gohier 


---

Sent from sourceforge.net because testlilyissues-a...@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/testlilyissues/issues/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/testlilyissues/admin/issues/options.  Or, if this is 
a mailing list, you can unsubscribe from the mailing list.--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Testlilyissues-auto mailing list
testlilyissues-a...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto


[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5317 Crash when running musicxml2ly

2018-05-02 Thread Auto mailings of changes to Lily Issues via Testlilyissues-auto



---

** [issues:#5317] Crash when running musicxml2ly**

**Status:** Accepted
**Created:** Wed May 02, 2018 10:45 AM UTC by pkx166h
**Last Updated:** Wed May 02, 2018 10:45 AM UTC
**Owner:** pkx166h


https://codereview.appspot.com/339560043/

Crash when running the command line : 
~~~
/usr/local/bin/musicxml2ly --nd --nrp --npl --no-beaming -m 
MusicXMLV2_from_sibelius7.xml 
~~~
Produces the error:

~~~
AttributeError: PartGroupInfo instance has no attribute 'set_part_information' 
~~~

Signed-off-by: frederic gohier 


---

Sent from sourceforge.net because testlilyissues-a...@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/testlilyissues/issues/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/testlilyissues/admin/issues/options.  Or, if this is 
a mailing list, you can unsubscribe from the mailing list.--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Testlilyissues-auto mailing list
testlilyissues-a...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto


[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] Re: #5312 Key cancellation glyph position inconsistent

2018-05-02 Thread Auto mailings of changes to Lily Issues via Testlilyissues-auto
Patch file against current master attached.
Please push it for me.

Thanks,
Torsten


---

** [issues:#5312] Key cancellation glyph position inconsistent**

**Status:** Started
**Created:** Mon Apr 23, 2018 05:42 PM UTC by pkx166h
**Last Updated:** Mon Apr 30, 2018 11:50 AM UTC
**Owner:** Torsten Hämmerle
**Attachments:**

- 
[example.png](https://sourceforge.net/p/testlilyissues/issues/5312/attachment/example.png)
 (20.1 kB; image/png)


http://codereview.appspot.com/343020043

From:   foxfanfare


Hi everyone,Just noticed a bug in the default placement of the naturals when
key is changed.As you can see, the naturals aren't spaced correctly when
using the bass clef.I tried \Staff.override KeyCancellation.padding = #0.2,
but even with a larger padding, naturals aren't spaced uniformly

e.g

~~~
\version "2.19.81"

\new Staff {
  \key cis\major
  s1
  \key ces\major
  s
  \clef bass
  \key ces\major
  s^"problem"
  \key cis\major
  s \bar "|."
}
~~~


---

Sent from sourceforge.net because testlilyissues-a...@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/testlilyissues/issues/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/testlilyissues/admin/issues/options.  Or, if this is 
a mailing list, you can unsubscribe from the mailing list.--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Testlilyissues-auto mailing list
testlilyissues-a...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto


[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5316 Clarify notation for slurs and beams

2018-05-02 Thread Auto mailings of changes to Lily Issues via Testlilyissues-auto



---

** [issues:#5316] Clarify notation for slurs and beams**

**Status:** Started
**Created:** Sun Apr 29, 2018 11:05 PM UTC by Carl Sorensen
**Last Updated:** Sun Apr 29, 2018 11:05 PM UTC
**Owner:** nobody


Clarify notation for slurs and beams

Note that the opening code for slurs and beams comes after
the first note of the slur or beam.

Also, add a section about notes containing pitches, durations,
and post-events.

http://codereview.appspot.com/343060043


---

Sent from sourceforge.net because testlilyissues-a...@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/testlilyissues/issues/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/testlilyissues/admin/issues/options.  Or, if this is 
a mailing list, you can unsubscribe from the mailing list.--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Testlilyissues-auto mailing list
testlilyissues-a...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto


[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5307 Skyline Refinements (Rounded Boxes and Rotated Ellipses)

2018-05-02 Thread Auto mailings of changes to Lily Issues via Testlilyissues-auto
- **labels**:  --> Fixed_2_21_0
- **status**: Started --> Fixed
- **Patch**: push -->  
- **Comment**:

I hope it's ok I've pushed this instead of James :)

commit df0ca89d232ca1811605c0a5acc753b6783d8293
Author: Torsten Hämmerle 
Date:   Mon Apr 16 00:35:08 2018 +0200

issue 5307: Skyline Refinements (Rounded Boxes and Rotated Ellipses)

lily/stencil-integral.cc

function make_partial_ellipse_boxes:

Use correct scaling factors for x_rad and y_rad for an arbitrary
transformation matrix
This affects calculation of quantisation value

function make_round_filled_box_boxes:

(1) remove unintentional additional space between box and skyline

(2) In case of rounded corners (threshold: diameter > 0.5 staff spaces)
or rotation, a detailed skyline will be constructed.
Rotated straight lines are drawn using buildings.
Rounded corners built out of boxes (cf. ellipse).

(3) Draw simple single-box skyline for simple boxes (i.e. in most cases,
e.g. ledger lines).

issue 5307: Skyline Refinements (Rounded Boxes and Rotated Ellipses)

file lily/stencil-integral.cc

  function make_partial_ellipse_boxes:
  Inserted line wrap in "int quantization..." line

  function make_round_filled_boxes:
  consistent quantization and radius computation
  Lines wrapped




---

** [issues:#5307] Skyline Refinements (Rounded Boxes and Rotated Ellipses)**

**Status:** Fixed
**Labels:** Fixed_2_21_0 
**Created:** Sun Apr 15, 2018 09:46 PM UTC by Torsten Hämmerle
**Last Updated:** Fri Apr 27, 2018 10:33 AM UTC
**Owner:** Torsten Hämmerle
**Attachments:**

- 
[skylines-boxes-2-19-81.png](https://sourceforge.net/p/testlilyissues/issues/5307/attachment/skylines-boxes-2-19-81.png)
 (82.3 kB; image/png)


http://codereview.appspot.com/341140043

Recently, there have been some discussions about mysterious spacing of 
\rounded-box markup.

Harm identified skyline problems as the cause and submitted the following bug 
report:
[Possible regression with box-markup/rounded-box-markup 
](http:///lilypond.1069038.n5.nabble.com/Possible-regression-with-box-markup-rounded-box-markup-tt211212.html)
Before Mike Solomon's new skyline handling, there were no such uninteded extra 
margins.


# Rounded Box Skylines
The skyline of boxes with rounded corners do not tightly wrap the boxes but 
there's an unintentional margin (as wide as the corner radius).

Apart from that here are a few other shortcomings and so I have decided to 
create a more general box-and-rotated-ellipses skyline issue.

#Other issues
When working on this case, I came across a few other things that call for 
improvement and so I've included them into the test file. Most notably, there 
is a general problem with rotation. And it would be nice to recreate the 
rounded corners for large boxes/radii.
At the same time, one should keep run-of-the-mill stuff like ledger lines as 
simple and fast as possible.

# Test file
A file with 'debug-skylines switched on and TextScript padding values set to 0 
in order to be able to check how the markup objects are fitted together.
I have tried to demonstrate about everything you cold do with boxes (including 
scaling, rotating, cominations thereof).

~~~
#(ly:set-option 'debug-skylines #t)

{
  \set Staff.instrumentName = \markup #(lilypond-version)
  \override Staff.TextScript.padding = 0
  \override Staff.TextScript.outside-staff-padding = 0
  \override Staff.TextScript.outside-staff-horizontal-padding = 0
  \override Staff.TextScript.self-alignment-X = #CENTER
  \override Staff.TextScript.layer = 0
  f'''4
  c'' ^\markup \override #'(thickness . 4) \box \teeny 1
  _\markup \with-color #grey \filled-box #'(-1 . 4) #'(1 . 4) #1
  b'  ^\markup \rounded-box "2!" ^\markup \rounded-box "3"
  d'' ^\markup \circle "*" ^\markup \rotate #90 \ellipse "Elli"
  _\markup \with-color #grey \rotate #10 \filled-box #'(-2 . 5) #'(1 . 4) 
#10
  _ \markup \rotate #36 \override #'(corner-radius . 20) \scale #'(1 . 0.4)
\rotate #-68 \scale #'(1.6 . 1) \rounded-box "dop"
  f'' _\markup \override #'(corner-radius . 0.5) \rounded-box "."
  a'  ^\markup \rotate #30 \rounded-box "rotated a"
  _\markup \scale #'(1 . 1.5) \rotate #45 \override #'(thickness . 5)
   \rounded-box \rotate #-45 \scale #'(2 . 1) \bold "!"
  d'' _\markup \override #'(corner-radius . 20) \rounded-box "4"
  a'' ^\markup \rotate #-165 \box "rotated b"
  _\markup \rotate #180 \override #'(corner-radius . 20) \rounded-box \teeny
   \override #'(baseline-skip . 0) \center-column { "Upside" "Down" 
}
}
~~~
(see attached PNG file)

* Ledger lines are filled rounded boxes, too (!)
* Corner radius is misinterpreted as line thickness and padded around the box.
* Ledger lines have rounded corners, but the blot diameter is so small that the 
effect didn't disturb too much.
* When rotating 

[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5316 Clarify notation for slurs and beams

2018-05-02 Thread Auto mailings of changes to Lily Issues via Testlilyissues-auto
Respond to Trevor and Torsten

http://codereview.appspot.com/343060043


---

** [issues:#5316] Clarify notation for slurs and beams**

**Status:** Started
**Created:** Sun Apr 29, 2018 11:05 PM UTC by Carl Sorensen
**Last Updated:** Mon Apr 30, 2018 03:28 PM UTC
**Owner:** Carl Sorensen


Clarify notation for slurs and beams

Note that the opening code for slurs and beams comes after
the first note of the slur or beam.

Also, add a section about notes containing pitches, durations,
and post-events.

http://codereview.appspot.com/343060043


---

Sent from sourceforge.net because testlilyissues-a...@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/testlilyissues/issues/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/testlilyissues/admin/issues/options.  Or, if this is 
a mailing list, you can unsubscribe from the mailing list.--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Testlilyissues-auto mailing list
testlilyissues-a...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto


[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] Ticket 4409 discussion

2018-05-02 Thread Auto mailings of changes to Lily Issues via Testlilyissues-auto
- **labels**:  --> Patch - new



---

** [issues:#4409] Automatic fret diagrams should include barre indications when 
fingerings are given.**

**Status:** Started
**Labels:** Patch - new 
**Created:** Wed May 20, 2015 06:43 PM UTC by Anonymous
**Last Updated:** Mon Apr 30, 2018 02:29 PM UTC
**Owner:** Carl Sorensen


*Originally created by:* *anonymous

*Originally created by:* 
[carl.d.s...@gmail.com](http://code.google.com/u/108033970883937506300/)
*Originally owned by:* 
[carl.d.s...@gmail.com](http://code.google.com/u/108033970883937506300/)

**Please DO NOT add issues directly to this tracker unless**
**you are certain that they correspond to our preferred**
**format.**

**Please keep attachments as small as possible.  Google has a very small**
**limit on the total size of attachments in the tracker.  If you need to post**
a larger file \(>50 kByte - really\) please use a link.


---

Sent from sourceforge.net because testlilyissues-a...@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/testlilyissues/issues/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/testlilyissues/admin/issues/options.  Or, if this is 
a mailing list, you can unsubscribe from the mailing list.--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Testlilyissues-auto mailing list
testlilyissues-a...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto


[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] Re: #5307 Skyline Refinements (Rounded Boxes and Rotated Ellipses)

2018-05-02 Thread Auto mailings of changes to Lily Issues via Testlilyissues-auto
> I hope it's ok I've pushed this instead of James :)

Yes, perfectly ok, it didn't do any Harm... ;)

Thanks a ton,
Torsten


---

** [issues:#5307] Skyline Refinements (Rounded Boxes and Rotated Ellipses)**

**Status:** Fixed
**Labels:** Fixed_2_21_0 
**Created:** Sun Apr 15, 2018 09:46 PM UTC by Torsten Hämmerle
**Last Updated:** Mon Apr 30, 2018 12:04 AM UTC
**Owner:** Torsten Hämmerle
**Attachments:**

- 
[skylines-boxes-2-19-81.png](https://sourceforge.net/p/testlilyissues/issues/5307/attachment/skylines-boxes-2-19-81.png)
 (82.3 kB; image/png)


http://codereview.appspot.com/341140043

Recently, there have been some discussions about mysterious spacing of 
\rounded-box markup.

Harm identified skyline problems as the cause and submitted the following bug 
report:
[Possible regression with box-markup/rounded-box-markup 
](http:///lilypond.1069038.n5.nabble.com/Possible-regression-with-box-markup-rounded-box-markup-tt211212.html)
Before Mike Solomon's new skyline handling, there were no such uninteded extra 
margins.


# Rounded Box Skylines
The skyline of boxes with rounded corners do not tightly wrap the boxes but 
there's an unintentional margin (as wide as the corner radius).

Apart from that here are a few other shortcomings and so I have decided to 
create a more general box-and-rotated-ellipses skyline issue.

#Other issues
When working on this case, I came across a few other things that call for 
improvement and so I've included them into the test file. Most notably, there 
is a general problem with rotation. And it would be nice to recreate the 
rounded corners for large boxes/radii.
At the same time, one should keep run-of-the-mill stuff like ledger lines as 
simple and fast as possible.

# Test file
A file with 'debug-skylines switched on and TextScript padding values set to 0 
in order to be able to check how the markup objects are fitted together.
I have tried to demonstrate about everything you cold do with boxes (including 
scaling, rotating, cominations thereof).

~~~
#(ly:set-option 'debug-skylines #t)

{
  \set Staff.instrumentName = \markup #(lilypond-version)
  \override Staff.TextScript.padding = 0
  \override Staff.TextScript.outside-staff-padding = 0
  \override Staff.TextScript.outside-staff-horizontal-padding = 0
  \override Staff.TextScript.self-alignment-X = #CENTER
  \override Staff.TextScript.layer = 0
  f'''4
  c'' ^\markup \override #'(thickness . 4) \box \teeny 1
  _\markup \with-color #grey \filled-box #'(-1 . 4) #'(1 . 4) #1
  b'  ^\markup \rounded-box "2!" ^\markup \rounded-box "3"
  d'' ^\markup \circle "*" ^\markup \rotate #90 \ellipse "Elli"
  _\markup \with-color #grey \rotate #10 \filled-box #'(-2 . 5) #'(1 . 4) 
#10
  _ \markup \rotate #36 \override #'(corner-radius . 20) \scale #'(1 . 0.4)
\rotate #-68 \scale #'(1.6 . 1) \rounded-box "dop"
  f'' _\markup \override #'(corner-radius . 0.5) \rounded-box "."
  a'  ^\markup \rotate #30 \rounded-box "rotated a"
  _\markup \scale #'(1 . 1.5) \rotate #45 \override #'(thickness . 5)
   \rounded-box \rotate #-45 \scale #'(2 . 1) \bold "!"
  d'' _\markup \override #'(corner-radius . 20) \rounded-box "4"
  a'' ^\markup \rotate #-165 \box "rotated b"
  _\markup \rotate #180 \override #'(corner-radius . 20) \rounded-box \teeny
   \override #'(baseline-skip . 0) \center-column { "Upside" "Down" 
}
}
~~~
(see attached PNG file)

* Ledger lines are filled rounded boxes, too (!)
* Corner radius is misinterpreted as line thickness and padded around the box.
* Ledger lines have rounded corners, but the blot diameter is so small that the 
effect didn't disturb too much.
* When rotating boxes, the skylines still consist of one single non-rotated 
rectangular box.
* Rounded corners are not replicated in the skylines, even if this may be 
beneficial for bigger radii.
* Ellipse skylines gradually deteriorate when being rotated. In the example, 
the skyline of ellipse "Elli" has completely collapsed because of the 90° 
rotation.
* The rhombus "!" has been created by rotating and scaling that unfortunately 
caused a collapse of the skyline.
* Rotations in general cause large skyline boxes that hamper object placement a 
lot.




---

Sent from sourceforge.net because testlilyissues-a...@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/testlilyissues/issues/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/testlilyissues/admin/issues/options.  Or, if this is 
a mailing list, you can unsubscribe from the mailing list.--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Testlilyissues-auto mailing list
testlilyissues-a...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto


[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5317 Crash when running musicxml2ly

2018-05-02 Thread Auto mailings of changes to Lily Issues via Testlilyissues-auto
- **Patch**: new --> review
- **Comment**:

Passes make, make check and a full make doc.



---

** [issues:#5317] Crash when running musicxml2ly**

**Status:** Started
**Created:** Wed May 02, 2018 10:45 AM UTC by pkx166h
**Last Updated:** Wed May 02, 2018 10:45 AM UTC
**Owner:** pkx166h


https://codereview.appspot.com/339560043/

Crash when running the command line : 
~~~
/usr/local/bin/musicxml2ly --nd --nrp --npl --no-beaming -m 
MusicXMLV2_from_sibelius7.xml 
~~~
Produces the error:

~~~
AttributeError: PartGroupInfo instance has no attribute 'set_part_information' 
~~~

Signed-off-by: frederic gohier 


---

Sent from sourceforge.net because testlilyissues-a...@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/testlilyissues/issues/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/testlilyissues/admin/issues/options.  Or, if this is 
a mailing list, you can unsubscribe from the mailing list.--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Testlilyissues-auto mailing list
testlilyissues-a...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto


[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5316 Clarify notation for slurs and beams

2018-05-02 Thread Auto mailings of changes to Lily Issues via Testlilyissues-auto
Adjust description of post-events

http://codereview.appspot.com/343060043


---

** [issues:#5316] Clarify notation for slurs and beams**

**Status:** Started
**Created:** Sun Apr 29, 2018 11:05 PM UTC by Carl Sorensen
**Last Updated:** Wed May 02, 2018 11:13 PM UTC
**Owner:** Carl Sorensen


Clarify notation for slurs and beams

Note that the opening code for slurs and beams comes after
the first note of the slur or beam.

Also, add a section about notes containing pitches, durations,
and post-events.

http://codereview.appspot.com/343060043


---

Sent from sourceforge.net because testlilyissues-a...@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/testlilyissues/issues/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/testlilyissues/admin/issues/options.  Or, if this is 
a mailing list, you can unsubscribe from the mailing list.--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Testlilyissues-auto mailing list
testlilyissues-a...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto


[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5318 Context regression tests

2018-05-02 Thread Auto mailings of changes to Lily Issues via Testlilyissues-auto



---

** [issues:#5318] Context regression tests**

**Status:** Started
**Created:** Thu May 03, 2018 02:37 AM UTC by Dan Eble
**Last Updated:** Thu May 03, 2018 02:37 AM UTC
**Owner:** nobody


Context regression tests
Note that context-find-parent.ly currently fails.

http://codereview.appspot.com/348760043


---

Sent from sourceforge.net because testlilyissues-a...@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/testlilyissues/issues/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/testlilyissues/admin/issues/options.  Or, if this is 
a mailing list, you can unsubscribe from the mailing list.--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Testlilyissues-auto mailing list
testlilyissues-a...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto