Re: Text size vs global staff size

2025-08-01 Thread Timothy Lanfear
On 01/08/2025 12:15, James Harkins wrote: I just want the first bookpart to be typeset as if there were no reduction in staff size, and the second bookpart to be printed at the smaller scale. If this isn't possible then I'd have to typeset the text using other software and stitch the PDF toget

Re: Text in Pseudo-Gregorian Chant

2025-07-14 Thread Alexander Brock
On 7/13/25 23:44, Michael Gerdau wrote: Am 13. Juli 2025 22:06:03 MESZ schrieb Alexander Brock : I'm setting "Credo II" from the Gregorian chant in modern notation so everyone in the congregation can sing along easily. I see that argument. However if you're serious about gregorian chants, us

Re: Text in Pseudo-Gregorian Chant

2025-07-13 Thread Michael Gerdau via LilyPond user discussion
Am 13. Juli 2025 22:06:03 MESZ schrieb Alexander Brock : >I'm setting "Credo II" from the Gregorian chant in modern notation so everyone >in the congregation can sing along easily. I see that argument. However if you're serious about gregorian chants, use gregorio. >Is this possible? >And m

Re: Text alignment of page-ref

2024-10-16 Thread Werner LEMBERG
> I had a look at the definition of page-ref in > define-markup-commands.scm and see that it's specifically adding a > gap to the markup to right-align the text. > > (interpret-markup layout props >(make-line-markup > (list >

Re: Text alignment of page-ref

2024-10-16 Thread Cameron Hall
> As far as I'm aware, one of the shortcomings of Lilypond's handling > of text is that it only does one pass to calculate the size of > markups. If the size of the actual text can vary dynamically, it > won't be reflected in the layout. This is an issue, for example, if > the page header contains

Re: Text alignment of page-ref

2024-10-13 Thread Saul Tobin
As far as I'm aware, one of the shortcomings of Lilypond's handling of text is that it only does one pass to calculate the size of markups. If the size of the actual text can vary dynamically, it won't be reflected in the layout. This is an issue, for example, if the page header contains the center

Re: Text input size

2024-08-29 Thread richardhubbard.com
Aha, so it is! Thanks, that helps a lot. Richard __ Richard Hubbard richardhubbard.com > On 29 Aug 2024, at 19:18, Knute Snortum wrote: > > > On Thu, Aug 29, 2024 at 10:34 AM richardhubbard.com >

Re: Text input size

