From 36859b85e9ee729f93379380365ad03621490d99 Mon Sep 17 00:00:00 2001 From: Davide Madrisan Date: Tue, 13 Feb 2024 22:30:51 +0100 Subject: [PATCH 1/2] ci: add a simple github workflow Signed-off-by: Davide Madrisan --- .github/workflows/ci.yaml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .github/workflows/ci.yaml diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml new file mode 100644 index 00000000..c087dcb9 --- /dev/null +++ b/.github/workflows/ci.yaml @@ -0,0 +1,36 @@ +name: ci + +on: + push: + paths-ignore: + - '**.md' + - AUTHORS + - VERSION + pull_request: + types: [assigned, edited, opened, synchronize, reopened] + +jobs: + build-checks: + runs-on: ubuntu-latest + container: 'fedora:39' + + steps: + - uses: actions/checkout@v2 + + - id: install_deps + run: | + dnf -y update + dnf -y install autoconf automake bzip2 lilypond make xz + + - id: configure + run: | + autoreconf --install + ./configure + + - id: make_dist + run: | + make dist + + - id: make + run: | + make From 2a697e31bb85ef268bcf2462a409e776a406890c Mon Sep 17 00:00:00 2001 From: Davide Madrisan Date: Tue, 13 Feb 2024 23:24:56 +0100 Subject: [PATCH 2/2] fix: lilypond 2.25 fixes Signed-off-by: Davide Madrisan --- .../BWV639-busoni/JS-Bach-Busoni-Chorale-Prelude-BWV639.ly | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/johann-sebastian-bach/chorale-preludes/BWV639-busoni/JS-Bach-Busoni-Chorale-Prelude-BWV639.ly b/src/johann-sebastian-bach/chorale-preludes/BWV639-busoni/JS-Bach-Busoni-Chorale-Prelude-BWV639.ly index 84a6f2d1..b777f37a 100644 --- a/src/johann-sebastian-bach/chorale-preludes/BWV639-busoni/JS-Bach-Busoni-Chorale-Prelude-BWV639.ly +++ b/src/johann-sebastian-bach/chorale-preludes/BWV639-busoni/JS-Bach-Busoni-Chorale-Prelude-BWV639.ly @@ -100,7 +100,7 @@ Sopran = \context Voice = "one" \relative c'' { \tempo \markup { \column { \line { "Andante" } - \line { \italic\small { \roman "Mit andacht" } } + \line { \italic\small { \serif "Mit andacht" } } \general-align #Y #-1 \line { \hspace #2 \small "Die Oberstimme sehr ausdrucksvoll und gehalten" } \general-align #Y #-2