lilypond-user archive search

Search String: Display: Description: Sort:

Results:

References: [ markup->string: 106 ]

Total 106 documents matching your query.

1. Re: Footer text from header (score: 3)
Author: HIDDEN
Date: Tue, 19 Mar 2024 16:19:45 -0700
I tried it with %%%  \line  {\fromproperty #'header:composer " - "  \as-string \fromproperty #'header:title } %%% - then the title (in the footnote) was empty. But you gave so many valuable insigh
/archive/html/lilypond-user/2024-03/msg00168.html (6,960 bytes)

2. Re: Footer text from header (score: 4)
Author: HIDDEN
Date: Tue, 19 Mar 2024 19:15:12 +0100
Hi Aaron, thx for your input - I'm aware of separating those information in include files, just tried to make a minimal example :) And I aim to separate content from style - but in order to have the
/archive/html/lilypond-user/2024-03/msg00163.html (10,232 bytes)

3. Re: Footer text from header (score: 3)
Author: HIDDEN
Date: Tue, 19 Mar 2024 10:26:29 -0700
I'd like to make an automatic footer, using infos from the header block. What do I have to change, to get rid of (or override) the format from the title? --8<-- \version "2.24.0" {a4} \header {   ti
/archive/html/lilypond-user/2024-03/msg00162.html (5,989 bytes)

4. Re: Changes to Notename - lost some functionality (score: 3)
Author: HIDDEN
Date: Wed, 13 Dec 2023 21:57:14 +0100
There's may be one extra paren in there because it threw a syntax error. Yes, sorry. Is that a proper fix, or is something else wrong? I wouldn't call it a “proper” fix because it's a bit too dep
/archive/html/lilypond-user/2023-12/msg00156.html (5,808 bytes)

5. Re: Changes to Notename - lost some functionality (score: 3)
Author: HIDDEN
Date: Wed, 13 Dec 2023 20:46:46 +0000
There's may be one extra paren in there because it threw a syntax error. I removed one paren and it seems to work: germanNoteNames = (let* ((default-name (markup->string (ly:grob-property grob 'text)
/archive/html/lilypond-user/2023-12/msg00154.html (6,002 bytes)

