Hi Rémy, Your code does not compile. How about: \version "2.19.83"
#(define-markup-list-command (clip layout props str) (string?) (map (lambda (str) (interpret-markup layout props (markup #:general-align Y CENTER #:override (cons (quote thickness) 2.5) #:circle #:hcenter-in 2.1 #:bold str))) (string-split str #\-))) \paper { footnote-separator-markup = ##f } \fixed c' { a b c d \footnote \markup \clip "f" #'(1 . 4) \markup \vcenter { \clip "a" "Original:" \left-align \score { \new Staff \with { \omit TimeSignature } \fixed c'' { d e f g } \layout { #(layout-set-staff-size 15) } } } e f g } Cheers, Pierre Le dim. 17 nov. 2019 à 07:54, Remy CLAVERIE <remy.clave...@orange.fr> a écrit : > Hi Stacy, > > > > Here is a excerpt of a score, including a markup with a score inside > (version 2.16.2) : > > > > d1 ~d8 fis8 gis8 > ^\footnote \markup \tiny "See footnote" #'(-.1 . .1) \markup { > \lower #0.8 { \super { * } } "Original:" > \left-align \score { > \new Staff \with { > \remove "Time_signature_engraver" > fontSize = #-4 > \override StaffSymbol #'staff-space = #(magstep -4) > \override StaffSymbol #'thickness = #(magstep -4) > %firstClef = ##f > } > \relative do' { > \time 2/1 > \clef treble > \bar"|" > d2. fis4 gis a b d, > } > \layout { > indent = 0\cm > ragged-last = ##t > } > } > } [ > \melisma a8] b4 d, \melismaEnd d1 > > > > > > HTH > > Rémy > > > > > Message du 17/11/19 02:34 > > De : "Carl Sorensen" <c_soren...@byu.edu> > > A : "Stacy Fatemi" <eclecticb...@gmail.com>, "lilypond-user@gnu.org" < > lilypond-user@gnu.org> > > Copie à : > > Objet : Re: Critical-edition-style footnotes > > > > > > > > > > *From: *Stacy Fatemi <eclecticb...@gmail.com> > > *Date: *Saturday, November 16, 2019 at 12:57 PM > > *To: *<lilypond-user@gnu.org> > > *Subject: *Critical-edition-style footnotes > > > > Hey all, > > > > I’ve been wanting to add footnotes to a score that include miniature-sized > scores like in this critical edition of Pictures at an Exhibition. I know > \score can be contained within \markup and I know EPS files can be > embedded, but what’s the simplest solution? How do you get something > elegantly spaced like in the attached picture? Thank you! > > > > Scores can be placed in markups. > > > > HTH, > > > > Carl > > > > > > > >