Main public logs
Appearance
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).
- 05:58, 31 December 2025 Lemzwerg talk contribs created page Template:LILYSTABLE (Created page with "<onlyinclude>2.24</onlyinclude>")
- 12:43, 30 December 2025 Lemzwerg talk contribs moved page Reconciliating bar lines thickness when staves are of different sizes (TODO duplicates snippet in Documentation/en/notation/spacing.itely) to Harmonizing bar line thickness for staves with different sizes without leaving a redirect
- 13:53, 28 December 2025 User account JCSalomon talk contribs was created
- 07:42, 28 December 2025 Lemzwerg talk contribs created page Combining dynamics with markup texts (2) (Created page with "Some dynamics may involve text indications (such as “più ''f''” or “''p'' subito”). These can be produced using the <code>make-dynamic-script</code> Scheme function; the resulting object behaves like a <code>DynamicText</code> grob. See also Combining dynamics with markup texts. <lilypond version="2.24"> piuF = #(make-dynamic-script #{ \markup { \normal-text \italic più \dynamic f } #}) \markup \with-true-dimensions % work around a cropping iss...")
- 07:27, 28 December 2025 Lemzwerg talk contribs moved page Changing the chord names to German or semi-German notation to Display non-English chord names without leaving a redirect
- 11:14, 27 December 2025 Lemzwerg talk contribs moved page Time Mark Engraver to Time mark engraver without leaving a redirect
- 09:53, 27 December 2025 Masterpaster talk contribs created page Time Mark Engraver (Page initially created) Tag: Visual edit
- 09:50, 27 December 2025 User account Masterpaster talk contribs was created
- 10:52, 25 December 2025 Lemzwerg talk contribs moved page Demo MidiInstruments to Demo of MIDI instruments without leaving a redirect
- 05:35, 24 December 2025 Lemzwerg talk contribs moved page Aligning text marks to the first note of the measure to Aligning text marks to notes without leaving a redirect
- 04:56, 24 December 2025 Lemzwerg talk contribs created page Talk:HTML color names table (Example?: new section) Tag: New topic
- 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
- 20:10, 23 December 2025 Manuela talk contribs created page Shades of gold (Created page with "A list of golden shades, ready for copy&paste to be used in Lilypond. == Golden shades X11-Colors == *X11-color example use in Lilypond: <code style="user-select: all">\markup \with-color #(x11-color 'PaleGoldenrod)</code> {| class="wikitable sortable" style="font-family: 'Lucida Console', 'Courier New', monospace; font-size: 0.8em;" |- !Color name||style="width: 200px;"|Color||RGB||Lilypond Code |- |PaleGoldenrod||style="background-color:#EEE8AA"| ||rgb(238,232,17...")
- 20:01, 23 December 2025 Manuela talk contribs created page HTML color names table (Created page with "A list of standard HTML color names according to [https://www.w3schools.com/colors/colors%20hex.asp W3Schools], the RGB color codes ready to be copied for use in Lilypond. {| class="wikitable sortable" style="font-family: 'Lucida Console', 'Courier New', monospace; font-size: 0.8em;" |- !Color name !style="width: 200px;"|color !RGB !Hex code !Lilypond code |- |maroon||style="background-color: rgb(128,0,0)| ||rgb(128,0,0)||#800000||style="user-select: all"|#(rgb-color (/...")
- 15:55, 22 December 2025 User account AnarchiveofromanceLen talk contribs was created
- 15:29, 21 December 2025 Lemzwerg talk contribs created page Talk:Maria durch ein Dornwald ging (Who has written the four-voice setting?: new section) Tag: New topic
- 12:45, 21 December 2025 Manuela talk contribs created page Score featuring 4 voices, chords, lyrics and more (Created page with "This example tries to show multiple features of Lilypond and provides an example of a score with four voices, harmonies and lyrics. == Voices == *four voices <code>sop</code> , <code>alt</code>, <code>ten</code>, <code>bas</code> and the variable <code>Akk</code> for the chords == Lyrics == *multiple stanzas with refrains in one <code>Lyrics</code> context *<code>\override LyricText.font-name = #"Linux Libertine G"</code> for a change of the lyricfont (in this wiki of no...")
- 22:04, 20 December 2025 Lemzwerg talk contribs created page User talk:Manuela (»Maria durch ein Dornwald ging«: new section) Tag: New topic
- 20:08, 20 December 2025 Manuela talk contribs created page Maria durch ein Dornwald ging (Created page with "German advent song with many features of Lilypond. The header is not displaying, I don't know why. <lilypond version="2.24"> \language "deutsch" #(set-global-staff-size 24) musicextrema = #(define-music-function (mus)(ly:music?) (let* ( (alle-pitches (let loop ((mus mus) (pitches '())) (let ((p (ly:music-property mus 'pitch))) (if (ly:pitch? p) (cons p pitches) (let ((elt (ly:music-property mus 'ele...")
- 19:33, 20 December 2025 Manuela talk contribs created page Drawing candles (Created page with "The advantage of using a path compared to an EPS is that you can choose any color. Image is from openclipart.org <div style="-webkit-user-select: all; -ms-user-select: text; -moz-user-select: all; user-select: all; display: inline-block;"><lilypond version="2.24"> \paper { tagline = ##f } #(define kerze '( (moveto 1181.183 -46.832) (rcurveto 8.598 -8.598 20.316 -48.618 25.374 -71.971) (rcurveto 10.421 -52.119 10.524 -125.377 5.924 -126.578) (r...")
- 18:50, 20 December 2025 Manuela talk contribs created page Drawing an accordion (Created page with "<lilypond version="2.24"> \paper { tagline = ##f } #(define accordion '( (moveto 72.46 396) (rcurveto -1.447 -1.297 -2.707 -3.034 -2.8 -3.859) (rcurveto -0.4426 -3.908 0.0916 -4.65 3.317 -4.603) (rcurveto 1.788 0.0258 19.68 -2.841 39.75 -6.372) (rcurveto 32.41 -5.699 36.86 -6.705 39.68 -8.972) (rcurveto 1.748 -1.404 3.21 -3.416 3.25 -4.47) (rcurveto 0.1194 -3.168 1.359 -0.8806 1.618 2.986) (rcurveto 0.1569 2.342 1.211 4.611...")
- 14:46, 18 December 2025 Manuela talk contribs created page User:Manuela (Created page with "In this wiki there are {{NUMBEROFARTICLES}} articles on {{NUMBEROFPAGES}} pages. {{NUMBEROFUSERS}} users have uploaded {{NUMBEROFFILES}} files and made {{NUMBEROFEDITS}} edits. Statistics · Version == Standard namespaces == <div style="width: 60em; margin: 0 0 0 1em"> Articles · [[Special:AllPages/{{ns:2}}:|{{ns:2}}]] · Special:AllPages/...")
- 14:38, 18 December 2025 User account Manuela talk contribs was created
- 21:43, 17 December 2025 Lemzwerg talk contribs created page Breaking horizontal alignment of dynamics and textscripts (Created page with "LilyPond uses <code>DynamicLineSpanner</code> grobs to horizontally align successive dynamic objects like hairpins and dynamic text, even if they are positioned on different sides of a staff. This connection cannot be broken, contrary to the vertical alignment (see snippet Breaking vertical alignment of dynamics and textscripts). There are two solutions to circumvent the problem. * Modify the <code>shorten-pair</code> property of the <code>Hairpin</code> grob to c...")
- 20:35, 16 December 2025 Lemzwerg talk contribs moved page Engravers one-by-one to Engravers one by one without leaving a redirect
- 15:29, 16 December 2025 User account Scarmalt talk contribs was created
- 16:08, 15 December 2025 Leonach talk contribs created page User talk:Leonach (Searching with images?: new section) Tag: New topic
- 15:51, 15 December 2025 User account Leonach talk contribs was created
- 21:38, 14 December 2025 Lemzwerg talk contribs moved page Open string harmonics in tablature to Open-string harmonics in tablature without leaving a redirect
- 21:24, 14 December 2025 Lemzwerg talk contribs moved page Guitar strum rhythms 2 to Guitar strum rhythms (2) without leaving a redirect
- 17:21, 14 December 2025 Lemzwerg talk contribs moved page Defining predefined fretboards for other instruments to Setting up predefined fretboards for other instruments without leaving a redirect
- 17:00, 14 December 2025 Lemzwerg talk contribs moved page Chord changes for FretBoards to Chord changes for fretboards without leaving a redirect
- 13:40, 13 December 2025 Lemzwerg talk contribs moved page Cross-staff chords - beaming problems workaround to Cross-staff chords – beaming problems workaround without leaving a redirect
- 05:33, 13 December 2025 Lemzwerg talk contribs moved page Single staff template with only notes to Single-staff template with only notes without leaving a redirect
- 05:32, 13 December 2025 Lemzwerg talk contribs moved page Single staff template with notes and lyrics to Single-staff template with notes and lyrics without leaving a redirect
- 05:32, 13 December 2025 Lemzwerg talk contribs moved page Single staff template with notes and chords to Single-staff template with notes and chords without leaving a redirect
- 05:31, 13 December 2025 Lemzwerg talk contribs moved page Single staff template with notes, lyrics, chords and frets to Single-staff template with notes, lyrics, chords, and frets without leaving a redirect
- 05:31, 13 December 2025 Lemzwerg talk contribs moved page Single staff template with notes, lyrics, and chords to Single-staff template with notes, lyrics, and chords without leaving a redirect
- 04:43, 13 December 2025 Lemzwerg talk contribs moved page Ancient notation template -- modern transcription of Gregorian music to Ancient notation template – modern transcription of Gregorian music without leaving a redirect
- 15:44, 12 December 2025 Lemzwerg talk contribs moved page Demonstrating all headers to Demonstrating all \header fields without leaving a redirect
- 15:15, 12 December 2025 Lemzwerg talk contribs moved page Adjusting lyrics vertical spacing to Adjusting vertical spacing of lyrics without leaving a redirect
- 14:05, 12 December 2025 Lemzwerg talk contribs moved page Using PostScript to generate special note head shapes to Generate special note head shapes without leaving a redirect
- 12:03, 12 December 2025 Lemzwerg talk contribs moved page Hammer on and pull off using voices to Hammer-on and pull-off using voices without leaving a redirect
- 12:03, 12 December 2025 Lemzwerg talk contribs moved page Hammer on and pull off using chords to Hammer-on and pull-off using chords without leaving a redirect
- 12:02, 12 December 2025 Lemzwerg talk contribs moved page Hammer on and pull off to Hammer-on and pull-off without leaving a redirect
- 09:08, 11 December 2025 Lemzwerg talk contribs moved page Using marklines in a Frenched score to Using mark lines in a Frenched score without leaving a redirect
- 20:05, 10 December 2025 Rpspringuel talk contribs created page Recitation tone (Recitation tones for modern chant) Tag: Visual edit: Switched
- 19:32, 10 December 2025 User account Rpspringuel talk contribs was created