Add "Responsorium brevis"
This commit is contained in:
parent
4ec2b816d2
commit
677c5eb3ab
|
|
@ -85,6 +85,7 @@ function mgabc2tex($c, $firstverse = False) {
|
||||||
'pr' => False,
|
'pr' => False,
|
||||||
'ps' => False,
|
'ps' => False,
|
||||||
're' => 'Resp',
|
're' => 'Resp',
|
||||||
|
'rb' => 'R. br',
|
||||||
'se' => 'Seq',
|
'se' => 'Seq',
|
||||||
'tr' => 'Tract',
|
'tr' => 'Tract',
|
||||||
'va' => False);
|
'va' => False);
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,7 @@ $txt['usage']['ky'] = 'Kyriale';
|
||||||
$txt['usage']['of'] = 'Offertorium';
|
$txt['usage']['of'] = 'Offertorium';
|
||||||
$txt['usage']['ps'] = 'Psalmus';
|
$txt['usage']['ps'] = 'Psalmus';
|
||||||
$txt['usage']['re'] = 'Responsorium';
|
$txt['usage']['re'] = 'Responsorium';
|
||||||
|
$txt['usage']['rb'] = 'Responsorium brevis';
|
||||||
$txt['usage']['se'] = 'Sequentia';
|
$txt['usage']['se'] = 'Sequentia';
|
||||||
$txt['usage']['tr'] = 'Tractus';
|
$txt['usage']['tr'] = 'Tractus';
|
||||||
$txt['usage']['or'] = 'Toni Communes';
|
$txt['usage']['or'] = 'Toni Communes';
|
||||||
|
|
@ -33,6 +34,7 @@ $txt['usage_s']['ky'] = '';
|
||||||
$txt['usage_s']['of'] = 'Offert';
|
$txt['usage_s']['of'] = 'Offert';
|
||||||
$txt['usage_s']['ps'] = '';
|
$txt['usage_s']['ps'] = '';
|
||||||
$txt['usage_s']['re'] = 'Resp';
|
$txt['usage_s']['re'] = 'Resp';
|
||||||
|
$txt['usage_s']['rb'] = 'R. br';
|
||||||
$txt['usage_s']['se'] = 'Seq';
|
$txt['usage_s']['se'] = 'Seq';
|
||||||
$txt['usage_s']['tr'] = 'Tract';
|
$txt['usage_s']['tr'] = 'Tract';
|
||||||
$txt['usage_s']['or'] = '';
|
$txt['usage_s']['or'] = '';
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue