adapted library to new context aware format
This commit is contained in:
@@ -11,26 +11,26 @@
|
||||
IF NOT gregorian;
|
||||
GET "\\textbf{\\LARGE{Activate gregorian}}\n";
|
||||
ELSE;
|
||||
GET "\\gregorioscore{gregorio_scores/${scores.gregorian}}\n";
|
||||
GET "\\gregorioscore{${directory}/${scores.gregorian}}\n";
|
||||
END;
|
||||
ELSE;
|
||||
GET '\lilypondfile{';
|
||||
IF parts;
|
||||
IF parts == 'band';
|
||||
IF scores.leadsheet;
|
||||
GET "${library_dir}/${scores.leadsheet}";
|
||||
GET "${directory}/${scores.leadsheet}";
|
||||
ELSE;
|
||||
GET "${library_dir}/${scores.SATB}";
|
||||
GET "${directory}/${scores.SATB}";
|
||||
END;
|
||||
ELSIF parts == 'SATB';
|
||||
IF scores.SATB;
|
||||
GET "${library_dir}/${scores.SATB}";
|
||||
GET "${directory}/${scores.SATB}";
|
||||
ELSE;
|
||||
GET "${library_dir}/${scores.leadsheet}";
|
||||
GET "${directory}/${scores.leadsheet}";
|
||||
END;
|
||||
END;
|
||||
ELSE;
|
||||
GET "${library_dir}/${scores.congregation}";
|
||||
GET "${directory}/${scores.congregation}";
|
||||
END;
|
||||
GET "}\n";
|
||||
END;
|
||||
|
||||
Reference in New Issue
Block a user