Skip to content

Commit

Permalink
fix(lyscaffold): fix syntax error (undetected by lilypond)
Browse files Browse the repository at this point in the history
Signed-off-by: Davide Madrisan <[email protected]>
  • Loading branch information
madrisan committed Aug 5, 2024
1 parent 8ad957b commit ebe302e
Show file tree
Hide file tree
Showing 92 changed files with 177 additions and 177 deletions.
4 changes: 2 additions & 2 deletions lyinit/templates/part-four-voices.ly
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ Bass = \context Voice = "four" \relative c {
>>
>>
\header {
composer = ##f # "@composer_firstname@ @composer_lastname@"
opus = ##f # "@opus@"
composer = ##f % "@composer_firstname@ @composer_lastname@"
opus = ##f % "@opus@"
title = \markup { "@partfile_title@" }
subtitle = ##f
}
Expand Down
4 changes: 2 additions & 2 deletions lyinit/templates/single-four-voices.ly
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ Bass = \context Voice = "four" \relative c {
>>
>>
\header {
composer = ##f # "@composer_firstname@ @composer_lastname@"
opus = ##f # "@opus@"
composer = ##f % "@composer_firstname@ @composer_lastname@"
opus = ##f % "@opus@"
title = \markup { "@partfile_title@" }
subtitle = ##f
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -672,8 +672,8 @@ Bass = \context Voice = "five" \relative c' {
>>
>>
\header {
composer = ##f # "Johann Sebastian Bach"
opus = ##f # "BWV 904"
composer = ##f % "Johann Sebastian Bach"
opus = ##f % "BWV 904"
title = \markup { "Fantasie" }
subtitle = ##f
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -489,8 +489,8 @@ Bass = \context Voice = "four" \relative c {
}
>>
\header {
composer = ##f # "Johann Sebastian Bach"
opus = ##f # "BWV 904"
composer = ##f % "Johann Sebastian Bach"
opus = ##f % "BWV 904"
title = \markup { "Fuge (Doppelfuge)" }
subtitle = ##f
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ Bass = \context Voice = "four" \relative c {
>>
>>
\header {
composer = ##f # "Johann Sebastian Bach"
composer = ##f % "Johann Sebastian Bach"
opus = "BWV 948"
title = \markup { "" }
subtitle = ##f
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -768,8 +768,8 @@ Bass = \context Voice = "four" \relative c {
>>
>>
\header {
composer = ##f # "Johann Sebastian Bach"
opus = ##f # "BWV 831"
composer = ##f % "Johann Sebastian Bach"
opus = ##f % "BWV 831"
title = \markup { "Ouverture" }
subtitle = ##f
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,8 @@ Bass = \context Voice = "four" \relative c {
>>
>>
\header {
composer = ##f # "Johann Sebastian Bach"
opus = ##f # "BWV 831"
composer = ##f % "Johann Sebastian Bach"
opus = ##f % "BWV 831"
title = \markup { "Courante" }
subtitle = ##f
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ Bass = \context Voice = "four" \relative c {
>>
>>
\header {
composer = ##f # "Johann Sebastian Bach"
opus = ##f # "BWV 831"
composer = ##f % "Johann Sebastian Bach"
opus = ##f % "BWV 831"
title = \markup { "Gavotte I" }
subtitle = ##f
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ Bass = \context Voice = "four" \relative c {
>>
>>
\header {
composer = ##f # "Johann Sebastian Bach"
opus = ##f # "BWV 831"
composer = ##f % "Johann Sebastian Bach"
opus = ##f % "BWV 831"
title = \markup { "Gavotte II" }
subtitle = ##f
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,8 @@ Bass = \context Voice = "four" \relative c {
>>
>>
\header {
composer = ##f # "Johann Sebastian Bach"
opus = ##f # "BWV 831"
composer = ##f % "Johann Sebastian Bach"
opus = ##f % "BWV 831"
title = \markup { "Passepied I" }
subtitle = ##f
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ Bass = \context Voice = "four" \relative c {
>>
>>
\header {
composer = ##f # "Johann Sebastian Bach"
opus = ##f # "BWV 831"
composer = ##f % "Johann Sebastian Bach"
opus = ##f % "BWV 831"
title = \markup { "Passepied II" }
subtitle = ##f
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,8 @@ Bass = \context Voice = "four" \relative c {
>>
>>
\header {
composer = ##f # "Johann Sebastian Bach"
opus = ##f # "BWV 831"
composer = ##f % "Johann Sebastian Bach"
opus = ##f % "BWV 831"
title = \markup { "Sarabande" }
subtitle = ##f
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ Bass = \context Voice = "four" \relative c {
>>
>>
\header {
composer = ##f # "Johann Sebastian Bach"
opus = ##f # "BWV 831"
composer = ##f % "Johann Sebastian Bach"
opus = ##f % "BWV 831"
title = \markup { "Bourrée I" }
subtitle = ##f
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ Bass = \context Voice = "four" \relative c {
>>
>>
\header {
composer = ##f # "Johann Sebastian Bach"
opus = ##f # "BWV 831"
composer = ##f % "Johann Sebastian Bach"
opus = ##f % "BWV 831"
title = \markup { "Bourrée II" }
subtitle = ##f
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@ Bass = \context Voice = "four" \relative c {
>>
>>
\header {
composer = ##f # "Johann Sebastian Bach"
opus = ##f # "BWV 831"
composer = ##f % "Johann Sebastian Bach"
opus = ##f % "BWV 831"
title = \markup { "Gigue" }
subtitle = ##f
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -351,8 +351,8 @@ Bass = \context Voice = "four" \relative c {
>>
>>
\header {
composer = ##f # "Johann Sebastian Bach"
opus = ##f # "BWV 831"
composer = ##f % "Johann Sebastian Bach"
opus = ##f % "BWV 831"
title = \markup { "Echo" }
subtitle = ##f
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ Bass = \context Voice = "four" \relative c' {
>>
>>
\header {
composer = ##f # "Johann Sebastian @composer_lastnam@"
opus = ##f # "BWV 825"
composer = ##f % "Johann Sebastian @composer_lastnam@"
opus = ##f % "BWV 825"
title = \markup { "Praeludium" }
subtitle = ##f
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@ Bass = \context Voice = "four" \relative c {
>>
>>
\header {
composer = ##f # "Johann Sebastian @composer_lastnam@"
opus = ##f # "BWV 825"
composer = ##f % "Johann Sebastian @composer_lastnam@"
opus = ##f % "BWV 825"
title = \markup { "Allemande" }
subtitle = ##f
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@ Bass = \context Voice = "four" \relative c' {
>>
>>
\header {
composer = ##f # "Johann Sebastian @composer_lastnam@"
opus = ##f # "BWV 825"
composer = ##f % "Johann Sebastian @composer_lastnam@"
opus = ##f % "BWV 825"
title = \markup { "Corrente" }
subtitle = ##f
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@ Bass = \context Voice = "four" \relative c' {
>>
>>
\header {
composer = ##f # "Johann Sebastian @composer_lastnam@"
opus = ##f # "BWV 825"
composer = ##f % "Johann Sebastian @composer_lastnam@"
opus = ##f % "BWV 825"
title = \markup { "Sarabande" }
subtitle = ##f
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ Bass = \context Voice = "four" \relative c' {
>>
>>
\header {
composer = ##f # "Johann Sebastian @composer_lastnam@"
opus = ##f # "BWV 825"
composer = ##f % "Johann Sebastian @composer_lastnam@"
opus = ##f % "BWV 825"
title = \markup { "Menuet I" }
subtitle = ##f
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ Bass = \context Voice = "four" \relative c' {
>>
>>
\header {
composer = ##f # "Johann Sebastian @composer_lastnam@"
opus = ##f # "BWV 825"
composer = ##f % "Johann Sebastian @composer_lastnam@"
opus = ##f % "BWV 825"
title = \markup { "Menuet II" }
subtitle = ##f
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,8 @@ Bass = \context Voice = "four" \relative c' {
>>
>>
\header {
composer = ##f # "Johann Sebastian @composer_lastnam@"
opus = ##f # "BWV 825"
composer = ##f % "Johann Sebastian @composer_lastnam@"
opus = ##f % "BWV 825"
title = \markup { "Giga" }
subtitle = ##f
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,8 @@ Bass = \context Voice = "four" \relative c {
}
>>
\header {
composer = ##f # "Johann Sebastian Bach"
opus = ##f # "BWV 826"
composer = ##f % "Johann Sebastian Bach"
opus = ##f % "BWV 826"
title = \markup { "Sinfonia" }
subtitle = ##f
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,8 @@ Bass = \context Voice = "four" \relative c {
>>
>>
\header {
composer = ##f # "Johann Sebastian Bach"
opus = ##f # "BWV 826"
composer = ##f % "Johann Sebastian Bach"
opus = ##f % "BWV 826"
title = \markup { "Allemande" }
subtitle = ##f
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@ Bass = \context Voice = "four" \relative c {
>>
>>
\header {
composer = ##f # "Johann Sebastian Bach"
opus = ##f # "BWV 826"
composer = ##f % "Johann Sebastian Bach"
opus = ##f % "BWV 826"
title = \markup { "Courante" }
subtitle = ##f
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ Bass = \context Voice = "four" \relative c {
>>
>>
\header {
composer = ##f # "Johann Sebastian Bach"
opus = ##f # "BWV 826"
composer = ##f % "Johann Sebastian Bach"
opus = ##f % "BWV 826"
title = \markup { "Sarabande" }
subtitle = ##f
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -338,8 +338,8 @@ Bass = \context Voice = "four" \relative c'' {
>>
>>
\header {
composer = ##f # "Johann Sebastian Bach"
opus = ##f # "BWV 826"
composer = ##f % "Johann Sebastian Bach"
opus = ##f % "BWV 826"
title = \markup { "Rondeau" }
subtitle = ##f
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -431,8 +431,8 @@ Bass = \context Voice = "four" \relative c {
>>
>>
\header {
composer = ##f # "Johann Sebastian Bach"
opus = ##f # "BWV 826"
composer = ##f % "Johann Sebastian Bach"
opus = ##f % "BWV 826"
title = \markup { "Capriccio" }
subtitle = ##f
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -344,8 +344,8 @@ Bass = \context Voice = "four" \relative c' {
>>
>>
\header {
composer = ##f # "Johann Sebastian Bach"
opus = ##f # "BWV 827"
composer = ##f % "Johann Sebastian Bach"
opus = ##f % "BWV 827"
title = \markup { "Fantasia" }
subtitle = ##f
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,8 @@ Bass = \context Voice = "four" \relative c {
>>
>>
\header {
composer = ##f # "Johann Sebastian Bach"
opus = ##f # "BWV 827"
composer = ##f % "Johann Sebastian Bach"
opus = ##f % "BWV 827"
title = \markup { "Allemande" }
subtitle = ##f
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,8 @@ Bass = \context Voice = "four" \relative c {
>>
>>
\header {
composer = ##f # "Johann Sebastian Bach"
opus = ##f # "BWV 827"
composer = ##f % "Johann Sebastian Bach"
opus = ##f % "BWV 827"
title = \markup { "Corrente" }
subtitle = ##f
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,8 @@ Bass = \context Voice = "four" \relative c' {
>>
>>
\header {
composer = ##f # "Johann Sebastian Bach"
opus = ##f # "BWV 827"
composer = ##f % "Johann Sebastian Bach"
opus = ##f % "BWV 827"
title = \markup { "Sarabande" }
subtitle = ##f
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,8 @@ Bass = \context Voice = "four" \relative c {
>>
>>
\header {
composer = ##f # "Johann Sebastian Bach"
opus = ##f # "BWV 827"
composer = ##f % "Johann Sebastian Bach"
opus = ##f % "BWV 827"
title = \markup { "Burlesca" }
subtitle = ##f
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ Bass = \context Voice = "four" \relative c {
>>
>>
\header {
composer = ##f # "Johann Sebastian Bach"
opus = ##f # "BWV 827"
composer = ##f % "Johann Sebastian Bach"
opus = ##f % "BWV 827"
title = \markup { "Scherzo" }
subtitle = ##f
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,8 @@ Bass = \context Voice = "four" \relative c {
>>
>>
\header {
composer = ##f # "Johann Sebastian Bach"
opus = ##f # "BWV 827"
composer = ##f % "Johann Sebastian Bach"
opus = ##f % "BWV 827"
title = \markup { "Gigue" }
subtitle = ##f
}
Expand Down
Loading

0 comments on commit ebe302e

Please sign in to comment.