Re: Footnotes lignment problem when starting with \musicglyph

2025-10-14 Thread éric BELLOCQ
Ok, thanks Werner.Yes, like this for exemple :```{   \footnote #'(0 . -1) \markup { test }  d'4   \footnote #'(0 . -1) \markup {     \hspace #2 \with-dimensions #'(0.05 . 1) #'(1 . 1)     \fermata with a with-dimensions compensation }  d'4  \footnote #'(0 . -1) \markup { test }  d'4  \footnote

Re: Footnotes for the entire bar

2024-05-18 Thread YTG 1234
Did you try attaching it to a mark? You definitely set me on the right track there. Marks are typically only drawn on the top-most staff, and I didn't want to interfere with other marks, so my (slightly overkill) solution was to create a new engraver for this purpose. In any case, I learned s

Re: Footnotes for the entire bar

2024-05-16 Thread Kieren MacMillan
Hi there, > I want to create footnotes which attach to a specified bar or just a > particular time Did you try attaching it to a mark? e.g. %%% SNIPPET BEGINS \version "2.25.11" \paper { tagline = ##f } fn_ossia = #(define-music-function (os music) (pair? ly:music?) #{ \once \override

Re: Footnotes in Lyrics

2023-01-02 Thread Johannes Roeßler
thx Jean and Pierre! Le 02/01/2023 à 11:31, Pierre Perol-Schneider a écrit : Hi Johannes, Here's a little hack: \markup \footnote \null "(1) footnote text" \score { <<   { a' b' c'' d'' c'' b' a' }   \addlyrics {      One two      \markup \concat { three \raise #.7 \teeny (1) }      four five

Re: Footnotes in Lyrics

2023-01-02 Thread Jean Abou Samra
Le 02/01/2023 à 11:31, Pierre Perol-Schneider a écrit : Hi Johannes, Here's a little hack: \markup \footnote \null "(1) footnote text" \score { <<   { a' b' c'' d'' c'' b' a' }   \addlyrics {      One two      \markup \concat { three \raise #.7 \teeny (1) }      four five six se -- ven   }   >>

Re: Footnotes in Lyrics

2023-01-02 Thread Pierre Perol-Schneider
Hi Johannes, Here's a little hack: \markup \footnote \null "(1) footnote text" \score { << { a' b' c'' d'' c'' b' a' } \addlyrics { One two \markup \concat { three \raise #.7 \teeny (1) } four five six se -- ven } >> } HTH, Cheers, Pierre Le lun. 2 janv. 2023 à 10:50, Joh

RE: footnotes to lyrics

2022-08-03 Thread Mogens Lemvig Hansen
To: Mogens Lemvig Hansen; lilypond-user@gnu.org Subject: Re: footnotes to lyrics > Le 01/08/2022 16:51 CEST, Mogens Lemvig Hansen a écrit : > > > How do I get a footnote to lyrics – is it even possible. In the example > below, “Sing” doesn’t get a footnote mark, “this doesn’t” v

Re: footnotes to lyrics

2022-08-03 Thread Jean Abou Samra
> Le 01/08/2022 16:51 CEST, Mogens Lemvig Hansen a écrit : > > > How do I get a footnote to lyrics – is it even possible. In the example > below, “Sing” doesn’t get a footnote mark, “this doesn’t” vanishes, and no > error message is given. > > \version "2.23.11" > > \markup { Some \auto-fo

Re: Footnotes on rest markups

2020-07-09 Thread Martin Brown
Thank you for your assistance and that will work - except that the footnotes will not appear on the same page as the rest to which they refer (if the music is over more than one page). Curiously, footnotes on a rest which is followed immediately by a note do appear as desired: \version "2.18.2" {

Re: Footnotes on rest markups

2020-07-09 Thread Pierre Perol-Schneider
Hi Martin, See: http://lsr.di.unimi.it/LSR/Item?id=918 E.g.: \version "2.20.0" \markup { \footnote \null { \tiny "1. More fluent, but always moderate" } } { \time 3/4 R2.*9^\markup { Fliessender, aber immer gemässigt \super 1 } } Cheers, Pierre PS. Please post small but complete (i.e. runnab

Re: Footnotes

2017-10-30 Thread Ben
On 10/30/2017 2:35 AM, Malte Meyn wrote: Am 30.10.2017 um 07:21 schrieb Dave Hartley: On 30 October 2017 at 12:33, Ben > wrote:     Something like this?     (see attached)     \version "2.19.80"     \relative c''\footnote #'(1 . 2) "Here is your footnote"

Re: Footnotes

2017-10-29 Thread Malte Meyn
Am 30.10.2017 um 07:21 schrieb Dave Hartley: On 30 October 2017 at 12:33, Ben > wrote: Something like this? (see attached) \version "2.19.80" \relative c''\footnote #'(1 . 2) "Here is your footnote" a Not really, I want to be able to su

Re: Footnotes

2017-10-29 Thread Dave Hartley
On 10/29/2017 5:41 PM, Dave Hartley wrote: I'm currently typesetting some music for our school choir, SATB with a piano part and a small percussion part. I *tried* to get some additional directions to the performers inserted as footnotes, but I don't seem to be able to get the footnotes in *\marku

Re: Footnotes

2017-10-29 Thread Ben
On 10/29/2017 5:41 PM, Dave Hartley wrote: I'm currently typesetting some music for our school choir, SATB with a piano part and a small percussion part. I /tried/ to get some additional directions to the performers inserted as footnotes, but I don't seem to be able to get the footnotes in *\ma

Re: Footnotes

2017-10-29 Thread Ben
On 10/29/2017 5:41 PM, Dave Hartley wrote: I'm currently typesetting some music for our school choir, SATB with a piano part and a small percussion part. I /tried/ to get some additional directions to the performers inserted as footnotes, but I don't seem to be able to get the footnotes in *\ma

Re: Footnotes for subtitle

2017-01-29 Thread Jean Bréfort
Hi, Lilypond does provide a linebreaking mechanism: \markup {\wordwrap {your text in there}} Regards, Jean Le dimanche 29 janvier 2017 à 13:43 +0100, Orm Finnendahl a écrit : > Hi Amir, > >  to my knowledge, lilypond doesn't provide a linebreaking mechanism > for text in a markup. You can eith

Re: Footnotes for subtitle

2017-01-29 Thread Orm Finnendahl
Hi Amir, to my knowledge, lilypond doesn't provide a linebreaking mechanism for text in a markup. You can either do the line breaking yourself using the \column feature of the markup command or you edit the markup in an external graphics program/publishing software which supports linebreaking and

Re: Footnotes for subtitle

2017-01-29 Thread Amir Teymuri
Hello Pierre, many thanks for your help. The line i am writing in there footnote is longer than one line and hence the remaining goes beyond the page. Do you know how to arrange the length of the footnotes to match into the page? Bests, Amir On Sun, 29 Jan 2017 09:13:26 +0100 Pierre Perol-Schn

Re: Footnotes for subtitle

2017-01-29 Thread Pierre Perol-Schneider
Hi Amir, For some reason the LSR is not reachable for the moment but there is a snippet about footnotes in a header. Try: \version "2.18.2" \header { subtitle = "subtitle*" tagline = #f } \markup { \null \footnote \null \italic \concat { "*" \hspace #.3 "subtitle"}} Cheers, Cheers, Pierre 2017

Re: Footnotes for subtitle

2017-01-28 Thread Simon Albrecht
On 28.01.2017 22:38, Amir Teymuri wrote: Hello, is it possible to right a footnote about a word in the subtitle of the piece? Yes, it is. Check out the markup command \footnote. Best, Simon ___ lilypond-user mailing list lilypond-user@gnu.org https

Re: Footnotes and lilypond book

2015-08-08 Thread David Kastrup
Alberto Simões writes: > On 05/08/15 19:25, David Kastrup wrote: >> Alberto Simões writes: >> >>> Hello >>> >>> I am trying to use lilypond book, and it seems that footnotes are not >>> rendered. >>> >>> A (non minimal) example is in attach. >>> Am I doing anything wrong? >>> Is there any easy s

Re: Footnotes and lilypond book

2015-08-08 Thread Alberto Simões
On 05/08/15 19:25, David Kastrup wrote: Alberto Simões writes: Hello I am trying to use lilypond book, and it seems that footnotes are not rendered. A (non minimal) example is in attach. Am I doing anything wrong? Is there any easy solution? LilyPond documentation is typeset using lilypo

Re: Footnotes and lilypond book

2015-08-06 Thread Víctor
You can place the note call in lilypond using ^\markup { 1 } and then the footnote directly in TeX using \footnotetext[1]{My footnote}. The trick to make this appear in the correct page is to insert it inside the \betweenlilypondsystem macro, you can try this: \newcommand{\betweenlilypondsyste

Re: Footnotes and lilypond book

2015-08-05 Thread David Kastrup
Alberto Simões writes: > Hello > > I am trying to use lilypond book, and it seems that footnotes are not > rendered. > > A (non minimal) example is in attach. > Am I doing anything wrong? > Is there any easy solution? LilyPond documentation is typeset using lilypond-book, and the examples for \f

Re: footnotes in columns?

2014-03-13 Thread Shane Brandes
All right thanks. No more beating head on wall. S. On Thu, Mar 13, 2014 at 2:34 AM, David Kastrup wrote: > Shane Brandes writes: > >> Is there way to get footnotes to break into columns after a certain >> number of them is hit? > > No. The page builder has the inclusion and arrangement of foot

Re: footnotes in columns?

2014-03-12 Thread David Kastrup
Shane Brandes writes: > Is there way to get footnotes to break into columns after a certain > number of them is hit? No. The page builder has the inclusion and arrangement of footnotes hardwired into the C++ core. There is no technical necessity for that, but that's the current state of the co

Re: footnotes, next instead of underneath each other

2013-12-29 Thread David Kastrup
bart deruyter writes: > Thanks David, but what do you mean with > 'factor out the hard-coded page builder?' I have no clue what that is > about, scheme? Never worked with it before. No, C++. The target is customizable Scheme, but the current implementation is rigid C++. > I think horizontally

Re: footnotes, next instead of underneath each other

2013-12-29 Thread bart deruyter
Thanks David, but what do you mean with 'factor out the hard-coded page builder?' I have no clue what that is about, scheme? Never worked with it before. I think horizontally stacking of footnotes is very useful, I'll add it to the feature requests (my first :-) ). Grtz, Bart http://www.bartart

Re: footnotes, next instead of underneath each other

2013-12-29 Thread David Kastrup
bart deruyter writes: > Hi all, > > here I am again. I just read in the manual that it isn't possible > (hopefully yet) to stack footnotes horizontally. With some music in the > footnote it would be very much appreciated if it were possible, to save > space on the page for the actual score. > > A

Re: Footnotes to lyrics

2013-04-11 Thread Trevor Daniels
David Kastrup wrote Thursday, February 28, 2013 7:37 AM > Daniel Rosen writes: > >>> -Original Message- >>> From: Trevor Daniels [mailto:t.dani...@treda.co.uk] >>> Sent: Wednesday, February 27, 2013 6:44 PM >>> To: wjm; d...@gnu.org; Lilypo

Re: Footnotes to lyrics

2013-03-01 Thread David Kastrup
wjm writes: > Greetings David, > I have fiddled a bit with your code > \score { > { c'4 c' c' c' } > \addlyrics > { \footnote #'(-2 . -2) \markup "text" > \markup Mu- sic is nice } > } > > and have come up with this:- > > \version "2.17.12" > music = \relative c' > { > c d e g > f g

Re: Footnotes to lyrics

2013-03-01 Thread wjm
Greetings David, I have fiddled a bit with your code \score { { c'4 c' c' c' } \addlyrics { \footnote #'(-2 . -2) \markup "text" \markup Mu- sic is nice } } and have come up with this:- \version "2.17.12" music = \relative c' { c d e g f g g a b c2. } words = \lyricmode { \footno

RE: Footnotes to lyrics

2013-02-28 Thread Daniel Rosen
> -Original Message- > From: Noeck [mailto:noeck.marb...@gmx.de] > Sent: Thursday, February 28, 2013 1:56 AM > To: lilypond-user@gnu.org > Subject: Re: Footnotes to lyrics > > > Can anyone recommend a workaround in the meantime? > > You could place a workin

Re: Footnotes to lyrics

2013-02-28 Thread Colin Hall
Trevor Daniels writes: > wjm wrote Wednesday, February 27, 2013 7:34 PM > >> From the NR LilyPond version 2.17.13 >> +++ >> Known issues and warnings >> >> Footnotes cannot be attached to MultiMeasureRests or automatic beams or >> lyrics. >> > > Yes; when I documented the footnote command

Re: Footnotes to lyrics

2013-02-28 Thread David Kastrup
Daniel Rosen writes: >> -Original Message- >> From: Trevor Daniels [mailto:t.dani...@treda.co.uk] >> Sent: Wednesday, February 27, 2013 6:44 PM >> To: wjm; d...@gnu.org; Lilypond-User List >> Subject: Re: Footnotes to lyrics >> >> >>

Re: Footnotes to lyrics

2013-02-27 Thread Noeck
> Can anyone recommend a workaround in the meantime? You could place a working footnote nearby and fake the number in the lyrics: \version "2.17.12" { a b \footnote " " #'(0.0 . 0) \markup { \super 1 Footnote for lyrics. } c' c' } \addlyrics { The Ly -- \markup \concat { ric\super 1 } test.

RE: Footnotes to lyrics

2013-02-27 Thread Daniel Rosen
> -Original Message- > From: Trevor Daniels [mailto:t.dani...@treda.co.uk] > Sent: Wednesday, February 27, 2013 6:44 PM > To: wjm; d...@gnu.org; Lilypond-User List > Subject: Re: Footnotes to lyrics > > > wjm wrote Wednesday, February 27, 2013 7:34 PM > >

Re: Footnotes to lyrics

2013-02-27 Thread Trevor Daniels
wjm wrote Wednesday, February 27, 2013 7:34 PM > From the NR LilyPond version 2.17.13 > +++ > Known issues and warnings > > Footnotes cannot be attached to MultiMeasureRests or automatic beams or > lyrics. > Yes; when I documented the footnote command I failed to find a way of adding a fo

Re: Footnotes to lyrics

2013-02-27 Thread wjm
Greetings, From the NR LilyPond version 2.17.13 +++ Known issues and warnings Multiple footnotes for the same page can only be stacked, one above the other; they cannot be printed on the same line. Footnotes cannot be attached to MultiMeasureRests or automatic beams or lyrics. Footnote

Re: Footnotes to lyrics

2013-02-27 Thread David Kastrup
Daniel Rosen writes: >> -Original Message- >> From: David Kastrup [mailto:d...@gnu.org] >> Sent: Wednesday, February 27, 2013 9:03 AM >> To: Daniel Rosen >> Cc: lilypond-user@gnu.org >> Subject: Re: Footnotes to lyrics >> >> Phooey. I as

RE: Footnotes to lyrics

2013-02-27 Thread Daniel Rosen
> -Original Message- > From: David Kastrup [mailto:d...@gnu.org] > Sent: Wednesday, February 27, 2013 9:03 AM > To: Daniel Rosen > Cc: lilypond-user@gnu.org > Subject: Re: Footnotes to lyrics > > Phooey. I assume that "Lyric" was supposed to be the text

Re: Footnotes to lyrics

2013-02-27 Thread David Kastrup
Daniel Rosen writes: >> -Original Message- >> From: David Kastrup [mailto:d...@gnu.org] >> Sent: Wednesday, February 27, 2013 5:24 AM >> To: lilypond-user@gnu.org >> Subject: Re: Footnotes to lyrics >> >> Conversion to 2.17.13 (what I ha

RE: Footnotes to lyrics

2013-02-27 Thread Daniel Rosen
> -Original Message- > From: David Kastrup [mailto:d...@gnu.org] > Sent: Wednesday, February 27, 2013 5:24 AM > To: lilypond-user@gnu.org > Subject: Re: Footnotes to lyrics > > Conversion to 2.17.13 (what I have here) leaves this unchanged. The error > message is

Re: Footnotes to lyrics

2013-02-27 Thread David Kastrup
Daniel Rosen writes: >> -Original Message- >> From: David Kastrup [mailto:d...@gnu.org] >> Sent: Tuesday, February 26, 2013 7:24 PM >> To: lilypond-user@gnu.org >> Subject: Re: Footnotes to lyrics >> >> Daniel Rosen writes: >>

RE: Footnotes to lyrics

2013-02-26 Thread Daniel Rosen
> -Original Message- > From: David Kastrup [mailto:d...@gnu.org] > Sent: Tuesday, February 26, 2013 7:24 PM > To: lilypond-user@gnu.org > Subject: Re: Footnotes to lyrics > > Daniel Rosen writes: > > > At > > http://www.lilypond.org/doc/v2.16/Doc

Re: Footnotes to lyrics

2013-02-26 Thread David Kastrup
Daniel Rosen writes: > At > http://www.lilypond.org/doc/v2.16/Documentation/notation/creating-footnotes, > it says that lyrics are events that can have footnotes attached to > them, but I can't figure out how to do this--when I use the "\footnote > offset footnote music" formula within a lyricmod

Re: footnotes and chord constructs

2013-01-02 Thread Federico Bruni
Il 02/01/2013 12:05, David Kastrup ha scritto: David Kastrup writes: Federico Bruni writes: I'm sorry, I don't understand well the topic and I'm not good at writing documentation. Hope it makes sense and can help someone who can write good documentation. That would not include me. But ma

Re: footnotes and chord constructs

2013-01-02 Thread David Kastrup
Federico Bruni writes: > Il 02/01/2013 10:33, David Kastrup ha scritto: In the light of the above example working just fine, could you explain >> how one should have written the NR so that you would have been able to >> achieve what you wanted? >> >>> > >>> > A simple warni

Re: footnotes and chord constructs

2013-01-02 Thread Federico Bruni
Il 02/01/2013 10:33, David Kastrup ha scritto: In the light of the above example working just fine, could you explain >> how one should have written the NR so that you would have been able to >> achieve what you wanted? >> > > A simple warning saying that \footnote must be used inside a chord

Re: footnotes and chord constructs

2013-01-02 Thread David Kastrup
Federico Bruni writes: > Il 02/01/2013 09:52, David Kastrup ha scritto: >> Federico Bruni writes: >> >>> It took me some time to understand the following: >>> >>> \version "2.17.10" >>> >>> \relative c'' { >>>\footnote #'(2 . 4) "Footnote 1"2 % it's not printed because >>> of the<> >>>\f

Re: footnotes and chord constructs

2013-01-02 Thread Federico Bruni
Il 02/01/2013 09:52, David Kastrup ha scritto: Federico Bruni writes: It took me some time to understand the following: \version "2.17.10" \relative c'' { \footnote #'(2 . 4) "Footnote 1"2 % it's not printed because of the<> \footnote #'(2 . 4) "Footnote 2" Stem % unless I specify St

Re: footnotes and chord constructs

2013-01-02 Thread David Kastrup
Federico Bruni writes: > It took me some time to understand the following: > > \version "2.17.10" > > \relative c'' { > \footnote #'(2 . 4) "Footnote 1" 2 % it's not printed because > of the <> > \footnote #'(2 . 4) "Footnote 2" Stem % unless I specify Stem > } > > IIUC, the grob-name *mus

Re: Footnotes documentation

2011-12-12 Thread James
George, On 10 December 2011 17:45, George_ wrote: > > > pkx166h-2 wrote: >> >> George, >> >> On 30 November 2011 22:16, George Xu wrote: >> >>> Oops, sorry. 2.14.2. I guess that explains why \auto-footnote doesn't >>> work, but it doesn't help much... ... > I agree, the 2.15 docs seem to have it

Re: Footnotes documentation

2011-12-11 Thread David Kastrup
"m...@apollinemike.com" writes: > Le Dec 11, 2011 à 10:59 AM, David Kastrup a écrit : > >> "m...@apollinemike.com" writes: >> >>> Le Dec 11, 2011 à 8:06 AM, David Kastrup a écrit : >>> Anyway, let's take a look at two contenders: There is an optional argument before number-pair

Re: Footnotes documentation

2011-12-11 Thread m...@apollinemike.com
Le Dec 11, 2011 à 10:59 AM, David Kastrup a écrit : > "m...@apollinemike.com" writes: > >> Le Dec 11, 2011 à 8:06 AM, David Kastrup a écrit : >> >>> Anyway, let's take a look at two contenders: >>> >>> There is an optional argument before number-pair giving the symbol, and >>> an optional mark

Re: Footnotes documentation

2011-12-11 Thread David Kastrup
"m...@apollinemike.com" writes: > Le Dec 11, 2011 à 8:06 AM, David Kastrup a écrit : > >> Anyway, let's take a look at two contenders: >> >> There is an optional argument before number-pair giving the symbol, and >> an optional markup text before the footnote. So we do >> >> footnote = >> #(de

Re: Footnotes documentation

2011-12-11 Thread m...@apollinemike.com
Le Dec 11, 2011 à 8:06 AM, David Kastrup a écrit : > "m...@apollinemike.com" writes: > >> Le Dec 10, 2011 à 9:18 PM, David Kastrup a écrit : >> >>> >>> Why don't we have \footnote \default for autonumbering (just like with >>> \mark), >> >> We could...I don't understand how \default wor

Re: Footnotes documentation

2011-12-10 Thread David Kastrup
David Kastrup writes: > David Kastrup writes: > >> "m...@apollinemike.com" writes: >> >>> Le Dec 10, 2011 à 9:18 PM, David Kastrup a écrit : >>> > Why don't we have \footnote \default for autonumbering (just like with \mark), >>> >>> We could...I don't understand how \defau

Re: Footnotes documentation

2011-12-10 Thread David Kastrup
David Kastrup writes: > "m...@apollinemike.com" writes: > >> Le Dec 10, 2011 à 9:18 PM, David Kastrup a écrit : >> >>> >>> Why don't we have \footnote \default for autonumbering (just like with >>> \mark), >> >> We could...I don't understand how \default works, so I'm not sure how >> to m

Re: Footnotes documentation

2011-12-10 Thread David Kastrup
"m...@apollinemike.com" writes: > Le Dec 10, 2011 à 9:18 PM, David Kastrup a écrit : > >>> >> >> Why don't we have \footnote \default for autonumbering (just like with >> \mark), > > We could...I don't understand how \default works, so I'm not sure how > to make it work here, but a tutorial wou

Re: Footnotes documentation

2011-12-10 Thread m...@apollinemike.com
Le Dec 10, 2011 à 9:18 PM, David Kastrup a écrit : >> > > Why don't we have \footnote \default for autonumbering (just like with > \mark), We could...I don't understand how \default works, so I'm not sure how to make it work here, but a tutorial would get me on my way! > and why can't \footn

Re: Footnotes documentation

2011-12-10 Thread David Kastrup
George_ writes: > pkx166h-2 wrote: >> >> George, >> >> On 30 November 2011 22:16, George Xu wrote: >> >>> Oops, sorry. 2.14.2. I guess that explains why \auto-footnote doesn't >>> work, but it doesn't help much... >>> >>> >> In the latest 'development' version >> >> http://lilypond.org/doc/v

Re: Footnotes documentation

2011-12-10 Thread George_
pkx166h-2 wrote: > > George, > > On 30 November 2011 22:16, George Xu wrote: > >> Oops, sorry. 2.14.2. I guess that explains why \auto-footnote doesn't >> work, but it doesn't help much... >> >> > In the latest 'development' version > > http://lilypond.org/doc/v2.15/Documentation/notation/cr

Re: Footnotes documentation

2011-12-10 Thread James
George, On 30 November 2011 22:16, George Xu wrote: > Oops, sorry. 2.14.2. I guess that explains why \auto-footnote doesn't > work, but it doesn't help much... > > In the latest 'development' version http://lilypond.org/doc/v2.15/Documentation/notation/creating-footnotes This is explained in m

Re: Footnotes documentation

2011-11-30 Thread George Xu
Oops, sorry. 2.14.2. I guess that explains why \auto-footnote doesn't work, but it doesn't help much... Thanks George On 1 December 2011 09:16, m...@apollinemike.com wrote: > On Nov 30, 2011, at 9:08 PM, George_ wrote: > > > > > I'm confused by what the notation reference has to say about footn

Re: Footnotes documentation

2011-11-30 Thread m...@apollinemike.com
On Nov 30, 2011, at 9:08 PM, George_ wrote: > > I'm confused by what the notation reference has to say about footnotes: > > http://lilypond.org/doc/v2.15/Documentation/notation/other > > Regarding the example for \auto-footnote and \footnote (they are identical - > why?), where do the 'b' and '

Re: footnotes?

2011-05-10 Thread padovani
Em 06/05/11 17:02, m...@apollinemike.com escreveu: On May 6, 2011, at 12:20 PM, padovani wrote: Are the footnotes working on the last development version? Are there examples on how to use them? Yup. If you check out the page http://lilypond.org/doc/v2.13/input/regression/collated-files.html

Re: footnotes?

2011-05-07 Thread Janek Warchoł
2011/5/7 m...@apollinemike.com : > On May 7, 2011, at 7:07 AM, luis jure wrote: > >> >> on 2011-05-06 at 13:02 m...@apollinemike.com wrote: >> >>> Yup. >> >> wow, that's great! i had no idea footnotes had been introduced in lilypond. > > They snuck in when none of us were looking. especially you,

Re: footnotes?

2011-05-07 Thread m...@apollinemike.com
On May 7, 2011, at 7:07 AM, luis jure wrote: > > on 2011-05-06 at 13:02 m...@apollinemike.com wrote: > >> Yup. > > wow, that's great! i had no idea footnotes had been introduced in lilypond. They snuck in when none of us were looking. > >> you'll see some files that'll give you a sense of ho

Re: footnotes?

2011-05-07 Thread luis jure
on 2011-05-06 at 13:02 m...@apollinemike.com wrote: >Yup. wow, that's great! i had no idea footnotes had been introduced in lilypond. > you'll see some files that'll give you a sense of how to use them. yes, sort of... i found that this can be very useful: \override FootnoteItem #'annotation

Re: footnotes?

2011-05-06 Thread m...@apollinemike.com
On May 6, 2011, at 12:20 PM, padovani wrote: > Are the footnotes working on the last development version? > Are there examples on how to use them? > Yup. If you check out the page http://lilypond.org/doc/v2.13/input/regression/collated-files.html and do a search for footnote, you'll see some

Re: footnotes?

2007-09-10 Thread Arvid Grøtting
Wilbert Berendsen <[EMAIL PROTECTED]> writes: > Is there a way to create footnotes? I.e. a command to add a footnote > (containing markup) to the bottom of the current page, without stopping a > \score and writing a toplevel \markup ? I don't think there is[1], and I definitely think it would b

Re: footnotes?

2007-09-10 Thread Nicolas Sceaux
Wilbert Berendsen <[EMAIL PROTECTED]> writes: > Is there a way to create footnotes? I.e. a command to add a footnote > (containing markup) to the bottom of the current page, without stopping a > \score and writing a toplevel \markup ? No. However, adding numbered notes to the end of the book o

Re: footnotes on output sheet

2005-12-19 Thread Stephen Torri
On Mon, 2005-12-19 at 17:14 +0100, Thies Albrecht wrote: > Hi Stephen! > > > Some text is aligned on the > > left and right side of the page as if the foot note was split into two > > columns... > Do mean something like > > copyright = \markup \fill-line {{"left-aligned credit"} > {"right-al

Re: footnotes on output sheet

2005-12-19 Thread Thies Albrecht
Hi Stephen! Some text is aligned on the left and right side of the page as if the foot note was split into two columns... Do mean something like copyright = \markup \fill-line {{"left-aligned credit"} {"right-aligned credit"}} in the header section? Regards, Thies _

Re: Footnotes & Symbols

2005-12-12 Thread Mats Bengtsson
You can easily add text instructions anywhere in the score using so-called Text Markup. However, there is no direct support for footnotes, even though you can specify text that should go into the page footer if you can stand to handle the numbering or marking of the footnotes manually. Of course,

Re: Footnotes & Symbols

2005-12-10 Thread Graham Percival
On 10-Dec-05, at 5:55 AM, Caio Barros wrote: Other question: Can I add images and symbols to a Lilypond score? See, I work with modern notation, so I need a lot of resources that normaly are not used in traditional notation. Use \markup { \epsfile #"foo" }. See "overview of text markup comm

Re: Footnotes & Symbols

2005-12-10 Thread Arthur Dyck
Scribus will allow you to layer text or graphics on top of pdf or other image files. Arthur On Saturday 10 December 2005 07:14 am, Gilles wrote: > > I work with compositions and I loved the whole idea of Lilypond > > I'm thinking in start using it, but first I need to know if it's > > possible t

Re: Footnotes & Symbols

2005-12-10 Thread Gilles
> I work with compositions and I loved the whole idea of Lilypond > I'm thinking in start using it, but first I need to know if it's > possible to add footnotes or any kind of text in any place in the > score. This is probably what you are looking for: http://lilypond.org/doc/v2.6/Documentati

Re: Footnotes

2005-09-18 Thread Laura Conrad
> "MB" == Mats Bengtsson <[EMAIL PROTECTED]> writes: MB> Since the score lines are typeset as .eps files in lilypond-book MB> LaTeX documents from version 2.6, I'm afraid the footnote support MB> in LaTeX isn't really of much help. I don't see how that would affect the way I do th

Re: Footnotes

2005-09-18 Thread Mats Bengtsson
Unfortunately, I don't know any good solution, at least not if you want some automatic handling of numbering the footnotes and getting them on the correct page. /Mats = Mats Bengtsson Signal Processing Signals, Sensors and Sys

Re: Footnotes

2005-09-18 Thread Mats Bengtsson
Since the score lines are typeset as .eps files in lilypond-book LaTeX documents from version 2.6, I'm afraid the footnote support in LaTeX isn't really of much help. /Mats Citerar D Josiah Boothby <[EMAIL PROTECTED]>: > The easiest solution would probably be to use lilypond-book. If my > mem

Re: Footnotes

2005-09-18 Thread D Josiah Boothby
The easiest solution would probably be to use lilypond-book. If my memory serves correctly that you're using 2.7, see chapter 12 in the manual for more details. There's also a template in section 3.8. I haven't used lilypond-book since 2.4, so things may have changed, and it's possible that the