Custom clef and incipit spacing for Gregorian chant: Difference between revisions

m New category
mNo edit summary
 
Line 1: Line 1:
In LilyPond 2.24.4, you may want to reduce the horizontal space after [https://lilypond.org/doc/v2.24/Documentation/notation/typesetting-gregorian-chant#gregorian-clefs a Gregorian clef]. You can do this with <code>'''\override Staff.Clef.space-alist.first-note''' = #'(minimum-fixed-space . [''insert your preferred spacing''])</code>. Note: LilyPond 2.25 [https://lilypond.org/doc/v2.25/Documentation/changes/major-changes-in-lilypond features improved spacing for extra-slim clefs].
You may want to reduce the horizontal space after [{{LILYSTABLEDOC}}/notation/typesetting-gregorian-chant#gregorian-clefs a Gregorian clef]. You can do this with <code>'''\override Staff.Clef.space-alist.first-note''' = #'(minimum-fixed-space . [''insert your preferred spacing''])</code>. [Note: LilyPond version 2.25.12 improved spacing for extra-slim clefs.]


And if your incipit has a four-line staff, but your music uses a modern five-line staff, you may want to add some white space between the incipit and the modern staff. You can do this with <code>'''\stopStaff'''</code> and <code>'''\hideNotes'''</code>.
And if your incipit has a four-line staff, but your music uses a modern five-line staff, you may want to add some white space between the incipit and the modern staff. You can do this with <code>'''\stopStaff'''</code> and <code>'''\hideNotes'''</code>.