Multiple staffs for a div. section

2021-09-28 Thread Evan Driscoll
I am probably missing something fundamental in my LilyPond knowledge that would help with the following question, but I'm not sure what it is, and I'm having a lot more difficulty than normal figuring out what to look for in the manual. Anyway, the piece starts off in unison, then has a div. secti

Re: alternate fretboard table

2021-09-28 Thread David Kastrup
Gary Brookman writes: > Thank you Carl. > > You made it plenty clear, but I still ignored it. 🙂 A much sought after skill for modern political debates. I am glad that the discussions here lean a bit more towards the old-fashioned. -- David Kastrup

Re: alternate fretboard table

2021-09-28 Thread Gary Brookman
Thank you Carl. You made it plenty clear, but I still ignored it. 🙂 Maybe I'm on the path now. From: Carl Sorensen Sent: Tuesday, September 28, 2021 3:47 PM To: Gary Brookman ; lilypond-user@gnu.org Subject: Re: alternate fretboard table Gary, You need to

Re: alternate fretboard table

2021-09-28 Thread Carl Sorensen
Gary, You need to uncomment one of the commented lines: \context FretBoards % you can use the \with syntax by uncommenting the next line % \with {predefinedDiagramTable = \swing-fretboard-table} Or % or you can use the \set format by uncommenting the next line %\set predef

Re: alternate fretboard table

2021-09-28 Thread Gary Brookman
Thank you for the quick response. Regarding the learning part. I'm impressed by the depth of the documentation and especially all the snippets/sample code. What I know about me is that reading an entire manual without playing with the code at each step doesn't w

Re: Removing Unwanted Span Bar

2021-09-28 Thread Ernie Braganza
Thanks! That worked. I removed it in the RhythmicStaff context. On Tue, Sep 28, 2021 at 2:03 PM Jean Abou Samra wrote: > Le 28/09/2021 Ă  19:38, Ernie Braganza a Ă©crit : > > I want to have a RhythmicStaff and I see an unwanted span bar. Here's > > the smallest code sample I could think of as an e

Re: More complex preprocessing with scheme

2021-09-28 Thread Jean Abou Samra
Le 27/09/2021 à 17:05, Andrew Zah a écrit : Hi all, Is it possible to do something like have lilypond evaluate a Scheme file in order to do more complicated preprocessing of song files? Ultimately I'd like to have a template and then include files like so, based on some logic: % ... \bookp

Re: Removing Unwanted Span Bar

2021-09-28 Thread Jean Abou Samra
Le 28/09/2021 à 19:38, Ernie Braganza a écrit : I want to have a RhythmicStaff and I see an unwanted span bar. Here's the smallest code sample I could think of as an example. I tried  \remove "Span_bar_engraver" but that didn't work. I've also attached a screenshot. I am running Lilypond 2.22

Re: Removing Unwanted Span Bar

2021-09-28 Thread Ernie Braganza
Missing attachment for SpanBar iasasue On Tue, Sep 28, 2021 at 1:38 PM Ernie Braganza wrote: > I want to have a RhythmicStaff and I see an unwanted span bar. Here's > the smallest code sample I could think of as an example. I tried \remove > "Span_bar_engraver" but that didn't work. I've also a

Removing Unwanted Span Bar

2021-09-28 Thread Ernie Braganza
I want to have a RhythmicStaff and I see an unwanted span bar. Here's the smallest code sample I could think of as an example. I tried \remove "Span_bar_engraver" but that didn't work. I've also attached a screenshot. I am running Lilypond 2.22.1 on Debian Linux. Thanks for your help! \version

Re: alternate fretboard table

2021-09-28 Thread Carl Sorensen
From: lilypond-user on behalf of Gary Brookman Date: Tuesday, September 28, 2021 at 8:40 AM To: "lilypond-user@gnu.org" Subject: alternate fretboard table I'm a complete Lilypond neophyte, so please excuse me if I'm missing the basics. Welcome! We love to have new people getting into LilyP

alternate fretboard table

2021-09-28 Thread Gary Brookman
I'm a complete Lilypond neophyte, so please excuse me if I'm missing the basics. I am learning to play rhythm to jazz standards. A friend is an expert on voicings used in big band and swing settings, and none of these are in the predefined fretboard table. After some reading, what makes sense to

