lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: music in footnote


From: Nick Payne
Subject: Re: music in footnote
Date: Sun, 29 Dec 2013 09:08:06 +1100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0

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
Description: PNG image


reply via email to

[Prev in Thread] Current Thread [Next in Thread]