Re: Incipit alignment

2022-04-19 Thread Adam Griggs
Okay, here you go. Had to adjust the score to accommodate lyrics. Good luck! On 20/4/22 2:15 am, Martin Baker wrote: Thank you Adam, your solution works nicely. I tried to add lyrics to your sample but my usual method isn’t working - can you see why? It’s an 8-voice motet by Croce.

Very large score (for benchmarking purposes)

2022-04-19 Thread Jean Abou Samra
Hi there, By any chance, would anybody have a very large score to hand (say, something taking more than two minutes to compile at least), preferably running under current versions, or under not too old versions? In particular, I am testing a change that is mostly relevant for large \score

Re: Incipit alignment

2022-04-19 Thread Martin Baker
Thank you Adam, your solution works nicely. I tried to add lyrics to your sample but my usual method isn’t working - can you see why? It’s an 8-voice motet by Croce. IncipitExampleRevA.ly Description: Binary data

Typesetting some cue notes

2022-04-19 Thread Evan Driscoll
I'm reproducing a part where my instrument has a whole measure rest with a fermata, while another one goes off and has a miniature cadenza. There are some cue notes at the end of the measure that I want to write out. I'm having two problems: * The duration of the cue notes is longer than an

Re: Incipit alignment

2022-04-19 Thread Adam Griggs
Came back for another go. This time I've defined a variable called instrumentNameFieldWidth and used \markup \overlay to create a custom-width field just for the part names. It's a bit of a manual hack and isn't the elegant auto-solution you wanted, but it works. Disregard my earlier

Re: Incipit alignment

2022-04-19 Thread Remy CLAVERIE
Attached an other way to create aligned incipits.HTHRémyenvoyé : 19 avril 2022 à 16:34de : Adam Griggs à : lilypond-user@gnu.orgobjet : Re: Incipit alignmentUse that \incipit command, and move as much as you can to the \layout block to simplify the \score.See the attached file for how I do it.

Re: Incipit alignment

2022-04-19 Thread Adam Griggs
Use that \incipit command, and move as much as you can to the \layout block to simplify the \score. See the attached file for how I do it. One catch though: you said you'd like the part names to be left-aligned. Sorry, I don't have time to set that up right now. Out of curiosity, what piece

Re: Incipit alignment

2022-04-19 Thread Martin Baker
Thanks, David, that’s very helpful and certainly an improvement. I’ll keep working along the lines you suggest. M > On 19 Apr 2022, at 14:41, David Kastrup wrote: > > Martin Baker writes: > >> Ah, I thought I’d deleted everything unnecessary, but missed the >> “system-spacing = “ line. Code

Re: Incipit alignment

2022-04-19 Thread David Kastrup
Martin Baker writes: > Ah, I thought I’d deleted everything unnecessary, but missed the > “system-spacing = “ line. Code re-pasted below. Well, I outcommented it. You could try doing it in this manner: \version "2.22.2" \language "english" incipitwidth = 5 global = { \key g \major }

Re: Incipit alignment

2022-04-19 Thread Martin Baker
Ah, I thought I’d deleted everything unnecessary, but missed the “system-spacing = “ line. Code re-pasted below. Also, I think the screenshot of the problem didn’t get through so I’ve put it here instead: https://www.dropbox.com/s/tlx9ru9x85u92yi/IncipitAlignment.png?dl=0

Re: Incipit alignment

2022-04-19 Thread David Kastrup
Martin Baker writes: > Hi David. Thanks so much for your quick response. Does the attached code > help? M > > \paper{ > indent = 3.5\cm > system-system-spacing = > } Quite better, but what was intended above? That's not valid syntax. -- David Kastrup

Re: Incipit alignment

2022-04-19 Thread Martin Baker
Hi David. Thanks so much for your quick response. Does the attached code help? M \version "2.22.2" \language "english" incipitwidth = 5 global = { \key g \major } SopranoOne = \relative c'' { e1 | } AltoOne = \relative c''

Re: Incipit alignment

2022-04-19 Thread David Kastrup
Martin Baker writes: > Hello. Does anyone have a solution to the ugly alignment of the part > names / incipit in the attached screenshot? > incipitCantus = \markup { > \score > { > { > \set Staff.instrumentName = "Cantus" > \override NoteHead.style = #'neomensural > \override Rest.style =

Incipit alignment

2022-04-19 Thread Martin Baker
Hello. Does anyone have a solution to the ugly alignment of the part names / incipit in the attached screenshot? I would like the part names to be left-aligned and the incipits to be of equal width and aligned. I’ve pasted some relevant bits of the code I’m using below. Adding some spaces next

Re: changing lyrics font-style to italics

2022-04-19 Thread Stefan Thomas
Dir Rip_Mus, thanks for the tip! It works! Am Mo., 18. Apr. 2022 um 19:37 Uhr schrieb Rip _Mus < ripetizioni.mus...@gmail.com>: > Dear Stefan, > have a look: > > \version "2.22.1" > > \score { > \new Staff = "voce" > { > \new Voice = "main" { > \relative c' { > << >

Re: Reducing length of stems of beamed notes after \stopStaff

2022-04-19 Thread Richard Shann
On Mon, 2022-04-18 at 11:34 +0200, Thomas Morley wrote: > Am Sa., 16. Apr. 2022 um 13:49 Uhr schrieb Nate Whetsell > : > > > > I’m trying to put some beamed notes (no staff lines, time > > signature, or anything else) in a \markup block. To do this, I’m > > using a Staff with several engravers