이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
TheoryOfNekomata
/
piano-notes-book
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
Adjust metrics
Set score margins to 0.
master
TheoryOfNekomata
7 달 전
부모
02db26f390
커밋
bdd46e9160
2개의 변경된 파일
과
14개의 추가작업
그리고
4개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-4
src/layouts/Default.astro
+14
-0
src/pages/scores/[asset].svg.ts
+ 0
- 4
src/layouts/Default.astro
파일 보기
@@ -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
파일 보기
@@ -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;
쓰기
미리보기
불러오는 중...
취소
저장