Message: 2
> Date: Mon, 18 Apr 2016 23:12:55 +0200
> From: Simon Albrecht
> To: Kieren MacMillan , bart deruyter
>
> Cc: Lilypond-User Mailing List
> Subject: Re: score as footnote/footer
>
> On 18.04.2016 15:21, Kieren MacMillan wrote:
>> Hi Bart,
>
Hi Simon,
> This isn’t about any markup but about footnotes, whose placement is, as David
> said, hardcoded.
Ah! My apologies.
Still, what the OP wants can be done, with just a little layout-fragility:
simply pile all three footnotes into Footnote #1, and then code Footnotes #2
and #3 with nul
On 18.04.2016 15:21, Kieren MacMillan wrote:
Hi Bart,
On Apr 17, 2016, at 2:27 PM, bart deruyter wrote:
Back then it was not possible to get the scores horizontally next to each other.
Really? I would have thought
\markup {
\line {
\score { c' }
\score { d' }
\score { e' }
Hi Bart,
On Apr 17, 2016, at 2:27 PM, bart deruyter wrote:
> Back then it was not possible to get the scores horizontally next to each
> other.
Really? I would have thought
\markup {
\line {
\score { c' }
\score { d' }
\score { e' }
}
}
would have worked since \score was allow
You could also do something like this
\version "2.18.2"
\header {
title = "FootNote"
tagline = "FootNote"
}
%%%
footOne = \markup {
%% space
\vspace #2
%
\hspace #1
\dir-column {
%%
\vspace #0
\concat {
"*" \hspace #1.5
\score {
\relat
bart deruyter writes:
> hey,
>
> maybe a bit late, but I've done this in footnotes in the past. There was
> one issue though, footnotes are placed on top of each other like:
>
> 1. one score here
> 2. second score here.
> 3. third score here.
>
> What I needed back then was footnotes next to each
rkup \score {
> \models
> \layout { }
> }
> }
>
>
> - Original Message -
> > From: "Urs Liska"
> > To: bobr...@centrum.is, "Lilypond-User Mailing List" <
> lilypond-user@gnu.org>
> > Sent: Sunday, April 1
um.is, "Lilypond-User Mailing List"
> Sent: Sunday, April 17, 2016 9:35:16 AM
> Subject: Re: score as footnote/footer
>
>
>
> Am 17. April 2016 11:28:23 MESZ, schrieb "bobr...@centrum.is"
> :
> >It is sometimes the case in an etude book that a mod
Urs Liska writes:
> Am 17. April 2016 11:28:23 MESZ, schrieb "bobr...@centrum.is"
> :
>>It is sometimes the case in an etude book that a model of the etude
>>showing a different general rhythm or articulation pattern will be
>>given at the bottom of a page. Typically, the model will be only one
Hi David,
Try:
\version "2.19.39"
\header {
title = "Scores as footnotes"
}
\markup {
\null
\footnote
\null
\concat {
"*" \hspace #1.5
\score {
\relative { c'8 d e f g a b c}
\layout {
indent = 0
}
}
}
\null
\footnote
\null
\concat {
Am 17. April 2016 11:28:23 MESZ, schrieb "bobr...@centrum.is"
:
>It is sometimes the case in an etude book that a model of the etude
>showing a different general rhythm or articulation pattern will be
>given at the bottom of a page. Typically, the model will be only one
>or a very few measures
It is sometimes the case in an etude book that a model of the etude showing a
different general rhythm or articulation pattern will be given at the bottom of
a page. Typically, the model will be only one or a very few measures in a
smaller size, centered at the bottom of the page. Is this poss
12 matches
Mail list logo