Skip to content

Commit 617bc1f

Browse files
committed
templates: staff size BEFORE code block
1 parent 0999b1b commit 617bc1f

File tree

6 files changed

+18
-15
lines changed

6 files changed

+18
-15
lines changed

extension/templates/2.12/School Demo [SVG -dcrop].ly

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#(set-global-staff-size #!OOoLilyPondStaffSize!# 20 #!OOoLilyPondEnd!#)
2+
#(define version-seen #t)
3+
14
\layout {
25
indent = %{OOoLilyPondCustom1%}0 \mm%{OOoLilyPondEnd%}
36
ragged-right = %{OOoLilyPondCustom3%}##t%{OOoLilyPondEnd%}
@@ -31,9 +34,6 @@
3134
%{OOoLilyPondEnd%}
3235
% ------------------------------------------------------------
3336

34-
#(set-global-staff-size #!OOoLilyPondStaffSize!# 20 #!OOoLilyPondEnd!#)
35-
#(define version-seen #t)
36-
3737
% #! and !# enclose block comments in scheme.
3838
% just as
3939
% %{ and %} do in LilyPond expressions.

extension/templates/2.12/School Demo [SVG].ly

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#(set-global-staff-size #!OOoLilyPondStaffSize!# 20 #!OOoLilyPondEnd!#)
2+
#(define version-seen #t)
3+
14
\layout {
25
indent = %{OOoLilyPondCustom1%}0 \mm%{OOoLilyPondEnd%}
36
ragged-right = %{OOoLilyPondCustom3%}##t%{OOoLilyPondEnd%}
@@ -31,9 +34,6 @@
3134
%{OOoLilyPondEnd%}
3235
% ------------------------------------------------------------
3336

34-
#(set-global-staff-size #!OOoLilyPondStaffSize!# 20 #!OOoLilyPondEnd!#)
35-
#(define version-seen #t)
36-
3737
% #! and !# enclose block comments in scheme.
3838
% just as
3939
% %{ and %} do in LilyPond expressions.

extension/templates/2.12/School Demo.ly

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
\include "lilypond-book-preamble.ly"
2+
#(set-global-staff-size #!OOoLilyPondStaffSize!# 20 #!OOoLilyPondEnd!#)
3+
14
\layout {
25
indent = %{OOoLilyPondCustom1%}0 \mm%{OOoLilyPondEnd%}
36
ragged-right = %{OOoLilyPondCustom3%}##t%{OOoLilyPondEnd%}
@@ -31,9 +34,6 @@
3134
%{OOoLilyPondEnd%}
3235
% ------------------------------------------------------------
3336

34-
\include "lilypond-book-preamble.ly"
35-
#(set-global-staff-size #!OOoLilyPondStaffSize!# 20 #!OOoLilyPondEnd!#)
36-
3737
% #! and !# enclose block comments in scheme.
3838
% just as
3939
% %{ and %} do in LilyPond expressions.

extension/templates/2.12/School Piano Demo [SVG -dcrop].ly

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#(set-global-staff-size #!OOoLilyPondStaffSize!# 20 #!OOoLilyPondEnd!#)
2+
#(define version-seen #t)
3+
14
\layout {
25
indent = %{OOoLilyPondCustom1%}0 \mm%{OOoLilyPondEnd%}
36
ragged-right = %{OOoLilyPondCustom3%}##t%{OOoLilyPondEnd%}
@@ -37,9 +40,6 @@
3740
%{OOoLilyPondEnd%}
3841
% ------------------------------------------------------------
3942

40-
#(set-global-staff-size #!OOoLilyPondStaffSize!# 20 #!OOoLilyPondEnd!#)
41-
#(define version-seen #t)
42-
4343
% #! and !# enclose block comments in scheme.
4444
% just as
4545
% %{ and %} do in LilyPond expressions.

extension/templates/2.12/School Piano Demo [SVG].ly

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#(set-global-staff-size #!OOoLilyPondStaffSize!# 20 #!OOoLilyPondEnd!#)
2+
#(define version-seen #t)
3+
14
\layout {
25
indent = %{OOoLilyPondCustom1%}0 \mm%{OOoLilyPondEnd%}
36
ragged-right = %{OOoLilyPondCustom3%}##t%{OOoLilyPondEnd%}
@@ -37,9 +40,6 @@
3740
%{OOoLilyPondEnd%}
3841
% ------------------------------------------------------------
3942

40-
#(set-global-staff-size #!OOoLilyPondStaffSize!# 20 #!OOoLilyPondEnd!#)
41-
#(define version-seen #t)
42-
4343
% #! and !# enclose block comments in scheme.
4444
% just as
4545
% %{ and %} do in LilyPond expressions.

extension/templates/2.12/School Piano Demo.ly

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
\include "lilypond-book-preamble.ly"
2+
#(set-global-staff-size #!OOoLilyPondStaffSize!# 20 #!OOoLilyPondEnd!#)
3+
14
\layout {
25
indent = %{OOoLilyPondCustom1%}0 \mm%{OOoLilyPondEnd%}
36
ragged-right = %{OOoLilyPondCustom3%}##t%{OOoLilyPondEnd%}

0 commit comments

Comments
 (0)