Modifying default font properties for piece titles: Difference between revisions
Import snippet from LSR |
m New category |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
If you have multiple pieces (e.g., Kyrie, Gloria, Credo, etc. in masses) in a large work, you can use multiple <code>\score</code> parts and use the piece header field to supply a title for each of the pieces. However, the font is very small. You can either directly put the markup into the <code>piece=...</code> header field, or better re-define the <code>scoreTitleMarkup</code> function in the <code>\paper</code> section. | If you have multiple pieces (e.g., Kyrie, Gloria, Credo, etc. in masses) in a large work, you can use multiple <code>\score</code> parts and use the piece header field to supply a title for each of the pieces. However, the font is very small. You can either directly put the markup into the <code>piece=...</code> header field, or better re-define the <code>scoreTitleMarkup</code> function in the <code>\paper</code> section. | ||
<lilypond version="2.24 | <lilypond version="2.24" full> | ||
%% http://lsr.di.unimi.it/LSR/Item?id=306 | %% http://lsr.di.unimi.it/LSR/Item?id=306 | ||
| Line 53: | Line 53: | ||
[[Category:Titles]] | [[Category:Titles]] | ||
[[Category:Version-specific]] | [[Category:Version-specific]] | ||
[[Category:Snippet]] | |||