Ce site fonctionne mieux avec JavaScript.
Accueil
Explorateur
Aide
Connexion
TheoryOfNekomata
/
piano-notes-book
Suivre
1
Ajouter aux favoris
0
Bifurcation
0
Code
Tickets
0
Demandes d'ajout
0
Versions
0
Wiki
Activité
Parcourir la source
Adjust metrics
Set score margins to 0.
master
TheoryOfNekomata
il y a 7 mois
Parent
02db26f390
révision
bdd46e9160
2 fichiers modifiés
avec
14 ajouts
et
4 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
Télécharger le Fichier Patch
Télécharger le Fichier des Différences
+0
-4
src/layouts/Default.astro
+14
-0
src/pages/scores/[asset].svg.ts
+ 0
- 4
src/layouts/Default.astro
Voir le fichier
@@ -49,10 +49,6 @@ const { title } = Astro.props.frontmatter || Astro.props;
@apply text-purple-600;
}
img.score {
@apply -my-8;
}
div.score-wrapper {
@apply mt-8;
@apply mb-16;
+ 14
- 0
src/pages/scores/[asset].svg.ts
Voir le fichier
@@ -86,6 +86,20 @@ export const GET: APIRoute = async ({ params }) => {
verovioToolkit.setOptions({
breaks: 'none',
font: 'Bravura',
bottomMarginHeader: 0,
bottomMarginArtic: 0,
bottomMarginHarm: 0,
topMarginHarm: 0,
topMarginArtic: 0,
topMarginPgFooter: 0,
pageMarginTop: 0,
pageMarginBottom: 0,
pageMarginRight: 0,
pageMarginLeft: 0,
defaultBottomMargin: 0,
defaultTopMargin: 0,
defaultLeftMargin: 0,
defaultRightMargin: 0,
});
let data: string;
Écrire
Aperçu
Chargement…
Annuler
Enregistrer