Re: Text Spanner auto expand to end of duration

2021-02-07 Thread Thomas Morley
Am Mo., 8. Feb. 2021 um 00:29 Uhr schrieb Jean Abou Samra : > > ((finalize this-engraver) > ;; house keeping > (set! trill-spanner #f) > (set! rhythmic-events '()) > (set! bar-line #f) > > > Hi Harm, > > Is there a reason to reset variables in 'finalize' >

Re: Guitar tab question

2021-02-07 Thread Carl Sorensen
On 2/7/21, 10:17 AM, "lilypond-user on behalf of Thomas Morley" wrote: Am So., 7. Feb. 2021 um 17:23 Uhr schrieb John Ward : > > I'm new to music notation software and I have a question. Does Lily Pond include the feature that allows you to write in guitar tab, convert that

Re: Text Spanner auto expand to end of duration

2021-02-07 Thread Jean Abou Samra
((finalize this-engraver) ;; house keeping (set! trill-spanner #f) (set! rhythmic-events '()) (set! bar-line #f) Hi Harm, Is there a reason to reset variables in 'finalize' methods like this? I've done without so far and never had any problem;

Re: Text Spanner auto expand to end of duration

2021-02-07 Thread Dimitris Marinakis
Thanks a lot! Could this be forwarded to the devs? I think such functions are really needed in "vanilla" Lilypond. The current behaviour isn't wrong per se but in most contexts I think the extension of the spanners until the end of the duration is the standard rule. They may be able to make

Re: Text Spanner auto expand to end of duration

2021-02-07 Thread Thomas Morley
Am Sa., 6. Feb. 2021 um 20:07 Uhr schrieb Dimitris Marinakis : > > Aha! Found the culprit. As you can see if other staves have different > durations (shorter than the span that needs to be covered), the spanner > terminates at the first next duration it finds. Could you make the spanner to >

Pic of score

2021-02-07 Thread Jean Abou Samra
I have a question that I would like to ask, but first can I send pics of scores with it or do i have to send pics as attachments? Thank you, ƒg Hello, It is not entirely clear to me how you could send pictures in a way different from attaching them to the e-mail. If you mean inline posting,

Pic of score

2021-02-07 Thread Freeman Gilmore
I have a question that I would like to ask, but first can I send pics of scores with it or do i have to send pics as attachments? Thank you, ƒg

Posting problem

2021-02-07 Thread Sami - Vasileios Amiris
Hello. I have, for some reason unknown to me, been blocked from posting in nabbler. As I have never spammed, not even argued with anyone for that matter, and in one instance the discussion from a question of mine lead to a snippet - which means that my questions for the most part are not trivial,

Re: Guitar tab question

2021-02-07 Thread Jean Bréfort
Hi, Yes, it is possible. Actually, you enter the notes naturally and you can get a score or a guitar tab (or both) from the same source. See https://lilypond.org/doc/v2.22/Documentation/notation/guitar for some simple examples. Regards, Jean Le dimanche 07 février 2021 à 10:23 -0600, John Ward

Re: Guitar tab question

2021-02-07 Thread Thomas Morley
Am So., 7. Feb. 2021 um 17:23 Uhr schrieb John Ward : > > I'm new to music notation software and I have a question. Does Lily Pond > include the feature that allows you to write in guitar tab, convert that > guitar tab automatically to standard notation and then cut and paste that > notation to

Guitar tab question

2021-02-07 Thread John Ward
I'm new to music notation software and I have a question. Does Lily Pond include the feature that allows you to write in guitar tab, convert that guitar tab automatically to standard notation and then cut and paste that notation to a piano score? Sibelius and Muse score both have this feature.

Re: set page number

2021-02-07 Thread bobr...@centrum.is
This is a stripped down version of the first three pages of my input file, Hwaen Ch'uqi. Do I need something as elaborate as your scheme code? -David BEGIN LILY \version "2.20.0" \book { % \bookpart { \markup \fill-line{ \center-column { "Title page"

Re: set page number

2021-02-07 Thread Hwaen Ch'uqi
Greetings David, Not knowing what you halve already, it's a bit tricky to advise. However, here is the code that I use, given a long time ago on this list. It may be more than you need, because it also includes provisions for correct numbering in the Table of Contents. This first part goes above

set page number

2021-02-07 Thread bobr...@centrum.is
I have a series of scores in a small book. I want to have the first couple of pages numbered in Roman numerals and then switch to Arabic. I have accomplished that. The problem I face now is that I want the first Arabic numbered page to be page 1. There is '\set currentBarNumber' but there