Skip to content

Commit

Permalink
J.S. Bach: Partiten: use same font and size for all titles
Browse files Browse the repository at this point in the history
Signed-off-by: Davide Madrisan <[email protected]>
  • Loading branch information
madrisan committed Jan 3, 2025
1 parent 8dcca59 commit d398a80
Show file tree
Hide file tree
Showing 10 changed files with 69 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,15 @@ Bass = \context Voice = "four" \relative c' {
\header {
composer = ##f % "Johann Sebastian @composer_lastnam@"
opus = ##f % "BWV 825"
title = \markup { "Partita I" }
title = \markup {
\fill-line {
\center-column {
\line \abs-fontsize #18 \caps {
"Partita I"
}
}
}
}
subtitle = \markup { "Praeludium" }
}
\layout {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,10 @@ Tenor = \context Voice = "three" \relative c' {
%1
| s1*3
| s2. bes8 a
| s1*12
%5
| g4 s fis s
| g s2.
| s1*10
| e'16\rest d c8 a'16\rest c, d8 f16\rest a, bes8 e16\rest f, g8
| e'16\rest g, aes8~ aes g s4..
\partial 16 s16
Expand All @@ -128,12 +131,12 @@ Bass = \context Voice = "four" \relative c {
%1
| bes4 r r2
| bes4 r a'2\rest
| \clef bass bes,4 r a2\rest
| \clef bass bes4 r r2
| \clef bass bes,4 r a'2\rest
| \clef bass bes,4 r r2
%5
| <bes g'>4 r <a fis'> r
| <g g'> r a'2\rest
| \clef bass g,8 g'4 f8 e e'4 d8
| \stemDown bes4 r a r
| g r a'2\rest
| \clef bass \stemNeutral g,8 g'4 f8 e e'4 d8
| c c,4 bes8 a a'4 g8
| f \clef treble f'[ a c] bes bes, d f
%10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,15 @@ Bass = \context Voice = "four" \relative c {
\header {
composer = ##f % "Johann Sebastian Bach"
opus = ##f % "BWV 826"
title = \markup { "Partita II" }
title = \markup {
\fill-line {
\center-column {
\line \abs-fontsize #18 \caps {
"Partita II"
}
}
}
}
subtitle = \markup { "Sinfonia" }
}
\layout {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,15 @@ Bass = \context Voice = "four" \relative c' {
\header {
composer = ##f % "Johann Sebastian Bach"
opus = ##f % "BWV 827"
title = \markup { "Partita III" }
title = \markup {
\fill-line {
\center-column {
\line \abs-fontsize #18 \caps {
"Partita III"
}
}
}
}
subtitle = \markup { "Fantasia" }
}
\layout {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,15 @@ Bass = \context Voice = "four" \relative c {
\header {
composer = ##f % "Johann Sebastian Bach"
opus = ##f % "BWV 828"
title = \markup { "Partita IV" }
title = \markup {
\fill-line {
\center-column {
\line \abs-fontsize #18 \caps {
"Partita IV"
}
}
}
}
subtitle = \markup { "Ouverture" }
}
\layout {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,15 @@ Bass = \context Voice = "four" \relative c' {
\header {
composer = ##f % "Johann Sebastian Bach"
opus = ##f % "BWV 829"
title = \markup { "Partita V" }
title = \markup {
\fill-line {
\center-column {
\line \abs-fontsize #18 \caps {
"Partita V"
}
}
}
}
subtitle = \markup { "Praeambulum" }
}
\layout {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,15 @@ Bass = \context Voice = "four" \relative c {
\header {
composer = ##f % "Johann Sebastian Bach"
opus = ##f % "BWV 830"
title = \markup { "Partita VI" }
title = \markup {
\fill-line {
\center-column {
\line \abs-fontsize #18 \caps {
"Partita VI"
}
}
}
}
subtitle = "Toccata"
}
\layout {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ Alto = \context Voice = "two" \relative c {
\override MultiMeasureRest.staff-position = #0
\override Rest.staff-position = #0
\override VoiceFollower.color = \greyTextColor
\override VoiceFollower.style = #'dashed-line
\label #'PartitaVIGigue
\mergeDifferentlyDottedOn
\showStaffSwitch
Expand Down Expand Up @@ -179,6 +180,7 @@ Tenor = \context Voice = "three" \relative c' {
\override MultiMeasureRest.staff-position = #0
\override Rest.staff-position = #0
\override VoiceFollower.color = \greyTextColor
\override VoiceFollower.style = #'dashed-line
%1
| s1*8/4*7
| s1*8/4*37
Expand Down
2 changes: 1 addition & 1 deletion src/johann-sebastian-bach/partitas/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ EXTRA_DIST = JS-Bach-BWV825-830-Partiten.ly \
\
BWV829/parts/bach-partita-5-1-praeludium.ly \
BWV829/parts/bach-partita-5-2-allemande.ly \
BWV829/parts/bach-partita-5-3-courante.ly \
BWV829/parts/bach-partita-5-3-corrente.ly \
BWV829/parts/bach-partita-5-4-sarabande.ly \
BWV829/parts/bach-partita-5-5-minuetto.ly \
BWV829/parts/bach-partita-5-6-passepied.ly \
Expand Down
6 changes: 3 additions & 3 deletions src/johann-sebastian-bach/partitas/header.ily
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
composer = "Johann Sebastian Bach (1685-1750)"
date = ""

footer = "Mutopia-2024/12/30"
footer = "Mutopia-2025/01/02"

lastupdated = "2024 December 30"
lastupdated = "2025 January 2"
license = "Creative Commons Attribution Non Commercial Share Alike 4.0 International"
maintainerEmail = "[email protected]"
maintainerWeb = "https://github.com/madrisan/open-scores"
Expand Down Expand Up @@ -47,7 +47,7 @@
\column {
\abs-fontsize #8
\concat {
"Typeset using " \with-url #"http://www.lilypond.org" "LilyPond " ©" 2022-2024 ""by " \maintainer "" \footer
"Typeset using " \with-url #"http://www.lilypond.org" "LilyPond " ©" 2022-2025 ""by " \maintainer "" \footer
}
\concat {
\concat {
Expand Down

0 comments on commit d398a80

Please sign in to comment.