PATCHES - Countdown to August 15

2022-08-12 Thread Colin Campbell
>From the banks of the (not particularly, at this point) mighty Columbia River, 
>here is the current countdown report. 
The next countdown will begin on August 15th. 
A list of all merge requests can be found here: 
https://gitlab.com/lilypond/lilypond/-/merge_requests?sort=label_priority 


Push: 

!1533 Fix lifetime of new context inside \alternative - Dan Eble 
https://gitlab.com/lilypond/lilypond/-/merge_requests/1533 

!1531 Fix grob::when and grob::rhythmic-location on dead spanners - Jean Abou 
Samra 
https://gitlab.com/lilypond/lilypond/-/merge_requests/1531 

!1526 Complete number sets - Werner Lemberg 
https://gitlab.com/lilypond/lilypond/-/merge_requests/1526 


Countdown: 

!1543 Allow simultaneous rehearsal and performance marks - Dan Eble 
https://gitlab.com/lilypond/lilypond/-/merge_requests/1543 

!1542 Use from_scm and to_scm for booleans - Jean Abou Samra 
https://gitlab.com/lilypond/lilypond/-/merge_requests/1542 

!1541 Fix mutation in scheme-text-spanner.ly - Jean Abou Samra 
https://gitlab.com/lilypond/lilypond/-/merge_requests/1541 

!1539 Avoid function in make-relative macro output - Jean Abou Samra 
https://gitlab.com/lilypond/lilypond/-/merge_requests/1539 

!1537 Add regtest for #@ and $@ - Jean Abou Samra 
https://gitlab.com/lilypond/lilypond/-/merge_requests/1537 

!1536 Add ly_keyword2scm like ly_symbol2scm - Jean Abou Samra 
https://gitlab.com/lilypond/lilypond/-/merge_requests/1536 

!1535 cairo: follow filename convention for PNG output - Han-Wen Nienhuys 
https://gitlab.com/lilypond/lilypond/-/merge_requests/1535 

!1534 Fixes and new features to woodwind diagrams - Mark Knoop 
https://gitlab.com/lilypond/lilypond/-/merge_requests/1534 

!1532 Add bookpart-level-page-numbering paper variable - Jean Abou Samra 
https://gitlab.com/lilypond/lilypond/-/merge_requests/1532 

!1505 Use a unified output-def-kind variable instead of is-{paper,layout,midi} 
- Jean Abou Samra 
https://gitlab.com/lilypond/lilypond/-/merge_requests/1505 


Review: 

!1549 Stop code duplication in One_line_auto_height_breaking - Jean Abou Samra 
https://gitlab.com/lilypond/lilypond/-/merge_requests/1549 

!1548 Use from_scm for numbers - Jean Abou Samra 
https://gitlab.com/lilypond/lilypond/-/merge_requests/1548 

!1547 Further page cleanups - Jean Abou Samra 
https://gitlab.com/lilypond/lilypond/-/merge_requests/1547 

!1546 More flower-proto.hh pruning - Dan Eble 
https://gitlab.com/lilypond/lilypond/-/merge_requests/1546 

!1545 Add a basic highlight feature - Jean Abou Samra 
https://gitlab.com/lilypond/lilypond/-/merge_requests/1545 

!1544 Misc. minor output-distance cleanups - Jean Abou Samra 
https://gitlab.com/lilypond/lilypond/-/merge_requests/1544 

!1540 Avoid putting procedures in Scheme forms when reading #{ #} - Jean Abou 
Samra 
https://gitlab.com/lilypond/lilypond/-/merge_requests/1540 

!913 release: binaries with cairo - Han-Wen Nienhuys 
https://gitlab.com/lilypond/lilypond/-/merge_requests/913 


New: 

!1550 Bar_engraver: create caesura/phrase bar lines - Dan Eble 
https://gitlab.com/lilypond/lilypond/-/merge_requests/1550 


Waiting: 

No patches in Waiting at this time. 


Cheers, 
Colin 


GSoC page

2022-08-12 Thread Jean Abou Samra

Hi,

The page https://lilypond.org/google-summer-of-code.html
look somewhat outdated, it says it's for GSoC 2018,
and there is still the SMuFL project taken by Owen
for example. Can we update it?


- SMuFL: taken by Owen, should be removed

- Variants of font glyphs: Werner, is this still relevant?

- Improve/Extend Export to MusicXML: Peter, are you still
  available for this?

- Fix Beaming Patterns: Urs is mentioned as the first mentor,
  but he's no longer active. Carl, would you take this as primary
  mentor?

- Frescobaldi Extensions: I suppose this should be moved to the
  “Attic” as Urs is inactive.

- Support for style sheets: Abraham, Kieren?

- Contemporary Notation: who is “NN”?

- Implement a System to Handle Scores System by System:
  same question.


I actually don't really see how GSoC works, I just happened to
stumble upon this page which seems in need of updating. If we
want GSoC applications next year, let's keep it current.

Thanks,
Jean





Re: Can't have rehearsal mark and segno mark at same moment

2022-08-12 Thread Jean Abou Samra




Le 10/08/2022 à 13:54, Dan Eble a écrit :

In other words, it actually does make sense to have both rehearsal
marks and segno signs at the same position.

Between preparing caesura-related MRs, I will try allowing a rehearsal mark to 
occur at the same point as the other types of marks.  Maybe now, after having 
spent some time away from it, I will see other ways to do the things that made 
me implement the restriction in the first place.



https://gitlab.com/lilypond/lilypond/-/merge_requests/1543

Thank you Dan!