6. Re: Changes to Notename - lost some functionality (score: 3)
Author: HIDDEN
Date: Wed, 13 Dec 2023 21:29:03 +0100
This code is too big for me to digest it, but the basic problem is that  (let* ((default-name (ly:grob-property grob 'text)) (new-name (assoc-get default-name newnames))) is doing a lookup in your n
/archive/html/lilypond-user/2023-12/msg00153.html (6,119 bytes)

7. Re: Need help displaying note names in 2.22 (score: 2)
Author: HIDDEN
Date: Sun, 6 Aug 2023 21:26:35 +0200
Le 06.08.23 à 16:59, David Kastrup a écrit : Strange... I tried a few things, but did not find a way to make it work. I noticed  2 things : 1. In this association table : chimenames =     ("c"
/archive/html/lilypond-user/2023-08/msg00043.html (6,768 bytes)

8. Re: Need help displaying note names in 2.22 (score: 2)
Author: HIDDEN
Date: Sun, 06 Aug 2023 18:51:51 +0200
Le dimanche 06 août 2023 à 18:36 +0200, Robin Bannister a écrit : David Kastrup wrote: Note names have changed to use ♯ and ♭ characters, so you need to look up "c♯" instead of "cis". I got
/archive/html/lilypond-user/2023-08/msg00041.html (6,824 bytes)

9. Re: Need help displaying note names in 2.22 (score: 2)
Author: HIDDEN
Date: Sun, 6 Aug 2023 11:46:11 -0400
/archive/html/lilypond-user/2023-08/msg00037.html (7,732 bytes)

10. Re: Need help displaying note names in 2.22 (score: 2)
Author: HIDDEN
Date: Sun, 6 Aug 2023 16:49:29 +0200
Strange... I tried a few things, but did not find a way to make it work. I noticed  2 things : 1. In this association table : chimenames =     ("c" . "C")     ("cis" . "C♯")     ("d" . "D
/archive/html/lilypond-user/2023-08/msg00035.html (12,251 bytes)

11. Need help displaying note names in 2.22 (score: 2)
Author: HIDDEN
Date: Sun, 6 Aug 2023 00:11:29 +0100
Hello, I have been using the syntax below for several years; the last code update I did was in December 2022, and it worked well since.  Today I noticed that I can't get the sharp/flat note names pr
/archive/html/lilypond-user/2023-08/msg00029.html (6,781 bytes)

12. Re: \uppercase function (score: 8)
Author: HIDDEN
Date: Fri, 16 Jun 2023 16:14:57 +0200
Le vendredi 16 juin 2023 à 09:41 -0400, Kieren MacMillan a écrit : Hi all! Anyone have a good \uppercase function they could share? I tried to make one, and it doesn’t throw an error, but also d
/archive/html/lilypond-user/2023-06/msg00131.html (5,791 bytes)

13. Re: \uppercase function (score: 2)
Author: HIDDEN
Date: Fri, 16 Jun 2023 15:13:40 +0100
Wait, I see there is already a \fontCaps command - does that not work? -- Mark Knoop
/archive/html/lilypond-user/2023-06/msg00130.html (5,308 bytes)

14. Re: \uppercase function (score: 2)
Author: HIDDEN
Date: Fri, 16 Jun 2023 15:10:27 +0100
Not offhand, but I'd start with make-small-caps in define-markup-commands.scm and strip out the is-lower logic. -- Mark Knoop
/archive/html/lilypond-user/2023-06/msg00129.html (5,033 bytes)

15. \uppercase function (score: 2)
Author: HIDDEN
Date: Fri, 16 Jun 2023 09:41:21 -0400
Hi all! Anyone have a good \uppercase function they could share? I tried to make one, and it doesn’t throw an error, but also doesn’t work: \version "2.25.2" (interpret-markup layout props (strin
/archive/html/lilypond-user/2023-06/msg00128.html (4,087 bytes)

16. Re: Custom NoteNames doesn't work in 2.22 (score: 2)
Author: HIDDEN
Date: Fri, 11 Nov 2022 15:26:28 +0100
[...] Well, one reason to avoid deprecated syntax and use convert-ly for updates is that it avoids masking the real problem when people like myself stop looking further after seeing the presumed firs
/archive/html/lilypond-user/2022-11/msg00129.html (6,396 bytes)

17. Re: Custom NoteNames doesn't work in 2.22 (score: 5)
Author: HIDDEN
Date: Fri, 11 Nov 2022 14:24:00 +0000
Viktor, I suspect what is happening is that you first upgraded an old file to 2.20 without convert-ly, which didn't change this syntax, then upgraded from 2.20 to 2.22, which didn't change it either
/archive/html/lilypond-user/2022-11/msg00127.html (10,808 bytes)

18. Re: Custom NoteNames doesn't work in 2.22 (score: 3)
Author: HIDDEN
Date: Fri, 11 Nov 2022 14:51:36 +0100
Le 11/11/2022 à 14:28, David Kastrup a écrit : \override NoteName #'stencil = #ChimeNoteNames This is the problematic line, and the error message should have indicated as much. This should be Note
/archive/html/lilypond-user/2022-11/msg00124.html (7,509 bytes)

19. Re: Alphabetised table of contents? (score: 3)
Author: HIDDEN
Date: Fri, 23 Sep 2022 16:11:20 +1000
Whoops, yes. Not sure how I didn't see that they weren't sorted. Maybe I did a test and sent the wrong version? Weird. Anyway, thanks for the correction.
/archive/html/lilypond-user/2022-09/msg00298.html (7,056 bytes)

20. Re: Alphabetised table of contents? (score: 3)
Author: HIDDEN
Date: Wed, 21 Sep 2022 20:48:57 +0200
Le 21/09/2022 à 20:39, Valentin Petzel a écrit : Hello Jean, at least for me this code fails to change the order of the toc. The reason for this is that toc-markup does not in fact contain the mar
/archive/html/lilypond-user/2022-09/msg00296.html (5,924 bytes)


This search system is powered by Namazu