Re: trouble with alignment for a guitar piece

2020-06-28 Thread Leo Correia de Verdier
For the doubled b (the first notes) you’ll want \once \override NoteColumn.force-hshift = #1 before the b in voice 2 > 28 juni 2020 kl. 23:34 skrev Mark Stephen Mrotek : > > Jasmuth, > > See the attached. > > Mark > > From: lilypond-user >

RE: trouble with alignment for a guitar piece

2020-06-28 Thread Mark Stephen Mrotek
Leo, Yes, thank you. In measure 2, how to align the c4. with the e2. In measure 3, why does "\mergeDifferentlyDottedOn" not apply to the g8 and the g4? Mark -Original Message- From: Leo Correia de Verdier [mailto:leo.correia.de.verd...@gmail.com] Sent: Sunday, June 28, 2020 3:26 PM

New openLilyLib feature: properties

2020-06-28 Thread Urs Liska
Hi all, triggered by a new analysis.highlighters module that Klaus Blum shared with me last week I had a few feature/functionality wishes that I implemented, especially a kind of stylesheet support and selective activation of elements. I quickly realized that this should be generalized and

RE: trouble with alignment for a guitar piece

2020-06-28 Thread Mark Stephen Mrotek
Jasmuth, See the attached. Mark From: lilypond-user [mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of jasm...@gmail.com Sent: Sunday, June 28, 2020 12:04 PM To: lilypond-user@gnu.org Subject: trouble with alignment for a guitar piece Hi lilypond folks,

Re: More Regexp help

2020-06-28 Thread Freeman Gilmore
Arron, I am replying to this knowing that some code is wrong. On Sun, Jun 28, 2020 at 1:05 AM Aaron Hill wrote: > > On 2020-06-27 6:45 pm, Freeman Gilmore wrote: > > I have a string of accidentals and I want the sum of their deviation. > > > > If I have the string, “a bx3 cd -jk -DRx2 rtyu -HJK

Re: trouble with alignment for a guitar piece

2020-06-28 Thread jasmuth
Thank you both! I've got it working. On Sun, Jun 28, 2020 at 6:26 PM Leo Correia de Verdier < leo.correia.de.verd...@gmail.com> wrote: > For the doubled b (the first notes) you’ll want > > \once \override NoteColumn.force-hshift = #1 > > before the b in voice 2 > > > 28 juni 2020 kl. 23:34 skrev

Re: Snippet "Clef change and repeat barline"

2020-06-28 Thread Pierre Perol-Schneider
Hi Harm, Le sam. 27 juin 2020 à 10:39, Thomas Morley a écrit : ... > Some Remarks: > (a) Your override > \once\override Staff.TimeSignature.space-alist = > #'((first-note . (fixed-space . 0))) > will replace the default space-alist with your setting, i.e. the other > default settings

Re: More Regexp help

2020-06-28 Thread Aaron Hill
Sorry. I included the wrong version of the code, before I had reduced/simplified some of the regular expressions. See changes below: On 2020-06-27 10:04 pm, Aaron Hill wrote: - Broken into individual steps, as you have requested:

-djob-count usage?

2020-06-28 Thread Han-Wen Nienhuys
Dear LilyPond users: quick question for an unscientific poll. We have a -djob-count option, which works well for speeding up large lilypond-book documents. Is there anyone that uses this option outside of lilypond-book? thanks! -- Han-Wen Nienhuys - hanw...@gmail.com -

Re: Harmonics in tablature

2020-06-28 Thread Lukas-Fabian Moser
Hi Valentin, This is a certain limitation in how the harmonicByFret-Function works. It will calculate the pitch for the given note, thus the Noteheads are automatically placed onto higher strings. Thus you eighter will have to manually specify the string number, or you might do something like

Re: Harmonics in tablature

2020-06-28 Thread Phil Holmes
- Original Message - From: "Lukas-Fabian Moser" To: Sent: Saturday, June 27, 2020 8:12 AM Subject: Harmonics in tablature Folks, Stacy's question ("Three problems with harmonics") prompted me to try LilyPond's tablature facilities for the first time. I beg forgiveness for using it

Re: Three problems with harmonics (pitch and chords)

2020-06-28 Thread Stacy Fatemi
Thank you both so much for these two fixes, now I can finish the rest of the song!! On Sat, Jun 27, 2020 at 2:34 AM Pierre Perol-Schneider < pierre.schneider.pa...@gmail.com> wrote: > Hi Stacy, > As Lukas said, do you really need the relative mode ? > I'd do: > > \version "2.18.2" > > \score { >

Re: trouble with alignment for a guitar piece

2020-06-28 Thread jasmuth
Ok I messed around and in fact I did have a rhythm issue. My remaining question is about controlling whether or not notes double. With the following .ly file, I want only the first b' to be doubled. The c' in the second measure should not be. ---pasillo_n1.ly--- \version "2.18.2" \header {

Re: trouble with alignment for a guitar piece

2020-06-28 Thread jasmuth
More progress (sorry for the train of thought... I hope I'm not wasting anyone's time)... they get doubled when one is dotted, and they're joined when one is not. That totally makes sense, and the composer was being creative with blank space and stem alignment to make rhythm clear. I can add in