Main public logs
Combined display of all available logs of LilyPond wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 22:19, 23 December 2025 Schrodinger-s-kitten talk contribs created page Giving fingerings extra space (Created page with "Fingerings placed to the left of note heads can sometimes look too close to previous note heads. It is possible to use the <code>extra-spacing-width</code> property to fix this: <lilypond version="2.24"> \paper { indent = #0 ragged-right = ##t } \relative c'' { \set fingeringOrientations = #'(left) c4 c c <cis-3> \break c4 c c <cis \tweak Fingering.extra-spacing-width #'(-1 . 0) -3> } </lilypond> Category:Tweaks and overrides Category:Chords Cat...") Tag: Visual edit
- 22:04, 23 December 2025 Schrodinger-s-kitten talk contribs created page Unfolding tremolo repeats (Created page with "Under normal circumstances, <code><note>:<duration></code>, the shortcut of <code>\repeat tremolo</code> is not unfolded by <code>\unfoldRepeats</code>. This function works around that: <lilypond version="2.24"> fixTremolos = #(define-music-function (music) (ly:music?) (music-map (lambda (m) (let ((event (any (lambda (a) (and (music-is-of-type? a 'tremolo-event) a)) (ly:music-pr...") Tag: Visual edit: Switched
- 21:16, 23 December 2025 Schrodinger-s-kitten talk contribs created page Aligning text marks to the first note of the measure (Created page with "By default, <code>TextMark</code> objects are aligned to the left edge of the staff. They can be aligned to the first note of the line instead by setting the <code>non-musical</code> property to false. <lilypond version="2.24"> \paper { indent = #0 ragged-right = ##t } { \textMark "mark a" c'1 | \break \override Score.TextMark.non-musical = ##f \textMark "mark b" c' | } </lilypond>") Tag: Visual edit: Switched
- 18:25, 27 November 2025 Schrodinger-s-kitten talk contribs created page Talk:Making all custodes point up (notes/observations: new section) Tag: New topic
- 18:14, 27 November 2025 Schrodinger-s-kitten talk contribs created page Making all custodes point up (Created page with "It's possible to make all custodes point up by setting the <code>neutral-position</code> property to a high enough number. <lilypond version="2.25.30"> \paper { indent = #0 ragged-right = ##t } \score { \new Staff \with { \consists Custos_engraver } { \override Staff.Custos.style = #'mensural \repeat unfold 3 { e''1 \break } \override Staff.Custos.neutral-position = #20 \repeat unfold 2 { e'' \break } } } </lilypond>") Tag: Visual edit: Switched
- 17:57, 27 November 2025 User account Schrodinger-s-kitten talk contribs was created