2024-08-29 Thread Silvain Dupertuis
I think you can change it through Edition > Settings (French Préférences) > Fonts and colors > Font and size can be modified at the bottom of the right panel. Default on my installation is DejaVu 10 pts. 10 pts is quite small, especially if your screen definition is very high (As for me, I us

Re: Text input size

2024-08-29 Thread Knute Snortum
On Thu, Aug 29, 2024 at 10:34 AM richardhubbard.com < rich...@richardhubbard.com> wrote: > Hello. New user here, just trying out Lilypond with Frescobaldi. > > I’m struggling to read the text input panel, because the text is so small. > I can’t see a way to make it bigger? (The Zoom button only wo

Re: text over hairpin

2023-12-13 Thread Paul Scott
On 12/13/23 10:28 AM, David Wright wrote: On Wed 13 Dec 2023 at 09:54:41 (-0700), Paul Scott wrote: I should have changed my subject line to "text inside hairpin" before sending the original post. Inside relative to what, though? Between the two  lines of the hairpin. Paul (Think roads.

Re: text over hairpin

2023-12-13 Thread David Wright
On Wed 13 Dec 2023 at 09:54:41 (-0700), Paul Scott wrote: > I should have changed my subject line to "text inside hairpin" before > sending the original post. Inside relative to what, though? (Think roads. In both the UK and the US, the "inside lane" is the one on the left, ie slow in the UK, fas

Re: text over hairpin

2023-12-13 Thread Paul Scott
I should have changed my subject line to "text inside hairpin" before sending the original post. Paul On 12/13/23 9:22 AM, Michael Werner wrote: Hi Paul, On Wed, Dec 13, 2023 at 10:36 AM Paul Scott wrote: How do I put text (molto) inside a hairpin?  I didn't see it in snippets

Re: text over hairpin

2023-12-13 Thread Paul Scott
On 12/13/23 9:22 AM, Michael Werner wrote: Hi Paul, On Wed, Dec 13, 2023 at 10:36 AM Paul Scott wrote: How do I put text (molto) inside a hairpin?  I didn't see it in snippets or NR. Found this in the Snippets: http://lilypond.org/doc/v2.25/Documentation/snippets/expressive-mar

Re: text over hairpin

2023-12-13 Thread Michael Werner
Hi Paul, On Wed, Dec 13, 2023 at 10:36 AM Paul Scott wrote: > How do I put text (molto) inside a hairpin? I didn't see it in snippets > or NR. > Found this in the Snippets: http://lilypond.org/doc/v2.25/Documentation/snippets/expressive-marks_003a-center-text-below-hairpin-dynamics -- Michael

Re: Text under recitative note

2022-10-19 Thread Leo Correia de Verdier
I think you are looking for the markup commands wordwrap or wordwrap-string, something like: \version "2.23.11" \fixed c' { \cadenzaOn d4 e a g f g f d d e2 g1 f4 e } \addlyrics { When the stone had been seal -- ed by the Jews. \markup { \override #'(line-width . 25)

Re: text spanner around a line break restates the text, this is not wanted

2022-03-23 Thread Kenneth Wolcott
Hi Xavier; Thank you. Why is it so obvious when somebody points out what you do not see? :-( \facepalm :-( It seems (mostly) correct now. How do you get the text spanner to display all the way to the end of the bar? I'll look at the manual again to try to find out how I missed that

Re: text spanner around a line break restates the text, this is not wanted

2022-03-23 Thread Xavier Scheuer
On Wed, 23 Mar 2022 at 20:39, Kenneth Wolcott wrote: > > I missed some pertinent code: bars 37-42; enclosed below. > > (snip) > Hello, You have \stopTextSpan in measure 38, so it ends in measure 38. Furthermore you have Moderato in measure 39, do you really want the TextSpanner to continue until

Re: text spanner around a line break restates the text, this is not wanted

2022-03-23 Thread Kenneth Wolcott
I missed some pertinent code: bars 37-42; enclosed below. %\break % \tempo 2.=42 4(g' q | % m37 % \set Score.tempoHideNote = ##f 2.)\stopTextSpan| % m38 \tempo \markup { \bold \fontsize #3 "Moderato" } 2.=44 4(4. 8 | % m39 2.)| %

Re: text spanner around a line break restates the text, this is not wanted

2022-03-23 Thread Carl Sorensen
On Tue, Mar 22, 2022 at 11:57 PM Kenneth Wolcott wrote: > Thank you for your assistance, Leo. > > With your example I was able to remove the duplicate text in the text > spanner, but I was not able to get the text spanner to continue beyond bar > #38. > > So, I will spend more time studying what

Re: Text Spanner repeated after a break

2021-12-17 Thread Jean Abou Samra
Le 16/12/2021 à 19:03, Valentin Petzel a écrit : Hello Jean, I think it does make sense to apply the line spanner interface for any Spanner that behaves pretty much like a line spanner. But then maybe it would make sense to add some of the details of the Ottava bracket to the line spanner inte

Re: Text Spanner repeated after a break

2021-12-16 Thread Valentin Petzel
Hello Jean, I think it does make sense to apply the line spanner interface for any Spanner that behaves pretty much like a line spanner. But then maybe it would make sense to add some of the details of the Ottava bracket to the line spanner interface, such as having hooks or flare on the lines e

Re: Text Spanner repeated after a break

2021-12-14 Thread Jean Abou Samra
Le 14/12/2021 à 15:51, Molly Preston a écrit : Hi Jean! Thank you so much! That worked. I will have to keep this in mind. It's interesting that the OttavaSpanner doesn't have something similar. Why is that? bound-details is a feature of so-called "line spanners". OttavaSpanner is not implem

Re: Text Spanner repeated after a break

2021-12-14 Thread Molly Preston
Hi Jean! Thank you so much! That worked. I will have to keep this in mind. It's interesting that the OttavaSpanner doesn't have something similar. Why is that? -Molly On Mon, Dec 13, 2021 at 2:37 AM Jean Abou Samra wrote: > Le 13/12/2021 à 04:03, Molly Preston a écrit : > > Hi again. > > > > I

Re: Text Spanner repeated after a break

2021-12-12 Thread Jean Abou Samra
Le 13/12/2021 à 04:03, Molly Preston a écrit : Hi again. I have a similar problem to the 8va showing up after line breaks. I made a text spanner that's a rit.- It shows up on the line after a break. I tried to modify the scheme code slightly like this:   \version "2.22.1"   \new Staff

Re: Text formatting - Spanish lyrics

2021-10-15 Thread Jefferson Felix
Oh I understood. In portuguese we just join the syllables, without tie. Em sex., 15 de out. de 2021 19:52, Kira Garvie escreveu: > Valentin, you're the absolute best! Thank you, the unicode works! (I found > a unicode to character converter online so I was able to make the other > one!) > Jeff

Re: Text formatting - Spanish lyrics

2021-10-15 Thread Kira Garvie
Valentin, you're the absolute best! Thank you, the unicode works! (I found a unicode to character converter online so I was able to make the other one!) Jefferson, it is standard practice in Spanish language music to have the syllables tied together like that - I wouldn't worry about it if it was j

Re: Text formatting - Spanish lyrics

2021-10-15 Thread Jefferson Felix
Is there any problem if using Jeho -- vá? Em sex., 15 de out. de 2021 19:14, Kira Garvie escreveu: > Hi all, > My latest project is some Spanish/English hymns. Mostly I have it figured > out, but I have a question about text. It is convention in Spanish music to > have multiple syllables on one

Re: Text formatting - Spanish lyrics

2021-10-15 Thread Valentin Petzel
Hello Kira. If your Lilypond version is recent enough you might want to to something like \markup\undertie Jeho to get a big tie underneath the whole thing. If you want a small tie, you might want to use unicode 035c like Je͜ho Cheers, Valentin signature.asc Description: This is a digitally si

Re: text span

2021-05-09 Thread frederic . colledani
there soon! Fred. De : Jean Abou Samra À : frederic.colled...@netcourrier.com;    lilypond-user@gnu.org Sujet : Re: text span Date : 09/05/2021 23:26:05 Europe/Paris Hello, Le 09/05/2021 à 23:17, frederic.colled...@netcourrier.com a écrit : > Hi folks! > > Sorry, forum dummy here

Re: text span

2021-05-09 Thread Jean Abou Samra
Hello, Le 09/05/2021 à 23:17, frederic.colled...@netcourrier.com a écrit : Hi folks! Sorry, forum dummy here. I hope I didn't do anything wrong, especially if I'm posting at a wrong place. It is the right place. However, if (as your name suggests) your native language is French, you might w

Re: Text placing in two-choir pice

2021-04-14 Thread Karlin High
On 4/11/2021 3:08 PM, Jogchum Reitsma wrote: I'm beginning to set Psalm 100 by Heinrich Schütz. This reminds me of Brent Annable's post from 2018 with the entire Schwanengesang. The Psalm 100 would be near the end. -- K

Re: Text placing in two-choir pice

2021-04-11 Thread Michael Gerdau
Hi Jogchum, > I can't see a mistake from my side, so is it a bug? If yes, in Lilypond > of in Frescobaldi? If not, can anyone point me to my mistake? it is a mistake on your part. The names of your voices in the two choirs are the same. Name them differently, adjust the \lyricsto accordingly an

Re: text above threader

2021-03-02 Thread Pierre Perol-Schneider
PS. See also: http://lilypond.org/doc/v2.22/Documentation/notation/custom-titles-headers-and-footers.html#custom-layout-for-headers-and-footers Le mar. 2 mars 2021 à 20:26, Pierre Perol-Schneider < pierre.schneider.pa...@gmail.com> a écrit : > Hi Lydia, > How about: > > \paper { > oddHeaderMark

Re: text above threader

2021-03-02 Thread Pierre Perol-Schneider
Hi Lydia, How about: \paper { oddHeaderMarkup = \markup \fill-line { \null \teeny\sans "Octoechos: Sunday" } evenHeaderMarkup = \oddHeaderMarkup } Cheers, Pierre Le mar. 2 mars 2021 à 20:14, Lydia Westerberg a écrit : > > How can I use lilypond to insert the term “Octoechos: Sunday” (sma

Re: Text Spanner auto expand to end of duration

2021-02-08 Thread Jean Abou Samra
Le 08/02/2021 à 13:32, Jean Abou Samra a écrit : Le 08/02/2021 à 01:59, Thomas Morley a écrit : Well, I seem to remember that there was a problem, if a custom-engraver was consisted in various files all compiled in one go like lilypond file-1.ly file-2.ly. Some bleed over, iirc. I didn't test

Re: Text Spanner auto expand to end of duration

2021-02-08 Thread Jean Abou Samra
Le 08/02/2021 à 01:59, Thomas Morley a écrit : 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 reas

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: 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; en

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 somethi

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 > see

Re: Text Spanner auto expand to end of duration

2021-02-06 Thread 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 see only the relevant duration of the context it is applied to? Voice, Staff et

Re: Text Spanner auto expand to end of duration

2021-02-06 Thread Dimitris Marinakis
Excuse my mistake in the tiny example: It is supposed to be a TrillSpanner not a TextSpanner override. The tiny example works apparently but the issue still remains in my real-scenario file. Sorry let me find a better example to highlight the issue in case it was a simple user-error. On Sat, Feb 6

Re: Text Spanner auto expand to end of duration

2021-02-06 Thread Dimitris Marinakis
Sorry for resurrecting the thread after months. I ran into a strange bug(?) I think. Using this code in combination with \partCombine confuses Lilypond and the spanner is terminated mid-bar where the invisible full-measure rest of the other part is hidden. I could tweak the right padding but hones

Re: text at the end of a multimeasure rest

2021-01-05 Thread Josiah Boothby
So in my mockup I forgot to include the reason I hadn't wanted to use \mark : I'd already been using \mark to delineate sections: Time = { \mark\markup{ Minuet } \repeat volta 2 { s1*4 } \repeat volta 2 { s1*4_\markup\right-align{ fine } } \mark\markup{ Trio } \repeat volta 2 { s1*4 }

Re: text at the end of a multimeasure rest

2021-01-04 Thread Paul Scott
On 1/4/21 11:58 PM, Jacques Menu wrote: Thanks Paul. There were missing brackets: At least mismatched.  It should have been: R1*4 \endMarkDown \mark \markup{D.S. al Fine) Without parentheses. Happy New Year, Paul   R1*4 \endMarkDown \mark \markup {(D.S. al Fine)} JM Le 5 janv. 2021

Re: text at the end of a multimeasure rest

2021-01-04 Thread Jacques Menu
Thanks Paul. There were missing brackets: R1*4 \endMarkDown \mark \markup {(D.S. al Fine)} JM > Le 5 janv. 2021 à 07:18, Paul Scott a écrit : > > > On 1/4/21 10:29 PM, Josiah Boothby wrote: >> I think I used to know how to do this but I can't find any evidence of it, >> but I'd like to do

Re: text at the end of a multimeasure rest

2021-01-04 Thread Paul Scott
On 1/4/21 10:29 PM, Josiah Boothby wrote: I think I used to know how to do this but I can't find any evidence of it, but I'd like to do something that looks roughly like the following, where the text ("fine" or "D.C. al fine") are printed below the line: |: /— 4 —/ :|: /— 4 —/ fine :| |: /—

Re: Text beside staff

2021-01-03 Thread Ahanu Banerjee
Thanks all, instrumentName seems to be the best solution! -Ahanu On Sun, Jan 3, 2021 at 5:00 PM Ahanu Banerjee wrote: > Hi, > > I'm typesetting a book of études. I am currently putting the number of the > etude (1-2 digits) in the header as a title, but I would like to put it to > the left of

Re: Text beside staff

2021-01-03 Thread Knute Snortum
I think the best way to do this is to use the instrument name: \score { \new PianoStaff \with { instrumentName = \markup \huge "No. 4" } << ... >> } -- Knute Snortum On Sun, Jan 3, 2021 at 2:01 PM Ahanu Banerjee wrote: > > Hi, > > I'm typesetting a book of études. I am currently putting

Re: Text Spanner auto expand to end of duration

2020-11-12 Thread Thomas Morley
Am Do., 12. Nov. 2020 um 14:36 Uhr schrieb Dimitris Marinakis : > > Can this be adapted to work with Text Spanners? Does anyone have any similar > workarounds? > I just need to automatically extend TextSpanners to the end of the duration > without too many manual guesstimations. > > #(define (en

Re: text under barline

2020-07-24 Thread Felipe Gasper
> On Jul 24, 2020, at 11:14 AM, David Zelinsky wrote: > > Felipe Gasper writes: > >> I’m converting some Gregorian chant scores from GABC to >> Lilypond. I’m looking for a way to put a bit of italicized text (e.g., >> “Ps.”) under a barline, as is typical with some chant genres. >> >>

Re: text under barline

2020-07-24 Thread David Zelinsky
Felipe Gasper writes: > I’m converting some Gregorian chant scores from GABC to > Lilypond. I’m looking for a way to put a bit of italicized text (e.g., > “Ps.”) under a barline, as is typical with some chant genres. > > You can see an example here, on the 3rd line: > https://gregoba

Re: text under barline

2020-07-24 Thread Michael Gerdau
Just out of curiosity (and because I moved from LP to Gregorio for all things Gregorian): What exactly is it that you miss in Gregorio that you hope to achieve with LP? The provided example chant is easily typeset in Gregorio and I‘m not aware that it is possible to achieve an acceptable result

Re: Text spanner with centred text state of the art

2020-07-12 Thread David Nalesnik
On Sun, Jul 12, 2020 at 5:15 AM Thomas Morley wrote: > > Am So., 12. Juli 2020 um 11:35 Uhr schrieb Urs Liska : > > > > And now with attachments. > > > > It shows three main items: > > > > * markup centered above one or multiple measures > > * horizontal brackets aligned to (multiple) measures >

Re: Text spanner with centred text state of the art

2020-07-12 Thread Urs Liska
Here is the code I settled with in my project. I assume that some of it is inferior to the code now in LilyPond, but I also think it provides functionality not covered by the MeasureAttachedSpanner. 1) https://github.com/ism-dme/lm-vs/blob/import-1756/examples/library/toolbox/brackets.ily This pr

Re: Text spanner with centred text state of the art

2020-07-12 Thread Thomas Morley
Am So., 12. Juli 2020 um 11:35 Uhr schrieb Urs Liska : > > And now with attachments. > > It shows three main items: > > * markup centered above one or multiple measures > * horizontal brackets aligned to (multiple) measures > * markup centered within a measure > > BTW: My recollection of David N

Re: Text spanner with centred text state of the art

2020-07-12 Thread Urs Liska
And now with attachments. It shows three main items: * markup centered above one or multiple measures * horizontal brackets aligned to (multiple) measures * markup centered within a measure BTW: My recollection of David Nalesnik continuing with the effort turned up these links: https://lists

Re: Text spanner with centred text state of the art

2020-07-12 Thread Urs Liska
Am Sonntag, den 12.07.2020, 11:03 +0200 schrieb Urs Liska: > > Am 12. Juli 2020 10:04:08 MESZ schrieb Andrew Bernard < > andrew.bern...@gmail.com>: > > I'll rephrase that more precisely. The function I have is no longer > > working. > > And I'll rephrase that I *think* I have working code, which

Re: Text spanner with centred text state of the art

2020-07-12 Thread Urs Liska
Am 12. Juli 2020 10:04:08 MESZ schrieb Andrew Bernard : >I'll rephrase that more precisely. The function I have is no longer >working. And I'll rephrase that I *think* I have working code, which yi'll look up and zry ASAP. Urs > It's not suitable for inclusion. I am wondering if anybody

Re: Text spanner with centred text state of the art

2020-07-12 Thread Thomas Morley
Am So., 12. Juli 2020 um 08:36 Uhr schrieb Andrew Bernard : > > This exact question was asked on the list some years ago, but worth > asking again. What is the current best way/code for making text > spanners with text centred in the middle? > > I have code developed by myself and Thomas Morley fro

Re: Text spanner with centred text state of the art

2020-07-12 Thread Urs Liska
Hi Andrew, Am 12. Juli 2020 08:36:09 MESZ schrieb Andrew Bernard : >This exact question was asked on the list some years ago, but worth >asking again. What is the current best way/code for making text >spanners with text centred in the middle? > >I have code developed by myself and Thomas Morley

Re: Text spanner with centred text state of the art

2020-07-12 Thread Andrew Bernard
I'll rephrase that more precisely. The function I have is no longer working. It's not suitable for inclusion. I am wondering if anybody has something good, or indeed if lilypond 2.21 supports such a technique (I was unable to see that). Andrew

Re: Text spanner with centred text state of the art

2020-07-12 Thread Werner LEMBERG
> On this perennial topic, it would be great if this function could be > in baseline lilypond. It's in countless scores, and I know people > want it. Assuming that your problem can't be handled in current lilypond I'm rather sure that a merge request prepared by you will go into the git reposit

Re: Text above a vertically shifted MultiMeasureRest

2020-06-11 Thread Paolo Prete
On Thu, Jun 11, 2020 at 7:03 PM Thomas Morley wrote: > > > { > \override MultiMeasureRest.Y-offset = #-5 > %% probably apply padding or Y-offset > %\override MultiMeasureRestText.padding = 2 > \override MultiMeasureRestText.staff-padding = #'() > \override MultiMeasureRestText.outside-s

Re: Text above a vertically shifted MultiMeasureRest

2020-06-11 Thread Thomas Morley
Am Do., 11. Juni 2020 um 18:52 Uhr schrieb Paolo Prete : > > Hello, > > How can I put a text above a MultiMeasureRest, and not above the staff? This > would be useful for cross-staff MultiMeasureRests; for them I normally use > the Y-offset property in order to shift them down, as shown in the be

Re: Text above a notehead or rest regardless of collisions with staff

2020-06-01 Thread Paolo Prete
Thanks David On Mon, Jun 1, 2020 at 11:51 PM David Kastrup wrote: > Paolo Prete writes: > > > Hello, > > > > is it possible to place "some text" above a notehead (or a rest) > regardless > > of collisions with the staff? Maybe a start could be to use the Fingering > > object, but I don't know h

Re: Text above a notehead or rest regardless of collisions with staff

2020-06-01 Thread David Kastrup
Paolo Prete writes: > Hello, > > is it possible to place "some text" above a notehead (or a rest) regardless > of collisions with the staff? Maybe a start could be to use the Fingering > object, but I don't know how to change "1" to "some text" > > { > \override Fingering.staff-padding = #'() > \

Re: Text spanner with middle text

2020-05-31 Thread James Worlton
Thanks Valentin! I think this will be able to do what I need. James > On May 30, 2020, at 23:23, Valentin Villenave wrote: > > On 5/31/20, James Worlton wrote: >> Is there a way to do this using a single text spanner? I could probably >> fake it with 2 spanners, but would rather not if I didn'

Re: Text spanner with middle text

2020-05-30 Thread Valentin Villenave
On 5/31/20, James Worlton wrote: > Is there a way to do this using a single text spanner? I could probably > fake it with 2 spanners, but would rather not if I didn't have to, since > the positioning of the middle text would be trial and error. Indeed. But I think that if you’re looking for some

Re: Text placement above the staff

2020-04-10 Thread Aaron Hill
On 2020-04-10 1:39 am, Bernhard Kleine wrote: Thanks a lot! You have seen the image of the last mail. Do you have also a way to align VerseTenorVoiceI and VerseTenorVoiceII that they are placed on the same line? There is not any conflict in the rest of the score. Put lyrics into the same Lyri

Re: Text placement above the staff

2020-04-10 Thread Bernhard Kleine
Am 10.04.2020 um 10:22 schrieb Aaron Hill: > On 2020-04-10 12:46 am, Bernhard Kleine wrote: >> I wonder : >> >> Tenor = \new Staff \with { >>   instrumentName = "tenor" >>   \clef "treble_8" >> } << >>   \new Voice = "TI" { \voiceOne \TenorVoiceI } >>   \new Voice = "TII" { \voiceTwo \TenorVoiceII

Re: Text placement above the staff

2020-04-10 Thread Aaron Hill
On 2020-04-10 12:46 am, Bernhard Kleine wrote: I wonder : Tenor = \new Staff \with {   instrumentName = "tenor"   \clef "treble_8" } <<   \new Voice = "TI" { \voiceOne \TenorVoiceI }   \new Voice = "TII" { \voiceTwo \TenorVoiceII }   \new Voice = "TIII" { \voiceOne \TenorVoiceIII }   \new Lyrics

Re: Text problem

2020-03-18 Thread Francisco Vila
El 18/3/20 a las 9:47, Mariona Reixach escribió: Could someone tell me how to put a syllable of a word in a grace (appoggiatura, for example)? Mariona, I hope this example clarifies the docs. { c'4 \appoggiatura d'8 c'4 c'4 c'4 } \addlyrics { Do Do % appogg, no syllable Do

Re: Text problem

2020-03-18 Thread Pierre Perol-Schneider
Hi Mariona, See: http://lilypond.org/doc/v2.19/Documentation/notation/stanzas.html#stanzas-with-different-rhythms Otherwise, could you be more specific? Could you provide a short example? HTH Pierre Le mer. 18 mars 2020 à 09:48, Mariona Reixach a écrit : > Hi, everybody! > > Could someone tell m

Re: Text spanner with right hand edge bracket

2019-10-12 Thread Andrew Bernard
Ah. Apologies for the noise. The way to do it is detailed in the Snippets section of the NR, 'Creating Text Spanners'. Andrew ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Text positioning at double bar

2019-06-06 Thread Guy Stalnaker
Thank you. -- “Happiness is the meaning and the purpose of life, the whole aim and end of human existence.” ― Aristotle On Thu, Jun 6, 2019, 2:21 AM Xavier Scheuer wrote: > On Wed, 5 Jun 2019 at 19:33, Guy Stalnaker wrote: > > > > Thanks Phil -- "hackish" is word? LOVE it :-) > > > > If the

Re: Text positioning at double bar

2019-06-06 Thread Xavier Scheuer
On Wed, 5 Jun 2019 at 19:33, Guy Stalnaker wrote: > > Thanks Phil -- "hackish" is word? LOVE it :-) > > If the output looks good, I'm good. Hello, In the documentation, NR 2.1.2 Techniques specific to lyrics > Placing syllables horizontally, there is a snippet explaining how to make lyrics avoid

Re: Text positioning at double bar

2019-06-05 Thread Guy Stalnaker
Thanks Phil -- "hackish" is word? LOVE it :-) If the output looks good, I'm good. Guy Guy Stalnaker jimmyg...@gmail.com On Wed, Jun 5, 2019 at 11:33 AM Phil Holmes wrote: > Don't know how hack-ish you mind as a solution to do this, but using this > for the music: > > ef'1*31/32 \once \hideNo

Re: Text positioning at double bar

2019-06-05 Thread Phil Holmes
Don't know how hack-ish you mind as a solution to do this, but using this for the music: ef'1*31/32 \once \hideNotes ef'32 \bar "||" \time 2/4 and this for the lyrics: "O Lord, open thou our lips" \markup { \char #8239 } puts a hidden note at the end of the bar, and places a non-breaking space

Re: Text spanner padding

2019-03-01 Thread Trevor Bača
On Thu, Feb 28, 2019 at 4:10 PM David Kastrup wrote: > Trevor Bača writes: > > > On Fri, Feb 22, 2019 at 2:58 AM Andrew Bernard > > > wrote: > > > >> Solved. It's right-broken-padding set to false that does the trick. > >> > >> \override TextSpanner.bound-details.right-broken.padding = ##f >

Re: Text spanner padding

2019-02-28 Thread David Kastrup
Trevor Bača writes: > On Fri, Feb 22, 2019 at 2:58 AM Andrew Bernard > wrote: > >> Solved. It's right-broken-padding set to false that does the trick. >> >> \override TextSpanner.bound-details.right-broken.padding = ##f >> \override TextSpanner.bound-details.right.padding = #11 >> > > > As a

Re: Text spanner padding

2019-02-28 Thread Trevor Bača
On Fri, Feb 22, 2019 at 2:58 AM Andrew Bernard wrote: > Solved. It's right-broken-padding set to false that does the trick. > > \override TextSpanner.bound-details.right-broken.padding = ##f > \override TextSpanner.bound-details.right.padding = #11 > As a note for posterity (whenever the ti

Re: Text spanner padding

2019-02-22 Thread Andrew Bernard
Solved. It's right-broken-padding set to false that does the trick. \override TextSpanner.bound-details.right-broken.padding = ##f \override TextSpanner.bound-details.right.padding = #11 Andrew ___ lilypond-user mailing list lilypond-user@gnu.org ht

Re: Text spanner padding

2019-02-21 Thread Andrew Bernard
Is the proper answer to this LSR 954? If so, how could one put the text at the start and the end, not in the middle? And change the line style to dashed or different? Andrew ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailm

Re: Text spanner shorten-pair

2019-02-13 Thread Trevor Bača
On Wed, Feb 13, 2019 at 8:33 AM Carl Sorensen wrote: > > > > > *From: *Trevor Bača > *Date: *Wednesday, February 13, 2019 at 6:43 AM > *To: *Carl Sorensen > *Cc: *Andrew Bernard , lilypond-user > Mailinglist > *Subject: *Re: Text spanner shorten-pair > > &

A metacomment on Re: Text spanner shorten-pair

2019-02-13 Thread David Wright
Trevor Bača > Date: Wednesday, February 13, 2019 at 6:43 AM > To: Carl Sorensen > Cc: Andrew Bernard , lilypond-user Mailinglist > > Subject: Re: Text spanner shorten-pair > > > > On Tue, Feb 12, 2019 at 6:12 PM Carl Sorensen > mailto:c_soren...@byu.edu>> wrote

Re: Text spanner shorten-pair

2019-02-13 Thread Carl Sorensen
From: Trevor Bača Date: Wednesday, February 13, 2019 at 6:43 AM To: Carl Sorensen Cc: Andrew Bernard , lilypond-user Mailinglist Subject: Re: Text spanner shorten-pair On Tue, Feb 12, 2019 at 6:12 PM Carl Sorensen mailto:c_soren...@byu.edu>> wrote: From: Trevor Bača mailto:t

Re: Text spanner shorten-pair

2019-02-13 Thread Trevor Bača
On Tue, Feb 12, 2019 at 6:12 PM Carl Sorensen wrote: > > > > > *From: *Trevor Bača > *Date: *Tuesday, February 12, 2019 at 3:09 PM > *To: *Carl Sorensen > *Cc: *Andrew Bernard , lilypond-user > Mailinglist > *Subject: *Re: Text spanner shorten-pair > >

Re: Text Spanner ID Layer Spans

2019-02-12 Thread Reggie
Trevor Bača-2 wrote > Hi Reggie, > > To layer text spanners with David N.'s new functionality, you must \tweak > spanner properties rather than overriding them. > > %%% BEGIN %%% > > \version "2.19.82" > \include "text-spanner-id.ly" > { > b1 > - \tweak bound-details.left.text \markup {

Re: Text spanner shorten-pair

2019-02-12 Thread Carl Sorensen
From: Trevor Bača Date: Tuesday, February 12, 2019 at 3:09 PM To: Carl Sorensen Cc: Andrew Bernard , lilypond-user Mailinglist Subject: Re: Text spanner shorten-pair On Fri, Jan 25, 2019 at 11:38 AM Carl Sorensen mailto:c_soren...@byu.edu>> wrote: Question: why are there two ways t

Re: Text Spanner ID Layer Spans

2019-02-12 Thread David Kastrup
Reggie writes: > David Kastrup wrote >> Reggie < > >> reegistoop@ > >> > writes: >> >>> Using a David's function to allow layering spanners, >> >> I like "a David's function". It's like describing a caste of priests. > > Sorry David :)) > Do you know the solution to my question? It turns out

Re: Text Spanner ID Layer Spans

2019-02-12 Thread Trevor Bača
On Tue, Feb 12, 2019 at 5:47 PM Reggie wrote: > David Kastrup wrote > > Reggie < > > > reegistoop@ > > > > writes: > > > >> Using a David's function to allow layering spanners, > > > > I like "a David's function". It's like describing a caste of priests. > > > > -- > > David Kastrup > > > >

Re: Text Spanner ID Layer Spans

2019-02-12 Thread Reggie
David Kastrup wrote > Reggie < > reegistoop@ > > writes: > >> Using a David's function to allow layering spanners, > > I like "a David's function". It's like describing a caste of priests. > > -- > David Kastrup > > ___ > lilypond-user mailing lis

Re: Text Spanner ID Layer Spans

2019-02-12 Thread David Kastrup
Reggie writes: > Using a David's function to allow layering spanners, I like "a David's function". It's like describing a caste of priests. -- David Kastrup ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo

Re: Text spanner shorten-pair

2019-02-12 Thread Trevor Bača
On Fri, Jan 25, 2019 at 11:38 AM Carl Sorensen wrote: > > > > > *From: *Andrew Bernard > *Date: *Friday, January 25, 2019 at 6:21 AM > *To: *lilypond-user Mailinglist > *Subject: *Re: Text spanner shorten-pair > > > > Hi Aaron, > > > > I know. Th

Re: text block as spanner

2019-02-06 Thread Thomas Morley
Am Mi., 6. Feb. 2019 um 12:44 Uhr schrieb Leo Correia de Verdier : > > Thanks a lot to all for the help and all code you’ve written! > I included Thomas'/Harm's multiple-text-spanners-via-id from February third. Credits to David Nalesnik! I did only some minor updating/amending. Best, Harm ___

Re: text block as spanner

2019-02-06 Thread Leo Correia de Verdier
Thanks a lot to all for the help and all code you’ve written! I included Thomas'/Harm's multiple-text-spanners-via-id from February third. This is what I ended up with: \version "2.19.80" \include "multiple-text-spanners-via-id.ly" longTextInstr = #(define-music-function (alongtext) (string?

Re: text block as spanner

2019-02-04 Thread David Nalesnik
Hello Harm! On Sun, Feb 3, 2019 at 1:47 PM Thomas Morley wrote: > > Hi David, > > Am Sa., 2. Feb. 2019 um 21:35 Uhr schrieb David Nalesnik > : > > > > Hi, > > > > On Sat, Feb 2, 2019 at 2:13 PM Thomas Morley > > wrote: > > > > > > Am Sa., 2. Feb. 2019 um 21:09 Uhr schrieb Thomas Morley > > > :

Re: text block as spanner

2019-02-03 Thread Thomas Morley
Hi David, Am Sa., 2. Feb. 2019 um 21:35 Uhr schrieb David Nalesnik : > > Hi, > > On Sat, Feb 2, 2019 at 2:13 PM Thomas Morley wrote: > > > > Am Sa., 2. Feb. 2019 um 21:09 Uhr schrieb Thomas Morley > > : > > > > > A bold workaround is to define the whole infrastructure for > > > TextSpanners with

Re: text block as spanner

2019-02-02 Thread David Nalesnik
Hi, On Sat, Feb 2, 2019 at 2:13 PM Thomas Morley wrote: > > Am Sa., 2. Feb. 2019 um 21:09 Uhr schrieb Thomas Morley > : > > > A bold workaround is to define the whole infrastructure for > > TextSpanners with new/renamed events (class and type), grobs, > > engravers and > > start/stop-commands. >

  1   2   3   4   5   6   7   >