New pages
Appearance
3 August 2026
- 12:3612:36, 3 August 2026 Merging simultaneous voices into shared note heads (hist | edit) [3,187 bytes] Mkouhia (talk | contribs) (Created page with "This snippet defines <code>\combineVoices</code>, a music function that takes any number of rhythmically identical voices written inside <code><< ... >></code> and merges them into a single voice under one stem. Wherever two or more of the voices share the same pitch at a given moment, only one note head is printed; wherever the pitches differ, a chord containing all of the distinct pitches is printed instead. This differs from the default functionality, where double no...") Tag: Visual edit: Switched
31 July 2026
- 17:1117:11, 31 July 2026 Metronome marks with parentheses (hist | edit) [484 bytes] Ksnortum (talk | contribs) (Metronome marks with parentheses and no tempo name)
22 July 2026
- 14:3514:35, 22 July 2026 Using LaTeX to get better typesetting of justified text (hist | edit) [7,024 bytes] Gabriel Ellsworth (talk | contribs) (Created page with "If you typeset justified text, LilyPond will use a greedy algorithm to determine line breaks. LilyPond does not have a built-in way to hyphenate words automatically. TeX’s [https://en.wikipedia.org/wiki/Knuth%E2%80%93Plass_line-breaking_algorithm Knuth–Plass line-breaking algorithm] with automatic hyphenation often yields better horizontal spacing between words than a greedy algorithm can. This snippet shows how to use LaTeX to mimic LilyPond markups that contain ju...")
12 July 2026
- 19:1419:14, 12 July 2026 Figured bass centered horizontally on note heads (hist | edit) [8,155 bytes] Lemzwerg (talk | contribs) (Created page with "Due to [https://gitlab.com/lilypond/lilypond/-/work_items/3172 LilyPond issue #3172], bass figures are currently not centered automatically on whole notes. Below you can find a solution (contributed by [https://lists.gnu.org/archive/html/lilypond-user/2026-06/msg00250.html Tina Petzel]) that works around this issue by * providing a replacement function <code>c-format-bass-figure</code> for the <code>figuredBassFormatter</code> property to center the base digit, * creati...") originally created as "Figured bass centered on whole notes"
11 June 2026
- 22:0322:03, 11 June 2026 Metric modulation (proportional tempi) (hist | edit) [4,555 bytes] Gabriel Ellsworth (talk | contribs) (Created page with "This snippet shows how you can typeset a metric modulation as a rehearsal mark. (See [https://lists.gnu.org/archive/html/lilypond-user/2026-05/msg00194.html this thread on the mailing list].) Compare Metric modulation with tuplet. In the code below, the following commands enable you to to center the = glyph above the bar line. # <code>\general-align</code> commands set the center of the <code>myMetricModulation</code> markup to be the center of the equals sign (=)....")