On 29/12/13 08:23, bart deruyter wrote:
Hi all,

I'd like describe in my score how to play certain ornametns by adding the way to play it in a piece of music, shown as a footnote. I find some explanation about how to create footnotes, but in the manual I've found only explanations with text as footnote.

This is what I've used in the past:

%===============================

\version "2.17.29"


\paper {

#(set-paper-size "a6")

}


\relative c'' {

\footnote \markup\huge { * } #'(-2 . 2) \markup {

\lower #0.8 { \super { * } }

"Execute all ornaments shown as " \raise #0.5 \musicglyph #"scripts.prall"

\translate #'(-0.5 . 0) "thus:" \raise #0.5

\score {

\new Staff \with {

\remove "Time_signature_engraver"

fontSize = #-3

\override StaffSymbol.staff-space = #(magstep -3)

\override StaffSymbol.thickness = #(magstep -3)

firstClef = ##f

}

\relative c'' {

\slurDashed

\appoggiatura { e16[ d e] } d4

}

\layout {

indent = 0\cm

ragged-last = ##t

}

}

} NoteHead

d4\prall

}

%===============================



<<attachment: music_in_footnote.png>>

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to