Re: can bendAfter be made to skip over notes?

2020-10-26 Thread Aaron Hill
On 2020-10-26 10:54 pm, Aaron Hill wrote: On 2020-10-26 7:37 pm, 98123981293 1293812397123 wrote: Hi list, I usually use the following snippet to handle glissandi across hidden noteheads: glissandoSkipOn = { \override NoteColumn.glissando-skip = ##t \hide NoteHead \override

Re: can bendAfter be made to skip over notes?

2020-10-26 Thread Aaron Hill
On 2020-10-26 7:37 pm, 98123981293 1293812397123 wrote: Hi list, I usually use the following snippet to handle glissandi across hidden noteheads: glissandoSkipOn = { \override NoteColumn.glissando-skip = ##t \hide NoteHead \override Accidental.transparent = ##t \override

can bendAfter be made to skip over notes?

2020-10-26 Thread 98123981293 1293812397123
Hi list, I usually use the following snippet to handle glissandi across hidden noteheads: glissandoSkipOn = { \override NoteColumn.glissando-skip = ##t \hide NoteHead \override Accidental.transparent = ##t \override NoteHead.no-ledgers = ##t } is it possible to implement something

Re: I ought to have a bar line here...

2020-10-26 Thread Thomas Morley
Am Mo., 26. Okt. 2020 um 23:47 Uhr schrieb Carl Sorensen : > > > > On Mon, Oct 26, 2020 at 4:35 PM Thomas Morley > wrote: >> >> Hi Carl, >> >> Am Mo., 26. Okt. 2020 um 23:04 Uhr schrieb Carl Sorensen >> : >> > >> > Try this: >> >> > \defineBarLine ".|:-|." #'("|." ".|:" "") >> >> Though,

Re: I ought to have a bar line here...

2020-10-26 Thread Carl Sorensen
On Mon, Oct 26, 2020 at 4:35 PM Thomas Morley wrote: > Hi Carl, > > Am Mo., 26. Okt. 2020 um 23:04 Uhr schrieb Carl Sorensen < > c_soren...@byu.edu>: > > > > Try this: > > > \defineBarLine ".|:-|." #'("|." ".|:" "") > > Though, \defineBarLine ".|:-|." #'("|." ".|:" #f) _should_ work as well. > >

Re: I ought to have a bar line here...

2020-10-26 Thread Carl Sorensen
On Mon, Oct 26, 2020 at 4:07 PM Mike Dean wrote: > Hi Carl: > Is \include "english.ly" different from \language "english"? > It's an old form that predates \language "english". I'm an old dog, so sometimes I forget the new tricks. At any rate, your snippet didn't include \language "english",

Re: I ought to have a bar line here...

2020-10-26 Thread Thomas Morley
Hi Carl, Am Mo., 26. Okt. 2020 um 23:04 Uhr schrieb Carl Sorensen : > > Try this: > \defineBarLine ".|:-|." #'("|." ".|:" "") Though, \defineBarLine ".|:-|." #'("|." ".|:" #f) _should_ work as well. It's a bug in 'ly:bar-line::calc-anchor' in bar-line.scm, triggered by the RehearsalMark

Re: I ought to have a bar line here...

2020-10-26 Thread Aaron Hill
On 2020-10-26 3:03 pm, Mike Dean wrote: Hi Carl: Is \include "english.ly" different from \language "english"? Part of my residing in the weeds is not being sure where \define command (and its relatives like \defineBarLine) ought to go...while the compilation didn't crash, the bar line

Re: I ought to have a bar line here...

2020-10-26 Thread Mike Dean
Ah, success! (Carl: you probably took out the barline repeat I had at the Trio, but it just now dawned on me to do that) Thanks for your help!!! Mike Dean On Mon, Oct 26, 2020 at 3:03 PM Mike Dean wrote: > Hi Carl: > Is \include "english.ly" different from \language "english"? > > Part of my

Re: I ought to have a bar line here...

2020-10-26 Thread Mike Dean
Hi Carl: Is \include "english.ly" different from \language "english"? Part of my residing in the weeds is not being sure where \define command (and its relatives like \defineBarLine) ought to go...while the compilation didn't crash, the bar line construction was ignored in this case Mike Dean

Re: I ought to have a bar line here...

2020-10-26 Thread Carl Sorensen
Try this: \version "2.20.00" \include "english.ly" \defineBarLine ".|:-|." #'("|." ".|:" "") { \repeat volta 2 { d2 d8 c d e | f4 f8. e16 d2 | e2 e8 d e f | g4 g8. f16 e2 | a4 a8. g16 f8. g16 a8. f16 | g4 g8. f16 e8. f16 g8. e16 | g4 a8. g16 f8. f16 e8. e16 | d4 g8. g16 g4 r8 g, | c4.

Re: I ought to have a bar line here...

2020-10-26 Thread Mike Dean
Still stumped \version "2.20.0" { \alternative { {c c8. c16 c4 r } {c c8. c16 c4\mark "Fine" r \markup \vspace #1 \defineBarLine ".|:-|." #'("|." ".|:" #f) \markup \bold \typewriter "\".|:-|.\"" \bar ".|:-|." } } \break \repeat volta 2 { \bar ".|:"\mark "Trio" a4.\p r16

Re: OOoLilyPond: new repository

2020-10-26 Thread Klaus Blum
Ooops... Hi Andrew (where did I grab the name "Martin"?) Sorry...

Re: OOoLilyPond: new repository

2020-10-26 Thread Klaus Blum
Hi Martin, Am 25.10.2020 um 16:17 schrieb lilypond-user-requ...@gnu.org: >Hi Klaus, I will be opening the newly revivified openLilyLib repository in the next couple of weeks. I'm sorry I have not been able to do it instantly! It would be great if you could come back over there. I am trying

Re: architecture document?

2020-10-26 Thread David Rogers
Tom Sgouros writes: Hello all: I've recently started using Lilypond and so far it's great. I don't think I'm saying anything surprising by observing what seems to be a close family resemblance to TeX. Did it start out as TeX macros and diverge?  I wonder if there is a document out there