Re: Fine-tuning footnote mark positioning

2025-02-04 Thread Aleksa Jakovljevic
Thanks to the both of you for that, works like a charm. Aleksa Am Di., 4. Feb. 2025 um 19:59 Uhr schrieb Yoshiaki Onishi < i...@yoshionishi.com>: > > Hi all, > > > > I'm trying to place a footnote mark, but I can't manage to get it > exactly where I wa

Fine-tuning footnote mark positioning

2025-02-04 Thread Yoshiaki Onishi
> Hi all, > > I'm trying to place a footnote mark, but I can't manage to get it exactly > where I want it to be. > > \version "2.24.2" > > \score { > << > \new Staff { \override Footnote.annotation-line = ##f %%this doesn't seem

Re: Fine-tuning footnote mark positioning

2025-02-04 Thread Kieren MacMillan
Hi Aleksa, > I'm trying to place a footnote mark, but I can't manage to get it exactly > where I want it to be. This might be a [rare] case where extra-offset is the best choice: %%% SNIPPET BEGINS \version "2.24.2" music = { \override Footnote.annotation-line =

Fine-tuning footnote mark positioning

2025-02-04 Thread Aleksa Jakovljevic
Hi all, I'm trying to place a footnote mark, but I can't manage to get it exactly where I want it to be. \version "2.24.2" \score { << \new Staff { \override Footnote.annotation-line = ##f %%this doesn't seem to affect the issue but reduces visual clutter so make

Re: Footnote line-spacing

2024-09-17 Thread Dimitri Sykias
Thank you very much Xavier! > On 17 Sep 2024, at 1:41 PM, Xavier Scheuer wrote: > > override #'(baseline-skip . 3)

Re: Footnote line-spacing

2024-09-17 Thread Xavier Scheuer
On Tue, 17 Sept 2024 at 01:39, Dimitri Sykias wrote: > > How can I reduce the vertical spacing between the lines in a auto-footnote? > > I attempted the following code to reduce the spacing: > > \auto-footnote \italic “1.” \wordwrap \small { \override #'(line-spaci

Re: Footnote line-spacing

2024-09-17 Thread Kieren MacMillan
Hi Dimitri, > \auto-footnote \italic “1.” \wordwrap \small { \override #'(line-spacing . > 0.8) footnote text. } This doesn’t compile by itself. Adding \markup to it makes it compilable, but doesn’t demonstrate a multi-line footnote (which is, I’m guessing, what you’re trying t

Footnote line-spacing

2024-09-16 Thread Dimitri Sykias
How can I reduce the vertical spacing between the lines in a auto-footnote? I attempted the following code to reduce the spacing: \auto-footnote \italic “1.” \wordwrap \small { \override #'(line-spacing . 0.8) footnote text. } However, it didn't produce the desired result. Which is t

Re: Footnote

2024-08-22 Thread Dimitri Sykias
Thank you very much! > On 22 Aug 2024, at 6:27 AM, William Rehwinkel via LilyPond user discussion > wrote: > > Dear Werner, > > Oh, because it's all in a `\markup` block...my bad. Probably because we can do > > % --- > \version "2.25.18&qu

Re: Footnote

2024-08-21 Thread Werner LEMBERG
> %\footnote #'(1 . 1) {hello} c4 % error > %\footnote #'(1 . 1) \wordwrap {hello} c4 % error Within a markup, `{ ... }` does *not* produce a markup argument! Instead, it produces a *markup list*. `\markup` itself is special; it accepts either a markup or a markup lis

Re: Footnote

2024-08-21 Thread William Rehwinkel via LilyPond user discussion
Dear Werner, Oh, because it's all in a `\markup` block...my bad. Probably because we can do % --- \version "2.25.18" \relative c' { \footnote #'(1 . 1) \markup {hello} c4 \footnote #'(1 . 1) "hello" c4 %\footnote #'(1 . 1) {hello

Re: Footnote

2024-08-21 Thread Werner LEMBERG
> Actually, the \auto-footnote function operates a little weirdly (at > least it didn't seem intuitive to me). The `text` and `footnote` in > > `\auto-footnote text footnote` > > are just the contents of the markup, so you write what you would > write inside the bracke

Re: Footnote

2024-08-21 Thread William Rehwinkel via LilyPond user discussion
Dear Dimitri, Actually, the \auto-footnote function operates a little weirdly (at least it didn't seem intuitive to me). The `text` and `footnote` in `\auto-footnote text footnote` are just the contents of the markup, so you write what you would write inside the brackets of \markup{}.

Footnote

2024-08-21 Thread Dimitri Sykias
How can I format text in \auto-footnote? For example: \markup {Giovanni Pierluigi da Palestrina was an Italian composer of late \auto-footnote "Renaissance" "Renaissance music is traditionally understood to cover European music of the 15th and 16th centuries." music. }

Re: Omit footnotes and footnote text from score

2024-02-28 Thread Timothy Lanfear
would like to use footnotes for editorial changes in the full score and not show them in the parts. You can remove the footnote engraver from the score to totally disable footnote processing. \version "2.25.7" part = \relative d' {\footnote #'(0.5 . 2) "Example footnot

Re: Omit footnotes and footnote text from score

2024-02-27 Thread YTG 123
Hello William, Consider an alternative approach using tags , like what was recommended to me in a slightly different situation (thread linked and attache

Omit footnotes and footnote text from score

2024-02-27 Thread William Rehwinkel via LilyPond user discussion
show them in the parts. For example, see the following mwe: \version "2.25.7" part = \relative d' {\footnote #'(0.5 . 2) "Example footnote" d4 } \book { \score { \new Staff \part } } \book { \score { \new Staff \with {\omit Footnote }\part } } In

Re: Footnote separator line

2024-01-23 Thread Werner LEMBERG
>> Simply removing \fill-line will shift the line to the left margin, >> leaving the length the same. > > To my eye that looks a lot better. It's really a matter of style. For example, https://tex.stackexchange.com/questions/214644/how-to-add-a-footnote-separator-rul

Re: Footnote separator line

2024-01-23 Thread Kevin Pye
Thanks Michael, To my eye that looks a lot better. Kevin. On Wed, 24 Jan 2024, at 12:57, Michael Werner wrote: > Hi Kevin, > > On Tue, Jan 23, 2024 at 8:06 PM Kevin Pye wrote: >> __ >> For the first time in many years of using Lilypond, I have a need to add a >>

Re: Footnote separator line

2024-01-23 Thread Michael Werner
Hi Kevin, On Tue, Jan 23, 2024 at 8:06 PM Kevin Pye wrote: > For the first time in many years of using Lilypond, I have a need to add a > footnote to some music. One thing puzzles me: > > As is traditional in all texts, Lilypond places a horizontal line above > the footnotes,

Footnote separator line

2024-01-23 Thread Kevin Pye
For the first time in many years of using Lilypond, I have a need to add a footnote to some music. One thing puzzles me: As is traditional in all texts, Lilypond places a horizontal line above the footnotes, separating them from the music above. However the horizontal position of this line

Re: how to modify footnote numbered mark line length

2023-10-15 Thread Werner LEMBERG
> Here is the example. The line between the grob and the footnote number is controlled by the number's position, i.e., the first argument to the `\footnote` command. ``` \version "2.24.2" { \footnote #'(-1 . 3) "A note." a'4 a'4 \foo

Re: how to modify footnote numbered mark line length

2023-10-15 Thread Paolo Cantamessa
Here is the example. Many thanks. Il dom 15 ott 2023, 16:02 Werner LEMBERG ha scritto: > > > someone know how to modify line length footnote between number and > > music object? > > Please show images that explain what you want to do. > > > Werner >

Re: how to modify footnote numbered mark line length

2023-10-15 Thread Werner LEMBERG
> someone know how to modify line length footnote between number and > music object? Please show images that explain what you want to do. Werner

how to modify footnote numbered mark line length

2023-10-15 Thread Paolo Cantamessa
Hello everyone, someone know how to modify line length footnote between number and music object? Many thanks. Paolo

Re: footnote in any markup

2023-08-09 Thread Richard Shann
;<8><8><8><8><8><8><8><8><8><8><8><8><8><8><8>< > \version "2.24.1" > \score  { >     { a'4 f' ^\markup { >     "A simple"  \auto-footnote "tune" \i

footnote in any markup

2023-08-09 Thread Richard Shann
I've noticed that the following does not work: 8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8><8>< \version "2.24.1" \score { { a'4 f' ^\markup {

Re: Centering footnote for analysis

2023-02-15 Thread Jean Abou Samra
Le mercredi 15 février 2023 à 22:12 +0100, Valentin Petzel a écrit : > and is the default behaviour with > 2.24. The default is to use `X-attachment = LEFT` if the X offset of the small footnote line (the car of the number pair passed to `\footnote`) is negative, `CENTER` if it'

Re: Centering footnote for analysis

2023-02-15 Thread Valentin Petzel
Exactly that. Note that this requires 2.24 and is the default behaviour with 2.24. In 2.22 you can still use extra-offset to manually place your footnote. If there is no reason against it upgrading to 2.24 would be the best solution. Cheers, Valentin Am Mittwoch, 15. Februar 2023, 20:35:47

Re: Centering footnote for analysis

2023-02-15 Thread Werner LEMBERG
> I am trying to attach a footnote to the center of a glissando as > pictured below. In case you don't mean "footnote" but rather "automatically rotated word 'gliss.' under the glissando line", have a look at https://lists.gnu.org/archive/html/lilypo

Re: Centering footnote for analysis

2023-02-15 Thread Jean Abou Samra
> Le 15 févr. 2023 à 20:31, Calvin Ransom a écrit : > >  > Hello everyone, > > I am trying to attach a footnote to the center of a glissando as pictured > below. Does anyone know how to do this? I have tried following the directions > for attaching it to a grob (NR

Centering footnote for analysis

2023-02-15 Thread Calvin Ransom
Hello everyone, I am trying to attach a footnote to the center of a glissando as pictured below. Does anyone know how to do this? I have tried following the directions for attaching it to a grob (NR 3.3.4) Here is my snippet: % \version "2.22.2" \score { \

Re: Footnote is not printed

2021-12-04 Thread Павел
Thank you for your replies, my friends! Now I understand it. 04.12.2021 02:15, Valentin Petzel пишет: I think it would be better to add a \noPageBreak between the markup and the score, just in case. If you do not want loose the automatic formatting of the header you could do \markup \footnote

Re: Footnote is not printed

2021-12-03 Thread Valentin Petzel
I think it would be better to add a \noPageBreak between the markup and the score, just in case. If you do not want loose the automatic formatting of the header you could do \markup \footnote \null \italic "* By me" \noPageBreak Before the score. But thus will give you a little ext

Re: Footnote is not printed

2021-12-03 Thread Jean Abou Samra
Le 03/12/2021 à 14:27, Павел a écrit : Hello, I have problem with a footnote: it is not printer in the bottom of page. \version "2.22.1" \score {     \header {    piece = "My piece"    opus = \markup\concat { "My opus" \footnote "*" \ita

Footnote is not printed

2021-12-03 Thread Павел
Hello, I have problem with a footnote: it is not printer in the bottom of page. \version "2.22.1" \score {     \header {    piece = "My piece"    opus = \markup\concat { "My opus" \footnote "*" \italic "* By me" }     }     { c' d' e' f' } }

Re: Misunderstanding \footnote

2021-09-08 Thread Kevin Cole
On Wed, Sep 8, 2021 at 6:12 AM Aaron Hill wrote: > >> On 8 Sep 2021, at 03:33, Kevin Cole wrote: > >> \footnote "*" \concat { > >> "* This song has been translated by the leading Irish," > >> " Scotch Gaelic, Manx, Wel

Re: Misunderstanding \footnote

2021-09-08 Thread Aaron Hill
On 8 Sep 2021, at 03:33, Kevin Cole wrote: \footnote "*" \concat { "* This song has been translated by the leading Irish," " Scotch Gaelic, Manx, Welsh, Breton, and Cornish poets" " into their native languages for singing in each Celtic

Re: Misunderstanding \footnote

2021-09-08 Thread Hans Aikema
> On 8 Sep 2021, at 03:33, Kevin Cole wrote: > > I am once again dipping my foot in the shallow end of the LilyPond. > > I added a footnote to the title. It puts the superscript "*" at the end, but > then the footnote never appears anywhere. What am I missing?

Misunderstanding \footnote

2021-09-07 Thread Kevin Cole
I am once again dipping my foot in the shallow end of the LilyPond. I added a footnote to the title. It puts the superscript "*" at the end, but then the footnote never appears anywhere. What am I missing? (This isn't for a book or anything fancy like that. And, initially I t

Re: Triplet notes with brackets and numbers within a footnote

2021-03-05 Thread 田村淳
Thank you!!! Jun > 2021/03/05 23:14、David Kastrup のメール: > > 田村淳 writes: > >> Hello, >> >> Is there any easy way to have something like below? I mean in-line >> triplet notes with brackets and numbers within a footnote. I think >> that I saw something

Re: Triplet notes with brackets and numbers within a footnote

2021-03-05 Thread David Kastrup
David Kastrup writes: > David Kastrup writes: > >> 田村淳 writes: >> >>> Hello, >>> >>> Is there any easy way to have something like below? I mean in-line >>> triplet notes with brackets and numbers within a footnote. I think >>> th

Re: Triplet notes with brackets and numbers within a footnote

2021-03-05 Thread David Kastrup
David Kastrup writes: > 田村淳 writes: > >> Hello, >> >> Is there any easy way to have something like below? I mean in-line >> triplet notes with brackets and numbers within a footnote. I think >> that I saw something like that in LSR before but I can

Re: Triplet notes with brackets and numbers within a footnote

2021-03-05 Thread David Kastrup
田村淳 writes: > Hello, > > Is there any easy way to have something like below? I mean in-line > triplet notes with brackets and numbers within a footnote. I think > that I saw something like that in LSR before but I cannot find it. Something like this? rhythm = \markup

Triplet notes with brackets and numbers within a footnote

2021-03-05 Thread 田村淳
Hello, Is there any easy way to have something like below? I mean in-line triplet notes with brackets and numbers within a footnote. I think that I saw something like that in LSR before but I cannot find it. Thanks in advance for you help. Jun https://imslp.org/wiki/User:Jun_T

Re: put footnote in a variable

2018-11-01 Thread Gianmaria Lari
On Thu, 1 Nov 2018 at 11:12, Aaron Hill wrote: > On 2018-11-01 2:59 am, Gianmaria Lari wrote: > > Ahem I found another issue Aaron. > > > > Suppose you have a variable containing the music and the reference to > > your > > footnote code. Something

Re: put footnote in a variable

2018-11-01 Thread Aaron Hill
On 2018-11-01 2:59 am, Gianmaria Lari wrote: Ahem I found another issue Aaron. Suppose you have a variable containing the music and the reference to your footnote code. Something like this: var = {a b c d \myfootnote e f g a} If you 'use' the variable multiple time in your

Re: put footnote in a variable

2018-11-01 Thread Gianmaria Lari
Ahem I found another issue Aaron. Suppose you have a variable containing the music and the reference to your footnote code. Something like this: var = {a b c d \myfootnote e f g a} If you 'use' the variable multiple time in your score you probably don't want to displ

Re: put footnote in a variable

2018-11-01 Thread Gianmaria Lari
On Thu, 1 Nov 2018 at 09:33, Aaron Hill wrote: > On 2018-11-01 1:04 am, Gianmaria Lari wrote: > > I have the following code: > > > > \version "2.19.81" > > \fixed c' { > > \time 3/4 > > c c c > > > > \once \override Sco

Re: put footnote in a variable

2018-11-01 Thread Aaron Hill
On 2018-11-01 1:04 am, Gianmaria Lari wrote: I have the following code: \version "2.19.81" \fixed c' { \time 3/4 c c c \once \override Score.FootnoteItem.annotation-line = ##f \footnote \markup\huge { * } #'(0 . 5) \markup {\lower #0.8 { \super { * } } "

put footnote in a variable

2018-11-01 Thread Gianmaria Lari
I have the following code: \version "2.19.81" \fixed c' { \time 3/4 c c c \once \override Score.FootnoteItem.annotation-line = ##f \footnote \markup\huge { * } #'(0 . 5) \markup {\lower #0.8 { \super { * } } "The second time play the measure as " \rais

Re: fingering footnote

2018-09-23 Thread Gianmaria Lari
On Sun, 23 Sep 2018 at 02:55, Aaron Hill wrote: > On 2018-09-22 10:17 am, Gianmaria Lari wrote: > > I would like to create a footnote attached to a fingering. Ideally > > something like this > > > > \version "2.19.82" > > {b\finger "2*"} >

Re: fingering footnote

2018-09-22 Thread Aaron Hill
On 2018-09-22 10:17 am, Gianmaria Lari wrote: I would like to create a footnote attached to a fingering. Ideally something like this \version "2.19.82" {b\finger "2*"} [image: image.png] ... and then in the footnote I would like to give some indication about the f

fingering footnote

2018-09-22 Thread Gianmaria Lari
I would like to create a footnote attached to a fingering. Ideally something like this \version "2.19.82" {b\finger "2*"} [image: image.png] ... and then in the footnote I would like to give some indication about the fingering. I saw the footnote examples but I have not

Re: adding footnote to markup on invisible measures

2018-08-27 Thread N. Andrew Walsh
for the tip, but as this is one of several footnotes, and I >>> want >>> > them to be numbered in sequence, it doesn't work for me. Is there some >>> > functionality here that I'm missing? Do I need to make some grob >>> visible or >>> > something?

Re: adding footnote to markup on invisible measures

2018-08-27 Thread Pierre Perol-Schneider
is one of several footnotes, and I >> want >> > them to be numbered in sequence, it doesn't work for me. Is there some >> > functionality here that I'm missing? Do I need to make some grob >> visible or >> > something? >> > >> > Cheer

Re: adding footnote to markup on invisible measures

2018-08-27 Thread N. Andrew Walsh
;>> > >>> > > > > Thank you for the tip, but as this is one of several footnotes, and I > want > > them to be numbered in sequence, it doesn't work for me. Is there some > > functionality here that I'm missing? Do I need to make some grob visible &g

Re: adding footnote to markup on invisible measures

2018-08-21 Thread Thomas Morley
em to be numbered in sequence, it doesn't work for me. Is there some > functionality here that I'm missing? Do I need to make some grob visible or > something? > > Cheers, > > A \auto-footnote only works in standalone Text. Probably: \relative c { \time 2/4 \hideNot

Re: adding footnote to markup on invisible measures

2018-08-21 Thread N. Andrew Walsh
Hi Pierre, On Mon, Aug 20, 2018 at 9:44 PM Pierre Perol-Schneider < pierre.schneider.pa...@gmail.com> wrote: > Here's a workaround: > >> >> Thank you for the tip, but as this is one of several footnotes, and I want them to be numbered in sequence, it doesn't work for me. Is there some functionalit

Re: adding footnote to markup on invisible measures

2018-08-20 Thread Pierre Perol-Schneider
Here's a workaround: \version "2.19.80" \markup { \null \footnote \null \italic \concat { "*" \hspace #.3 "Das Cello erzählt eine Geschichte ganz unabhängig von den anderen Stimmen" } } \relative c { \time 2/4 \hideNotes \omit Staff.TimeSignatur

adding footnote to markup on invisible measures

2018-08-20 Thread N. Andrew Walsh
Hi List, for "reasons" I have a passage that should have blank staves with no barlines, rests, clefs, etc. However, at the start of the section is an expressive mark, which should itself have a footnote. What I have thus far is as follows: \version "2.19.80" \rela

lilypond-book - footnote spacing on page by page basis

2018-07-06 Thread Reilly Farrell
Question related to printing a book pdf with lilypond-book and LaTeX: is there an easy way to set footnote spacing on a case by case basis, as opposed to globally? The intent is to take the effect of a line like this: \setlength{\skip\footins}{2cm} and have it apply only to pages for which

Re: Footnote separator line

2017-10-20 Thread Palmer Ralph
On Wed, Oct 11, 2017 at 8:58 AM, Malte Meyn wrote: > > > Am 11.10.2017 um 14:55 schrieb Malte Meyn: > >> >> >> Am 11.10.2017 um 14:42 schrieb Jan-Peter Voigt: >> >>> Hi fellows, >>> >>> I have a footnote in a score. This foot

Re: Footnote separator line

2017-10-11 Thread Jan-Peter Voigt
Thank you! :-) Am 11.10.2017 um 14:58 schrieb Malte Meyn: Am 11.10.2017 um 14:55 schrieb Malte Meyn: Am 11.10.2017 um 14:42 schrieb Jan-Peter Voigt: Hi fellows, I have a footnote in a score. This footnote is separated by a centered horizontal line. Is there a possibility to remove it or

Re: Footnote separator line

2017-10-11 Thread Malte Meyn
Am 11.10.2017 um 14:55 schrieb Malte Meyn: Am 11.10.2017 um 14:42 schrieb Jan-Peter Voigt: Hi fellows, I have a footnote in a score. This footnote is separated by a centered horizontal line. Is there a possibility to remove it or adjust formatting? TIA Jan-Peter \paper {   footnote

Re: Footnote separator line

2017-10-11 Thread Malte Meyn
Am 11.10.2017 um 14:42 schrieb Jan-Peter Voigt: Hi fellows, I have a footnote in a score. This footnote is separated by a centered horizontal line. Is there a possibility to remove it or adjust formatting? TIA Jan-Peter \paper { footnote-separator-markup = ##f

Footnote separator line

2017-10-11 Thread Jan-Peter Voigt
Hi fellows, I have a footnote in a score. This footnote is separated by a centered horizontal line. Is there a possibility to remove it or adjust formatting? TIA Jan-Peter ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org

Re: repeat percent footnote

2017-05-24 Thread Gianmaria Lari
I can live without it :) It was more a curiosity than a necessity. Thank you anyway! g. On 24 May 2017 at 10:57, Thomas Morley wrote: > 2017-05-24 9:01 GMT+02:00 Gianmaria Lari : > > Need again some help about footnote and repeat. Have a look to this > example: > > >

Re: repeat percent footnote

2017-05-24 Thread Thomas Morley
2017-05-24 9:01 GMT+02:00 Gianmaria Lari : > Need again some help about footnote and repeat. Have a look to this example: > > \version "2.19.60" > { > \repeat percent 2 {c'8 d' e' f' \footnote #'(1 . 5) "This is a note on > percent&qu

Re: repeat percent footnote

2017-05-24 Thread Gianmaria Lari
Need again some help about footnote and repeat. Have a look to this example: \version "2.19.60" { \repeat percent 2 {c'8 d' e' f' \footnote #'(1 . 5) "This is a note on percent" RepeatSlash } \repeat percent 2 {c'4 d' e' f' \fo

Re: repeat percent footnote

2017-05-21 Thread Thomas Morley
2017-05-21 22:56 GMT+02:00 Simon Albrecht : > Am 21.05.2017 um 22:38 schrieb Thomas Morley: > >> It's not always obvious which grob is created by \repeat percent ... >> RepeatSlash >> DoubleRepeatSlash >> PercentRepeat >> DoublePercentRepeat >> > > But why are those all different grobs? It seems u

Re: repeat percent footnote

2017-05-21 Thread Simon Albrecht
Am 21.05.2017 um 22:38 schrieb Thomas Morley: It's not always obvious which grob is created by \repeat percent ... RepeatSlash DoubleRepeatSlash PercentRepeat DoublePercentRepeat But why are those all different grobs? It seems unnecessarily complicated – they could all be PercentRepeat grobs (

Re: repeat percent footnote

2017-05-21 Thread Simon Albrecht
Am 21.05.2017 um 22:38 schrieb Thomas Morley: The grob is not PercentRepeat but RepeatSlash D’oh… Yeah, checking is a good idea :-) ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: repeat percent footnote

2017-05-21 Thread Gianmaria Lari
Thank you Thomas (and Simon!), it works great. Best regards, g. On 21 May 2017 at 22:38, Thomas Morley wrote: > > > 2017-05-18 12:34 GMT+02:00 Simon Albrecht : > >> Am 18.05.2017 um 09:58 schrieb Gianmaria Lari: >> >>> Is there any way to put a footnote

Re: repeat percent footnote

2017-05-21 Thread Thomas Morley
2017-05-18 12:34 GMT+02:00 Simon Albrecht : > Am 18.05.2017 um 09:58 schrieb Gianmaria Lari: > >> Is there any way to put a footnote on a repeat percent-like symbols? >> > > Well, there should be. After all, the documentation for \footnote speaks > also of indirectl

Re: repeat percent footnote

2017-05-18 Thread Simon Albrecht
Am 18.05.2017 um 09:58 schrieb Gianmaria Lari: Is there any way to put a footnote on a repeat percent-like symbols? Well, there should be. After all, the documentation for \footnote speaks also of indirectly created grobs. However, I can’t say why \version "2.19.58" { \cont

repeat percent footnote

2017-05-18 Thread Gianmaria Lari
Is there any way to put a footnote on a repeat percent-like symbols? Thank you, g. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: \footnote does nothing? :(

2017-01-24 Thread Ian Ring
Simon: as you predicted, making the minimal example helped to isolate the problem and expose the solution. For posterity, my mistake was that I was trying to apply the footnote to a chord, instead of to a note within the chord. Thanks! Ian On 23.01.2017 21

Re: \footnote does nothing? :(

2017-01-24 Thread SoundsFromSound
Ian Ring wrote > I've inserted a \footnote into my score, but it doesn't do anything. Just > wondering where I might look for problems. I'm fairly new to Lilypond. Hello Ian, Welcome to LilyPond! What version are you using? Sometimes, certain commands may have changed betwe

Re: \footnote does nothing? :(

2017-01-23 Thread Simon Albrecht
On 23.01.2017 21:06, Ian Ring wrote: I've inserted a \footnote into my score, but it doesn't do anything. Just wondering where I might look for problems. I'm fairly new to Lilypond. The LY source is in a private git repo but I can share it somewhere public if anyone is wi

\footnote does nothing? :(

2017-01-23 Thread Ian Ring
I've inserted a \footnote into my score, but it doesn't do anything. Just wondering where I might look for problems. I'm fairly new to Lilypond. The LY source is in a private git repo but I can share it somewhere public if anyone is willing to take a diagnostic look at it. Gratit

Re: footnote counter

2016-05-26 Thread Paul
Hi Jeffrey, I did a search on the source code and found: lily/footnote-engraver.cc (along with several test files) so I would look there. I would as assume that it contains the function you're looking for. (I've found that searching the source code is usually a good way to find t

Re: footnote counter

2016-05-26 Thread Mark Knoop
t;http://lilypond.org/doc/v2.19/Documentation/notation.pdf], pg. 481, the >'mark' element describes that the count is automatically reset on each >page that contains a footnote. Where is that function written; and how >could it be overwritten (specifically to *not* automaticall

footnote counter

2016-05-25 Thread Jeffery Shivers
'mark' element describes that the count is automatically reset on each page that contains a footnote. Where is that function written; and how could it be overwritten (specifically to *not* automatically reset ever, or (additionally) to only reset when explicitly instructed)? Thank

Re: score as footnote/footer

2016-04-18 Thread Patrick Karl
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, >

Re: score as footnote/footer

2016-04-18 Thread Kieren MacMillan
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 #

Re: score as footnote/footer

2016-04-18 Thread Simon Albrecht
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' }

Re: score as footnote/footer

2016-04-18 Thread Kieren MacMillan
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

Re: score as footnote/footer

2016-04-17 Thread Stephen MacNeil
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 \conc

Re: score as footnote/footer

2016-04-17 Thread David Kastrup
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

Re: score as footnote/footer

2016-04-17 Thread bart deruyter
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

Re: score as footnote/footer

2016-04-17 Thread bobr...@centrum.is
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

Re: score as footnote/footer

2016-04-17 Thread David Kastrup
gt; > I think this should be possible by inserting a score in a markup in > the copyright field. footnote maybe? -- David Kastrup ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: score as footnote/footer

2016-04-17 Thread Pierre Perol-Schneider
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 } } } \n

Re: score as footnote/footer

2016-04-17 Thread Urs Liska
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

score as footnote/footer

2016-04-17 Thread 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 in a smaller size, centered at the bottom of the page. Is this poss

Re: second footnote in Lyrics doesn't work

2015-11-12 Thread David Kastrup
Kieren MacMillan writes: > Hello all, > > In lyricmode, this works as expected: > > Oo, __ oo, __ > \footnote #"*" #'(-1 . 0.5) #"* like the shower scene in “Psycho”" > Ree! Ree! Ree! > Hel -- lo! > > but this > >

Re: second footnote in Lyrics doesn't work

2015-11-12 Thread Simon Albrecht
On 12.11.2015 16:11, Kieren MacMillan wrote: Hi Simon, >It seems that every kind of alphabetic string is mistaken by \footnote to be the second-to-last, optional argument, specifying the grob path. Ah! But… why is that not true of the FIRST lyric-embedded footnote in my example? Beca

Re: second footnote in Lyrics doesn't work

2015-11-12 Thread Kieren MacMillan
Hi Simon, > It seems that every kind of alphabetic string is mistaken by \footnote to be > the second-to-last, optional argument, specifying the grob path. Ah! But… why is that not true of the FIRST lyric-embedded footnote in my example? > \footnote #"†" #'(-1 . 0.5)

Re: second footnote in Lyrics doesn't work

2015-11-12 Thread Simon Albrecht
Hello Kieren, On 12.11.2015 15:37, Kieren MacMillan wrote: Hello all, In lyricmode, this works as expected: Oo, __ oo, __ \footnote #"*" #'(-1 . 0.5) #"* like the shower scene in “Psycho”" Ree! Ree! Ree! Hel -- lo! but this Oo, __ oo, __ \

  1   2   >