Re: Fix Lilypond Beaming GSOC Project

2023-05-04 Thread Jason Yip
have formal milestones during this time. Again, congratulations on being accepted to GSOC!  And I hope we can bond well with you over the next three weeks! Again, glad to meet you and the other developers too! Carl Sorensen -- - Jason Yip OpenPGP_0xB69A3DD87D22F506.asc Descriptio

Re: Getting beam subdivision working

2023-06-19 Thread Jason Yip
On 2023-06-17 06:27, David Kastrup - dak(a)gnu.org wrote: David Kastrup writes: Dan Eble writes: On Jun 16, 2023, at 19:13, Jason Yip wrote: minSubdivideInterval and maxSubdivideInterval. They are both Rationals. Their numerator and denominator must be a power of 2. For each power of 2

Getting unsimplified tuplet ratio

2023-07-17 Thread Jason Yip
f schedule. -- - Jason Yip OpenPGP_0xB69A3DD87D22F506.asc Description: OpenPGP public key OpenPGP_signature Description: OpenPGP digital signature

Re: Getting unsimplified tuplet ratio

2023-07-18 Thread Jason Yip
inator")) That surprisingly works, thanks! -- - Jason Yip OpenPGP_0xB69A3DD87D22F506.asc Description: OpenPGP public key OpenPGP_signature Description: OpenPGP digital signature

Cannot build latest master branch

2023-07-26 Thread Jason Yip
race:    0 (apply-smob/1 #) ERROR: In procedure apply-smob/1: In procedure primitive-load-path: Unable to find file "lily/lily" in load path ``` I have no idea what significantly changed since the latest merge cycle, but if anyone can help me resolve these errors or r

Re: Cannot build latest master branch

2023-07-26 Thread Jason Yip
My error magically resolved itself somehow, so it's fine now. On 2023-07-26 15:11, Dan Eble - dan(a)lyric.works wrote: On Jul 26, 2023, at 14:38, Jason Yip via Discussions on LilyPond development wrote: 'CC=ccache clang' 'CXX=ccache clang++' Have you tried cleari

The final stage of my GSoC project

2023-08-09 Thread Jason Yip
ds my new university term that starts soon. While I have the time, I may consider writing a blog post about my beam subdivision algorithm in detail later as I admire its handling of the intricacies of music theory. -- - Jason Yip OpenPGP_0xB69A3DD87D22F506.asc Description: OpenPGP publi

Re: Guidance needed in creating a branch

2024-04-19 Thread Jason Yip
dentally don't push to "upstream" with `git remote set-url --push upstream NULL`. -- - Jason Yip

Re: Guidance needed in creating a branch

2024-04-19 Thread Jason Yip
On 2024-04-19 13:53, Jason Yip wrote: On 2024-04-19 12:51, Colin Campbell - cpkc.music(a)shaw.ca wrote: I see that developers have branches on gitlab, showing as  > origin/dev//username/; I gather that this is The Way It's Done®, but I can't find direction in CG as to how to

Re: Fwd: Interested in GNU Lilypond Google Summer of Code Beaming Fixing Project Idea

2023-03-22 Thread Jason Yip via Discussions on LilyPond development
- From: Carl Sorensen Date: Mon, Mar 20, 2023 at 12:59 PM Subject: Re: Interested in GNU Lilypond Google Summer of Code Beaming Fixing Project Idea To: Jason Yip Jason, Thanks for your interest! On Sun, Mar 19, 2023 at 12:21 AM Jason Yip wrote: Hello Carl, My name is Jason Yi

Preferred Mentor-Mentee Communication, Plan for Auto-Beaming Project

2023-03-30 Thread Jason Yip via Discussions on LilyPond development
be done in 10 full-time weeks (about 30-32 hrs/wk) and 3 part-time weeks (about 10-20 hrs/wk). Plan's start/end dates align with Google's timeline for GSoC. I appreciate any feedback and support you can give me! -- - Jason Yip OpenPGP_0xB69A3DD87D22F506.asc Description: OpenPGP

Re: Preferred Mentor-Mentee Communication, Plan for Auto-Beaming Project

2023-03-30 Thread Jason Yip via Discussions on LilyPond development
Thanks for the feedback Carl! See my comments below On 2023-03-30 13:00, Carl Sorensen - c_sorensen(a)byu.edu wrote: Thanks, Jason. See my answers below. Carl *From: *Jason Yip *Date: *Wednesday, March 29, 2023 at 8:45 PM *To: *Carl Sorensen *Cc: *Devel *Subject: *Preferred Mentor

Re: Fix Lilypond Beaming GSOC Project

2023-05-06 Thread Jason Yip via Discussions on LilyPond development
list replies on general to keep everything public, as in most FOSS projects). Le jeudi 04 mai 2023 à 22:03 -0500, Jason Yip a écrit : I didn't have much time to learn about specific Lilypond dependencies  and what package name they had in the Arch Linux repositories when tinkering weeks ago. Pro

