File tree 2 files changed +25
-0
lines changed
2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,30 @@ noSignature = {
58
58
% ! after an ellipsis.
59
59
forceBarNumber = \once \override Score .BarNumber .break-visibility = # end-of-line-invisible
60
60
61
+ % ! Function: pizz
62
+ % ! --- Prototype
63
+ % ! \pizz
64
+ % ! ---
65
+ % ! Markup command that prints a pizzicato mark at the current note.
66
+ % !
67
+ % ! Example:
68
+ % ! --- LilyPond
69
+ % ! c d e^\pizz f
70
+ % ! ---
71
+ pizz = \markup { \upright " pizz." }
72
+
73
+ % ! Function: arco
74
+ % ! --- Prototype
75
+ % ! \pizz
76
+ % ! ---
77
+ % ! Markup command that prints an arco mark at the current note.
78
+ % !
79
+ % ! Example:
80
+ % ! --- LilyPond
81
+ % ! c d e^\arco f
82
+ % ! ---
83
+ arco = \markup { \upright " arco" }
84
+
61
85
% ! Function: staccsOn
62
86
% ! --- Prototype
63
87
% ! \staccsOn number
Original file line number Diff line number Diff line change @@ -461,6 +461,7 @@ opt-default-tagline = #(get-option 'defaultTagline #f)
461
461
\override DynamicTextSpanner .font-size = # 0
462
462
\override DynamicTextSpanner .style = # 'none
463
463
\override DynamicLineSpanner .staff-padding = # 1.5
464
+ \override TextScript .padding = # 1
464
465
\override TextScript .font-shape = # 'italic
465
466
}
466
467
}
You can’t perform that action at this time.
0 commit comments