adapted library to new context aware format
This commit is contained in:
+1
-1
Submodule library/freie_lieder updated: 851607514a...dbd804e6dc
@@ -1,3 +1,3 @@
|
|||||||
[%
|
[%
|
||||||
scores.gregorian = 'agnus_dei/agnus_viii.gabc';
|
scores.gregorian = 'agnus_viii.gabc';
|
||||||
-%]
|
-%]
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
[%
|
[%
|
||||||
scores.gregorian = 'bmv/alma_redemptoris_mater_simplex/alma_redemptoris_mater_simplex.gabc';
|
scores.gregorian = 'alma_redemptoris_mater_simplex.gabc';
|
||||||
after_song = '
|
after_song = '
|
||||||
\\textit{
|
\\textit{
|
||||||
Erhabne Mutter des Erlösers,
|
Erhabne Mutter des Erlösers,
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
[%
|
[%
|
||||||
scores.gregorian = 'bmv/ave_regina_caelorum.gabc';
|
scores.gregorian = 'ave_regina_caelorum.gabc';
|
||||||
credits = {
|
credits = {
|
||||||
lyrics = 'um 1100'
|
lyrics = 'um 1100'
|
||||||
melody = '17. Jh.'
|
melody = '17. Jh.'
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
[%
|
[%
|
||||||
scores.gregorian = 'bmv/regina_caeli/regina_caeli.gabc';
|
scores.gregorian = 'regina_caeli.gabc';
|
||||||
credits = {
|
credits = {
|
||||||
lyrics = 'Rom um 1170'
|
lyrics = 'Rom um 1170'
|
||||||
melody = '16. Jh.'
|
melody = '16. Jh.'
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
[%
|
[%
|
||||||
scores.gregorian = 'bmv/salve_regina_simplex/salve_regina_simplex.gabc';
|
scores.gregorian = 'salve_regina_simplex.gabc';
|
||||||
credits = {
|
credits = {
|
||||||
lyrics = "11. Jh."
|
lyrics = "11. Jh."
|
||||||
melody = "17. Jh. nach Henri Du Mont"
|
melody = "17. Jh. nach Henri Du Mont"
|
||||||
|
|||||||
@@ -11,26 +11,26 @@
|
|||||||
IF NOT gregorian;
|
IF NOT gregorian;
|
||||||
GET "\\textbf{\\LARGE{Activate gregorian}}\n";
|
GET "\\textbf{\\LARGE{Activate gregorian}}\n";
|
||||||
ELSE;
|
ELSE;
|
||||||
GET "\\gregorioscore{gregorio_scores/${scores.gregorian}}\n";
|
GET "\\gregorioscore{${directory}/${scores.gregorian}}\n";
|
||||||
END;
|
END;
|
||||||
ELSE;
|
ELSE;
|
||||||
GET '\lilypondfile{';
|
GET '\lilypondfile{';
|
||||||
IF parts;
|
IF parts;
|
||||||
IF parts == 'band';
|
IF parts == 'band';
|
||||||
IF scores.leadsheet;
|
IF scores.leadsheet;
|
||||||
GET "${library_dir}/${scores.leadsheet}";
|
GET "${directory}/${scores.leadsheet}";
|
||||||
ELSE;
|
ELSE;
|
||||||
GET "${library_dir}/${scores.SATB}";
|
GET "${directory}/${scores.SATB}";
|
||||||
END;
|
END;
|
||||||
ELSIF parts == 'SATB';
|
ELSIF parts == 'SATB';
|
||||||
IF scores.SATB;
|
IF scores.SATB;
|
||||||
GET "${library_dir}/${scores.SATB}";
|
GET "${directory}/${scores.SATB}";
|
||||||
ELSE;
|
ELSE;
|
||||||
GET "${library_dir}/${scores.leadsheet}";
|
GET "${directory}/${scores.leadsheet}";
|
||||||
END;
|
END;
|
||||||
END;
|
END;
|
||||||
ELSE;
|
ELSE;
|
||||||
GET "${library_dir}/${scores.congregation}";
|
GET "${directory}/${scores.congregation}";
|
||||||
END;
|
END;
|
||||||
GET "}\n";
|
GET "}\n";
|
||||||
END;
|
END;
|
||||||
|
|||||||
Reference in New Issue
Block a user