Re: Fix Lilypond Beaming GSOC Project

2023-05-16 Thread Jason Yip via Discussions on LilyPond development
ensen - carl.d.sorensen(a)gmail.com wrote: Hi, Jason! On Thu, May 4, 2023 at 6:42 PM Jason Yip wrote: Hi Carl and fellow developers! I'm excited to work with all of you on Lilypond and hope that we can complete the project! I'll be quite busy with the end of my universi

Re: Getting beam subdivision working

2023-06-16 Thread Jason Yip via Discussions on LilyPond development
On 2023-06-16 16:26, Jean Abou Samra - jean(a)abou-samra.fr wrote: Le vendredi 16 juin 2023 à 16:13 -0700, Jason Yip a écrit : My implementation is available in a private fork, I'm not sure how I should share it if any other developers want to examine it (manual invite to each one who wan

Re: Getting beam subdivision working

2023-06-16 Thread Jason Yip via Discussions on LilyPond development
uplet 3/2 { \repeat unfold 12 c128 }     \repeat unfold 4 c64     \repeat unfold 4 c64   }   c32 c   c32 c   \break   c32 c   c32 c   \tuplet 3/2 {     \repeat unfold 4 c64     \repeat unfold 4 c64     \tuplet 3/2 { \repeat unfold 12 c128 }   } } ``` I'll take a look at the figures on pgs. 7-9

Re: Cannot build latest master branch

2023-07-26 Thread Jason Yip via Discussions on LilyPond development
-line-argument -fstack-clash-protection -fstack-protector-strong -fcf-protection -fuse-ld=mold -Wp,-D_GLIBCXX_ASSERTIONS' LDFLAGS=-Wl,--sort-common,--as-needed,-z,defs,-z,relro,-z,now PYTHON=/usr/bin/python * make My configure args have always worked in the past, but no

Re: Cannot build latest master branch

2023-07-26 Thread Jason Yip via Discussions on LilyPond development
oing autogen.sh, redid `mkdir build && cd build` in between autogen.sh and configure -- - Jason Yip OpenPGP_0xB69A3DD87D22F506.asc Description: OpenPGP public key OpenPGP_signature Description: OpenPGP digital signature

Re: Cannot build latest master branch

2023-07-26 Thread Jason Yip via Discussions on LilyPond development
e error. Very odd. I couldn't get the error back with git bisect either -- - Jason Yip OpenPGP_0xB69A3DD87D22F506.asc Description: OpenPGP public key OpenPGP_signature Description: OpenPGP digital signature

Re: Cannot build latest master branch

2023-07-27 Thread Jason Yip via Discussions on LilyPond development
copied from https://wiki.gentoo.org/wiki/GCC_optimization and some of the configure options added compilation flags that I didn't like, hench some of the disabled configure options. -- - Jason Yip OpenPGP_0xB69A3DD87D22F506.asc Description: OpenPGP public key OpenPGP_signature Descri