Re: Moving tuplet brackets

2021-09-28 Thread Paul Hodges
On 28/09/2021 10:18:30, "Lukas-Fabian Moser" wrote: >Please try and give an example of your LilyPond code, if possible. This >enables people to help with your concrete situation. I understand that; but I wanted to see clean-page suggestions, as I felt the code I already had was way over the top

Re: Single incipit bar for a staff group of two instruments

2021-09-28 Thread Marcin Damianiak
Hi, Thank you so much, it works superb! And also thanks a million for your adjustments of my code - it looks just terrific. Best, Marcin wt., 28 wrz 2021 o 00:10 Thomas Morley napisał(a): > Am Sa., 25. Sept. 2021 um 17:39 Uhr schrieb Marcin Damianiak > : > > > > Dear All, > > > > I'd like to a

Re: Moving tuplet brackets

2021-09-28 Thread Lukas-Fabian Moser
In this case, I'm not sure what Harm did to ensure horizontal position of tuplet brackets. In the following solution, I'm doing a bit of a hack: I ask LilyPond to place the tuplet bracket outside everything else (that's the value of outside-staff-priority), and then I force them to be hori

Re: CHanging the = sign in a metronome mark

2021-09-28 Thread Peter Toye
Paul, Thanks - I hadn't realised this. Now I see it's in NR. Best regards, Peter mailto:lilyp...@ptoye.com www.ptoye.com - Tuesday, September 28, 2021, 10:18:20 AM, Paul Hodges wrote: > On 28/09/2021 10:02:24, "Peter Toye" wrote: >> I want to change the "=" to "~" or

Re: CHanging the = sign in a metronome mark

2021-09-28 Thread Paul Hodges
On 28/09/2021 10:02:24, "Peter Toye" wrote: >I want to change the "=" to "~" or "ca." in a metronome mark but I >can't see how to do it. There's a 'stencil' property but I assume that >refers to the entire MM and not the equals sign. Can someone please >help? You can use arbitrary markup in

Re: Moving tuplet brackets

2021-09-28 Thread Leo Correia de Verdier
I can’t tell for sure without seeing the code, but I think you may not need very advanced code to force the brackets horizontal in your case, and that something like this is what you’re after: \version "2.22.1" \fixed c'' { \override TupletBracket.direction = #UP \override Tuple

Re: Moving tuplet brackets

2021-09-28 Thread Lukas-Fabian Moser
Hi Paul, Am 28.09.21 um 10:46 schrieb Paul Hodges: I am at present being asked to put a lot of tuplet brackets on the same side of the staff (above) as slurs, and this is leading to a lot of collisions. I could deal with them individually (a lot of work), but is there something I can do to to f

Re: Beams over rests

2021-09-28 Thread N. Andrew Walsh
Hi Paul, I'm sure you know of the override pair: \override Stem.stemlet-length = #0.5 \override Stem.details.beamed-lengths = #'(4.75) ( music with beamed rests here ) \revert Stem.stemlet-length \revert Stem.details.beamed-lengths I'm not aware of any way to set this globally. Well, the first o

Beams over rests

2021-09-28 Thread Paul Hodges
The composer I'm working on is very fond of having beams over rests - and indeed it helps a lot in reading his more complex rhythms. However, LilyPond is treating rests differently from notes, in that beam positions are adjusted to suit the notes, whereas rests are then adjusted to suit the be

CHanging the = sign in a metronome mark

2021-09-28 Thread Peter Toye
I want to change the "=" to "~" or "ca." in a metronome mark but I can't see how to do it. There's a 'stencil' property but I assume that refers to the entire MM and not the equals sign. Can someone please help?   Thanks in advance Peter mailto:lilyp...@ptoye.com www.ptoye.com

Moving tuplet brackets

2021-09-28 Thread Paul Hodges
I am at present being asked to put a lot of tuplet brackets on the same side of the staff (above) as slurs, and this is leading to a lot of collisions. I could deal with them individually (a lot of work), but is there something I can do to to force tuplet brackets away from slurs (outside them