Re: markup for circular bowing

2024-02-29 Thread Trevor Bača
(can also be > scheme code)? > > I couldn't find anything similar in the docs/internet. > > -- > Orm > -- Trevor Bača www.trevorbaca.com soundcloud.com/trevorbaca

Are hyphens no longer required to prefix postevent tweaks?

2023-07-21 Thread Trevor Bača
hough ... \relative { c' \tweak thickness #5 ( d e f) } % no hyphen ... works under 2.25.6. Thanks so much for this! Trevor. -- Trevor Bača www.trevorbaca.com soundcloud.com/trevorbaca

Re: Tweak grobs with callback output?

2023-07-19 Thread Trevor Bača
lly colors only the inner tuplet bracket:" \markup \vspace #1 { \times 2/3 { \tweak color #(lambda (grob) (if (equal? DOWN (ly:grob-property grob 'direction)) red blue)) \times 2/3 { c'4 c' c' } c'2 c'2 } } %%% END %%% Thanks very much again, Jean. Trevor. --

Tweak grobs with callback output?

2023-07-19 Thread Trevor Bača
\tweak color #(if (equal? DOWN (ly:grob-property grob 'direction)) red blue) \times 2/3 { c'4 c' c' } c'2 c'2 } } %%% END %%% Is there a way to tweak grobs with callback output? Trevor. -- Trevor Bača www.trevorbaca.com soundcloud.com/trevorbaca

Re: How to return markup conditionally?

2023-07-19 Thread Trevor Bača
On Wed, Jul 19, 2023 at 2:24 AM David Kastrup wrote: > Trevor Bača writes: > > > Hi, > > > > I'd like the left text of red text spanners to be set to "foo", and to > set > > the left text of all other text spanners to "bar". > > >

How to return markup conditionally?

2023-07-18 Thread Trevor Bača
red (ly:grob-property grob 'color)) (markup "foo") (markup "bar"))) c'1 - \tweak color #red \startTextSpan c'1 \stopTextSpan } %%% END %%% What's the right way to return markup from a Scheme function? Trevor. -- Trevor Bača www.trevorbaca.com soundcloud.com/trevorbaca

Re: How to supply missing end-of-system bar line?

2023-07-18 Thread Trevor Bača
On Tue, Jul 18, 2023 at 6:30 PM Jean Abou Samra wrote: > Le mardi 18 juillet 2023 à 18:07 -0400, Trevor Bača a écrit : > > Is this intentional? And, if it is, is there a way to re-supply the > missing bar line? > > > > Yes, and yes. This is a frequent question, so I've

How to supply missing end-of-system bar line?

2023-07-18 Thread Trevor Bača
e a way to re-supply the missing bar line? Thanks, Trevor. -- Trevor Bača www.trevorbaca.com soundcloud.com/trevorbaca

Re: How to test grob color?

2023-07-18 Thread Trevor Bača
me@(guile-user) [1]> ,q > scheme@(guile-user)> (equal? 1 2) > $4 = #f > scheme@(guile-user)> (equal? 1 1) > $5 = #t > scheme@(guile-user)> (equal? 1 1.0) > $6 = #f > scheme@(guile-user)> (equal? 'a 'b) > $7 = #f > > Hi Jean, Thank you so much; exactly what I needed to know. Trevor. -- Trevor Bača www.trevorbaca.com soundcloud.com/trevorbaca

How to test grob color?

2023-07-18 Thread Trevor Bača
: red: { \once \override TupletBracket.thickness = #(lambda (grob) (if (= red (ly:grob-property grob 'color)) 3)) \tweak color #red \times 2/3 { c'2 c'2 c'2 } } %%% END %%% Thanks for any ideas, Trevor. -- Trevor Bača www.trevorbaca.com soundcloud.com/trevorbaca

Re: LilyPond 2.23.80

2022-10-27 Thread Trevor Bača
or instructions how to > set up the provided binaries: > https://lilypond.org/doc/v2.23/Documentation/learning/installing > -- Trevor Bača www.trevorbaca.com soundcloud.com/trevorbaca

Re: LilyPond 2.23.7 released

2022-04-08 Thread Trevor Bača
ytecode) and on Windows, where it is now possible to extract > the provided zip archive with the Windows Explorer and use special > characters in filenames. Please test this release and let us know about > problems that you encounter. > -- Trevor Bača www.trevorbaca.com soundcloud.com/trevorbaca

Re: Why does -dbackend=svg -dcrop remove system-system-spacing?

2021-01-12 Thread Trevor Bača
On Fri, Jan 8, 2021 at 6:02 PM David Wright wrote: > On Thu 07 Jan 2021 at 19:57:12 (-0500), Trevor Bača wrote: > > On Wed, Jan 6, 2021 at 2:29 PM David Wright wrote: > > > On Wed 06 Jan 2021 at 11:34:24 (-0500), Trevor Bača wrote: > > > > On Tue, Jan 5, 2021

Re: Why does -dbackend=svg -dcrop remove system-system-spacing?

2021-01-07 Thread Trevor Bača
On Wed, Jan 6, 2021 at 2:29 PM David Wright wrote: > On Wed 06 Jan 2021 at 11:34:24 (-0500), Trevor Bača wrote: > > On Tue, Jan 5, 2021 at 11:31 PM David Wright wrote: > > > On Tue 05 Jan 2021 at 19:05:30 (-0500), Trevor Bača wrote: > > > > I love the functionality

Re: Why does -dbackend=svg -dcrop remove system-system-spacing?

2021-01-06 Thread Trevor Bača
On Tue, Jan 5, 2021 at 11:31 PM David Wright wrote: > On Tue 05 Jan 2021 at 19:05:30 (-0500), Trevor Bača wrote: > > I love the functionality for cropped SVGs! (Added back in 2019, or around > > then?) > > > > Question: it appears that cropped multisystem SVGs remove

Re: [bug] 2.20.0 -> 2.21.1 Multi_measure_rest_engraver

2020-05-07 Thread Trevor Bača
On Wed, May 6, 2020 at 7:06 PM David Kastrup wrote: > Valentin Villenave writes: > > > On 5/6/20, Trevor Bača wrote: > >> The following MWE works under 2.20.0 but crashes LilyPond under 2.21.1. > > > > Wow, that’s a nice one. I’m marking this as Critical

[bug] 2.20.0 -> 2.21.1 Multi_measure_rest_engraver

2020-05-06 Thread Trevor Bača
{ R1 } } \new Staff { \time 4/4 R1 } >> ### END ### GNU LilyPond 2.21.1 Processing `illustration.ly' Parsing... Interpreting music... Preprocessing graphical objects... < halt > The workaround appears to be to use 2.20.0 until the 2.21.1 bug can be tracked down. Trevor.

Re: \offset Y-offset

2020-02-18 Thread Trevor Bača
icating your problem-solving approach. Thank you for taking the time to write it up; I learned details of grob spacing that I didn't know I'd been missing for several years. Trevor. -- Trevor Bača www.trevorbaca.com soundcloud.com/trevorbaca

Release notification: Abjad 3.1

2019-12-18 Thread Trevor Bača
features in this release; highlights follow below. Here's to happy composing and to time with friends and family over the holiday season. We hope you enjoy, Trevor Bača * mail: trevor.b...@gmail.com * home: http://www.trevorbaca.com/ Josiah Wolf Oberholtzer * mail: josiah.oberholt...@gmail.com

Re: Spacing of clef change

2019-12-01 Thread Trevor Bača
.Clef.before-line-breaking = #(lambda (grob) >(and (eq? LEFT (ly:item-break-dir grob)) > (set! (ly:grob-property grob 'X-extent) '(-2 . 2 > \clef "tenor" > \repeat unfold 7 { > g8 g g2. > } > } > > > &

Re: Bug: restarting staff destroys DynamicLineSpanner.staff-padding after line break

2019-03-11 Thread Trevor Bača
On Thu, Mar 7, 2019 at 2:14 AM David Kastrup wrote: > Trevor Bača writes: > > > Restarting the staff during the lifespan of a multisystem > > DynamicLineSpanner destroys the value of DynamicLineSpanner properties > > (like staff-padding) that were set when the DynamicLin

Bug: restarting staff destroys DynamicLineSpanner.staff-padding after line break

2019-03-06 Thread Trevor Bača
imum-distance = 30 } %%% END %%% [image: restart-staff-dynamic-line-spanner-bug.png] Thanks, Trevor. -- Trevor Bača www.trevorbaca.com soundcloud.com/trevorbaca ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/list

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. > >> > >> \overrid

Re: Text spanner padding

2019-02-28 Thread Trevor Bača
"stop text span on bar line", which seems to be what Andrew is actually engraving in this excerpt. Trevor. -- Trevor Bača www.trevorbaca.com soundcloud.com/trevorbaca ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Proportional spacing bug: chained \noBreaks + \newSpacingSection

2019-02-16 Thread Trevor Bača
c'4 c'4 c'4 c'4 c'4 } %%% END %%% Visual: [image: correct-output.png] Note, again, that *all* measures spaced incorrectly must carry a \noBreak command; removing *any one* of the three \noBreak commands in the bug snippet causes the bug to disappear. Trevor. -- Trevor Bača www

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

Re: Can alternateTextSpannerEngraver now completely replace Text_spanner_engraver in a public release?

2019-02-13 Thread Trevor Bača
On Wed, Feb 13, 2019 at 8:35 AM David Kastrup wrote: > David Nalesnik writes: > > > On Wed, Feb 13, 2019 at 7:49 AM Trevor Bača > wrote: > >> > >> Could somebody else possibly provide James a patch of David N.'s > >> alternateTextSpannerEngraver? >

Re: Can alternateTextSpannerEngraver now completely replace Text_spanner_engraver in a public release?

2019-02-13 Thread Trevor Bača
On Wed, Feb 13, 2019 at 4:58 AM James Lowe wrote: > Hello Trevor, > > On Tue, 12 Feb 2019 16:45:35 -0600, Trevor Bača > wrote: > > > > > > Question: is it now possible to replace Text_spanner_engraver with David > > N.'s extended implementation, in

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 Trevor Bača
- \tweak bound-details.left.text \markup { \upright "rit." } \startTextSpanOne - \tweak bound-details.left.text \markup { \upright "other span" } \startTextSpanTwo c e, \stopTextSpanOne c \stopTextSpanTwo } %%% END %%% [image: layered-start-stop.png] Tr

Can alternateTextSpannerEngraver now completely replace Text_spanner_engraver in a public release?

2019-02-12 Thread Trevor Bača
t's been missing in LilyPond since inception, which is fantastic. Question: is it now possible to replace Text_spanner_engraver with David N.'s extended implementation, in a coming public release of LilyPond? Trevor. -- Trevor Bača www.trevorbaca.com soundclou

Re: Text spanner shorten-pair

2019-02-12 Thread Trevor Bača
of each method. > Hi Carl, hi Andrew, Also agreed that this is very much a bug; I've watched beginners get hit by it many times. Question: why are there two ways to move around the ends of spanners (padding vs. shortening)? I can't think of a reason that's motivated by music notation. Which may

Re: Clef moves notes why??

2019-02-12 Thread Trevor Bača
> lilypond-user mailing list > lilypond-user@gnu.org > https://lists.gnu.org/mailman/listinfo/lilypond-user > -- Trevor Bača www.trevorbaca.com soundcloud.com/trevorbaca ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Use of \vspace and \hspace

2019-02-12 Thread Trevor Bača
gt;> lilypond-user@gnu.org >> https://lists.gnu.org/mailman/listinfo/lilypond-user >> > ___ > lilypond-user mailing list > lilypond-user@gnu.org > https://lists.gnu.org/mailman/listinfo/lilypond-user > -- Trevor Bača www.trevorbaca.com soundcloud.com/trevorbaca ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Overrun of right margin

2019-02-12 Thread Trevor Bača
2 { f'8\glissando e''8\glissando } f'1 > } > > > If you omit setting 'breakable to true, you'll see the result extends > all on one line. > > -- Aaron Hill > > ___ > lilypond-user mailing list > lilypond-user@gnu.org &

Re: using Lilypond as a graphical drawing app

2018-12-12 Thread Trevor Bača
reetlings, Hraban > --- > fiëé visuëlle > Henning Hraban Ramm > https://www.fiee.net > > > > > > ___ > lilypond-user mailing list > lilypond-user@gnu.org > https://lists.gnu.org/mailman/listinfo/lilypond-user > -- Trevor

Re: Schenker graph example

2018-12-07 Thread Trevor Bača
; > Kieren MacMillan, composer > ‣ website: www.kierenmacmillan.info > ‣ email: i...@kierenmacmillan.info > > ___ > lilypond-user mailing list > lilypond-user@gnu.org > https://lists.gnu.org/mailman/listinfo/lilypond-use

Re: Polymeter Question

2018-12-07 Thread Trevor Bača
-- > Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html > > ___ > lilypond-user mailing list > lilypond-user@gnu.org > https://lists.gnu.org/mailman/listinfo/lilypond-user > -- Trevor Bača www.trevorbaca.com soundcloud.com/trev

Re: Does LilyPond on MacOS 10.14 (Mojave)?

2018-12-07 Thread Trevor Bača
). > I also tried Frescobaldi and it works just fine as well. > > Cheers, > > -- > JJ Fleck > Physique et Informatique > PCSI1 Lycée Kléber > ___ > lilypond-user mailing list > lilypond-user@gnu.org > https://l

Re: Baseline align in TextSpanner

2018-10-17 Thread Trevor Bača
R1 | > \tempo \markup { \baseline-align \large "p" } > R1 | > <>\startTempoSpan "a" > R1 > <>\stopTempoSpan | > R1 | > <>\startTempoSpan "p" > R1 > <>\stopTempo

Re: Define new articulation with markup or path (instead of glyph)

2018-10-17 Thread Trevor Bača
" references will propagate to "b" and > > "c". > > > > Upon reflection, this all makes sense. So, one should probably be > > explicit about copying and use list-copy (shallow) or copy-tree > > (deep), as needed. > > > > -- Aaron Hill > > > > ___ > > lilypond-user mailing list > > lilypond-user@gnu.org > > https://lists.gnu.org/mailman/listinfo/lilypond-user > > > ___ > lilypond-user mailing list > lilypond-user@gnu.org > https://lists.gnu.org/mailman/listinfo/lilypond-user > -- Trevor Bača www.trevorbaca.com soundcloud.com/trevorbaca ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: hide entire tuplet entity

2018-08-27 Thread Trevor Bača
b4\sustainOff} b4\sustainOn \tuplet 3/2{ b8 b8\sustainOff b8 } b2. } > \new Voice { r1 r1 r1} > >> > } > % > > -- > ॐ नमः शिवाय > > > ___ > lilypond-user mailing > listlilypond-user@gnu.orghttps://lists.gnu.org/mailman/listinfo/lilypond-user

Re: tuplet error

2018-08-25 Thread Trevor Bača
hat is, think of `g2.:8` as `g8 >>> 8 8 8 8 8`. >>> >>> ___ >> lilypond-user mailing list >> lilypond-user@gnu.org >> https://lists.gnu.org/mailman/listinfo/lilypond-user >> > > > -- >

Re: align dynamic with text

2018-08-25 Thread Trevor Bača
I find when I need to do that. > > (img) > ___ > lilypond-user mailing list > lilypond-user@gnu.org > https://lists.gnu.org/mailman/listinfo/lilypond-user > -- Trevor Bača www.trevorbaca.com soundcloud.com/trevorbaca

Re: \textLengthOn in polyphony and over MultiMeasureRests

2018-07-29 Thread Trevor Bača
e/t3887/textlength-pausen.png> > > I think this pretty much mimicks the original sample. > > All the best, > Torsten > > > > > -- > Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html > > ___ > lilypond-u

Re: layout of markup text

2018-07-29 Thread Trevor Bača
ext spanners in my own scores. Trevor. -- Trevor Bača www.trevorbaca.com soundcloud.com/trevorbaca ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Intended use of the empty chord <> construct

2018-05-01 Thread Trevor Bača
s (admitted corner case of a use) as special as I do. And, hopefully, I'm not misusing the purpose of the <> construct in setting up externalized variables in this way. Trevor. -- Trevor Bača www.trevorbaca.com soundcloud.com/trevorbaca ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Do we have a "damp" symbol?

2018-04-25 Thread Trevor Bača
ar, > > > >and less calligraphic), but in recent years [with computer engraving] > > > people > > > >have simply substituted the coda sign. > > > > > > >Hope that helps, > > > >Kieren. > > > > > > > > > --

Do we have a "damp" symbol?

2018-04-25 Thread Trevor Bača
Hi, Is there a "damp string(s)" symbol somewhere in Feta (or elsewhere), as used in harp writing: (Image from http://sites.siba.fi/web/harpnotation/manual/damping-techniques/damp-all-strings .) Trevor. -- Trevor Bača www.trevorbaca.com soundcloud.com/

Re: Off topic - SITT 20 Studies in Double Stops

2018-04-24 Thread Trevor Bača
D and A are written as g4~4~4~4 d > 4~4~4~4 a4~4~4~4 instead of g1 d1 a1? Any idea? > To reinforce the connection between interval width and spread of fingers in the left hand; each measure isn't so much a scalar figure (with pedal) but rather a slurred sequence of double stops of incr

Re: How to allow overlapping / overprinting markup?

2018-01-09 Thread Trevor Bača
t; } > e'4 > f'4 > } > > ?? > > Hope that helps! > Kieren. > > > Kieren MacMillan, composer > ‣ website: www.kierenmacmillan.info > ‣ email: i...@kierenmacmillan.info > > -- Trevor Bača www.trevorbaca.com soundcloud.com/trevorbaca _

How to allow overlapping / overprinting markup?

2018-01-09 Thread Trevor Bača
atter what the configuration of settings. Thanks, Trevor. -- Trevor Bača www.trevorbaca.com soundcloud.com/trevorbaca ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: OttavaBracket right endpoint?

2017-10-11 Thread Trevor Bača
On Sat, Oct 7, 2017 at 12:07 PM, David Nalesnik <david.nales...@gmail.com> wrote: > On Wed, Oct 4, 2017 at 6:54 PM, Trevor Bača <trevorb...@gmail.com> wrote: > > Hi, > > > > I’m interested in making the right endpoints of ottava brackets and trill > &

Re: OttavaBracket right endpoint?

2017-10-06 Thread Trevor Bača
On Thu, Oct 5, 2017 at 7:22 AM, Ben <soundsfromso...@gmail.com> wrote: > > On 10/4/2017 7:54 PM, Trevor Bača wrote: > > Hi, > > I’m interested in making the right endpoints of ottava brackets and trill > spanners coincide. > > Any solutions? > > (De

OttavaBracket right endpoint?

2017-10-05 Thread Trevor Bača
an d' e' f' } Any solutions? (Definitely not looking for a numeric hack to shorten-pair.) Trevor. ​ -- Trevor Bača www.trevorbaca.com soundcloud.com/trevorbaca ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Syntax for multiple slurs per Voice?

2017-07-31 Thread Trevor Bača
Hi David, On Thu, Jul 27, 2017 at 8:11 PM, David Nalesnik <david.nales...@gmail.com> wrote: > Hi Trevor, > > On Thu, Jul 27, 2017 at 8:38 AM, Trevor Bača <trevorb...@gmail.com> wrote: > > Hi David (Nalesnik), > > > > On Tue, Oct 20, 2015 at 11:49 AM, Davi

Re: Syntax for multiple slurs per Voice?

2017-07-27 Thread Trevor Bača
Hi David (Nalesnik), On Tue, Oct 20, 2015 at 11:49 AM, David Nalesnik <david.nales...@gmail.com> wrote: > Hi Trevor, > > On Tue, Oct 20, 2015 at 11:31 AM, Trevor Bača <trevorb...@gmail.com> > wrote: > >> Hi, >> >> I'm coming late to this discussion,

systems-per-page = 3 ... except on first and last pages?

2017-01-04 Thread Trevor Bača
on the last page too short. (Again two systems would be better.) Is there an (inline) way to override the effect of systems-per-page on only select pages? Thanks, Trevor. -- Trevor Bača www.trevorbaca.com soundcloud.com/trevorbaca ___ lilypond-user mailing list

Re: Openlilylib snippets announcement

2016-12-27 Thread Trevor Bača
On Tue, Dec 27, 2016 at 11:03 AM, SoundsFromSound <soundsfromso...@gmail.com > wrote: > Trevor Bača-2 wrote > > And as a brief aside - if I may say so - Trevor, thank YOU so much for all > the work you have put (and still put) into Abjad. > > I use it all the time.

Re: Openlilylib snippets announcement

2016-12-27 Thread Trevor Bača
t; > > Andrew > > > > ___ > lilypond-user mailing list > lilypond-user@gnu.org > https://lists.gnu.org/mailman/listinfo/lilypond-user > > -- Trevor Bača www.trevorbaca.com soundcloud.com/trevorbaca ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: mac unstable 2.19.49

2016-10-19 Thread Trevor Bača
Many thanks to all who worked on the problem and found the solution. > v2.19.49 seems faster than v2.19.46! > ___ > lilypond-user mailing list > lilypond-user@gnu.org > https://lists.gnu.org/mailman/listinfo/lilypond-user > --

Re: Mac OSX Sierra Compatibility

2016-10-04 Thread Trevor Bača
ess.) But those problems magically disappeared this morning. Seems stable so far. -- Trevor Bača www.trevorbaca.com soundcloud.com/trevorbaca ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: v2.19.47 on Mac x86 (Jacques Menu Muzhic)

2016-10-03 Thread Trevor Bača
building binary for mac. This is really great to see. And accords exactly with the test results I added to the original thread showing that 2.19.47 (and .48) are, in fact, definitely rebuilding one of the font caches at every run of LilyPond. Thanks very much for tracking this down! -- Tr

Abjad bootcamp this July at Stanford's CCRMA

2016-02-29 Thread Trevor Bača
help make their work as composers more powerful and more fun! Best wishes for happy composing and engraving to everyone, Trevor. -- Trevor Bača www.trevorbaca.com soundcloud.com/trevorbaca ___ lilypond-user mailing list lilypond-user@gnu.org https://l

Re: Syntax for multiple slurs per Voice?

2015-10-20 Thread Trevor Bača
=1) f) } > > > > \relative { c'\=1(^( e\=1)) } > > The default is a spanner-id of "" so that's not much of a surprise. > > -- > David Kastrup > > ___ > lilypond-user mailing list > lilypond-user@gnu.org >

Re: multiple TextSpanners per voice

2015-10-20 Thread Trevor Bača
_ > lilypond-user mailing list > lilypond-user@gnu.org > https://lists.gnu.org/mailman/listinfo/lilypond-user > > -- Trevor Bača www.trevorbaca.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: multiple TextSpanners per voice

2015-10-20 Thread Trevor Bača
e, Oct 20, 2015 at 11:50 AM, David Kastrup <d...@gnu.org> wrote: > >> Trevor Bača <trevorb...@gmail.com> writes: >> >> > Hi, >> > >> > I'd like to add that I'm *incredibly* excited by this work. The ability >> to >> > have multiple

Re: Smoothing out RepeatTie irregularities between chords?

2015-04-30 Thread Trevor Bača
+02:00 Trevor Bača trevorb...@gmail.com: Hi, Using the \shape command to length repeat ties works great between notes. But weird behavior seems to arise with lengthened repeat ties between chords: ### BEGIN ### \version 2.19.17 \language english \new Staff \with { \shape #'((-2

Re: [AFIM.INFO] TENOR 2015: First International Conference on New Technologies for Music Notation and Representation

2015-04-30 Thread Trevor Bača
this conference in Paris at the end of May? I see a couple of LilyPonders on the program, Trevor Bača and Mike Solomon, and Daniel Spreadbury will be presenting on the SMuFL font standard. -Paul anders.vinjar wrote Topics: Fwd: [AFIM.INFO] TENOR 2015: First International Conference on New

Re: Double- and triple-tonguing articulation

2015-04-16 Thread Trevor Bača
Hi Alex, Hi Steven, Yes, this works perfectly. Thank you both. Trevor. On Thu, Apr 16, 2015 at 2:54 PM, palisander alvo...@btinternet.com wrote: Trevor Bača-2 wrote Hi, Does anyone know how to combine two (or three) staccato dots in a horizontal row above a note head? Trevor

Double- and triple-tonguing articulation

2015-04-16 Thread Trevor Bača
for any pointers. Trevor. -- Trevor Bača trevorb...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Are harmonic trills possible?

2015-04-15 Thread Trevor Bača
: none of note heads `noteheads.s' or `noteheads.d' found c'4 \startTrillSpan cs' Does anyone have a workaround? (I'm wanting the sort of mixed trill possible between an open string and one of the string's harmonic nodes, standard as per Saariaho, Sciarrino and so on.) -- Trevor Bača

Re: Are harmonic trills possible?

2015-04-15 Thread Trevor Bača
#} )) \pitchedTrill c'4 \startTrillSpan cis' d'4 \stopTrillSpan e'4 f'4 } Cheers, Pierre 2015-04-15 18:11 GMT+02:00 Trevor Bača trevorb...@gmail.com: Hi, Is it possible to override trill pitch note heads in the shape of a (diamond) natural harmonic

Re: Are harmonic trills possible?

2015-04-15 Thread Trevor Bača
, Pierre 2015-04-15 18:11 GMT+02:00 Trevor Bača trevorb...@gmail.com: Hi, Is it possible to override trill pitch note heads in the shape of a (diamond) natural harmonic? This attempt ... ### BEGIN ### \version 2.19.17 \language english \new Staff { \override

Smoothing out RepeatTie irregularities between chords?

2015-04-15 Thread Trevor Bača
\override RepeatTie.X-extent = ##f } { c' g'1 c' g'1 \repeatTie c' g'1 \repeatTie c' g'1 \repeatTie } ### END ### (Image attached.) Would anyone have any clues as to how to make the repeat ties all have the same length? Trevor. -- Trevor Bača trevorb...@gmail.com

Re: Messiaen-style ties?

2015-04-01 Thread Trevor Bača
RepeatTie.springs-and-rods = #ly:spanner::set-spacing-rods causes a crash, as does the same overrides of LaissezVibrerTie DN ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user -- Trevor Bača

Re: Messiaen-style ties?

2015-03-31 Thread Trevor Bača
), but I printed out a page and sat it on a stand and I think they will be noticeable enough to work in performance.) Trevor. On Sun, Mar 22, 2015 at 7:07 PM, Trevor Bača trevorb...@gmail.com wrote: Hi everyone, Wow, thank you all so much. I hadn't realized the functionality already exists

Re: Having shortInstrumentName appear at start of score (instead of instrumentName)?

2015-03-31 Thread Trevor Bača
. Integrated into my score and it works perfectly. Very much appreciated. Trevor. On Tue, Mar 31, 2015 at 6:54 PM, Thomas Morley thomasmorle...@gmail.com wrote: 2015-03-31 22:23 GMT+02:00 Nathan Ho when.possi...@gmail.com: On Tue, Mar 31, 2015 at 12:46 PM, Trevor Bača trevorb...@gmail.com wrote

Having shortInstrumentName appear at start of score (instead of instrumentName)?

2015-03-31 Thread Trevor Bača
. -- Trevor Bača trevorb...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Padding inside \bracket markup?

2015-03-31 Thread Trevor Bača
Hi Nathan, Thank you. That did it exactly. Trevor. On Tue, Mar 31, 2015 at 1:27 PM, Nathan Ho when.possi...@gmail.com wrote: On Tue, Mar 31, 2015 at 7:40 AM, Trevor Bača trevorb...@gmail.com wrote: Hi, Is there a way to pad bracketed markup ... % doesn't work \override #'(padding

Padding inside \bracket markup?

2015-03-31 Thread Trevor Bača
Hi, Is there a way to pad bracketed markup ... % doesn't work \override #'(padding . 2) \bracket Foo ... analogously to parenthesized markup ... % does work \override #'(padding . 2) \bracket Foo ... with an \override, or equivalent? Trevor. -- Trevor Bača trevorb...@gmail.com

Re: Constant sized rehersal marks?

2015-03-30 Thread Trevor Bača
numbers. Maybe that will give you some clues on how to solve your problem? Hope this helps! Kieren. ___ Kieren MacMillan, composer www: http://www.kierenmacmillan.info email: i...@kierenmacmillan.info -- Trevor Bača trevorb...@gmail.com

Re: Constant sized rehersal marks?

2015-03-29 Thread Trevor Bača
...@kierenmacmillan.info -- Trevor Bača trevorb...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Variables in instrumentName markup?

2015-03-29 Thread Trevor Bača
___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user -- Trevor Bača trevorb...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman

Variables in instrumentName markup?

2015-03-28 Thread Trevor Bača
amount of horizontal space in a couple of dozen different instrument names.) Trevor. -- Trevor Bača trevorb...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Messiaen-style ties?

2015-03-22 Thread Trevor Bača
the graphic noise dense chords cause when tied over long durations. (One last thought: Messiaen's notation might be conceptually equivalent to a type of reverse l.v. indication. That might help provide a name for the feature should it ever find its way into LilyPond.) -- Trevor Bača trevorb

Re: Messiaen-style ties?

2015-03-22 Thread Trevor Bača
@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user -- Trevor Bača trevorb...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Constant sized rehersal marks?

2015-03-18 Thread Trevor Bača
___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user -- Trevor

Re: Hide the system start bar before a single context?

2014-08-17 Thread Trevor Bača
On Sun, Aug 17, 2014 at 5:05 AM, Pierre Perol-Schneider pierre.schneider.pa...@gmail.com wrote: Hi Trevor, 2014-08-17 0:42 GMT+02:00 Trevor Bača trevorb...@gmail.com: I'm looking to remove the system start *bar* (rather than the start brace or bracket). Oups, wrong snippet, did

Hide the system start bar before a single context?

2014-08-16 Thread Trevor Bača
} \new Staff \with { \override Score.SystemStartBar.stencil = ##f } { c'4 d'4 e'4 f'4 } \new Staff { c'4 d'4 e'4 f'4 } ... is what I'm looking for. Thanks, Trevor. -- Trevor Bača trevorb...@gmail.com ___ lilypond

Re: Hide the system start bar before a single context?

2014-08-16 Thread Trevor Bača
brace or bracket). So I tried changing your ... \alterBroken transparent #'(#t) SystemStartBrace ... to ... \alterBroken transparent #'(#t) SystemStartBar ... but it didn't seem to have much of an effect. Trevor. -- Trevor Bača trevorb...@gmail.com

Making staff-padding work in a custom marks context

2014-08-16 Thread Trevor Bača
start bar to disappear). But I'm absolutely stumped as to how to remove the Staff_symbol_engraver and still get the markup and spanners to respect staff-padding. Thanks, Trevor. -- Trevor Bača trevorb...@gmail.com ___ lilypond-user mailing list

Re: Hide the system start bar before a single context?

2014-08-16 Thread Trevor Bača
ensued ;) Trevor. -- Trevor Bača trevorb...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Aligning markup (rather than marks) to the left edge?

2014-08-15 Thread Trevor Bača
of using Lily I've never had cause to make that particular type of adjustment. Advice appreciated, Trevor. -- Trevor Bača trevorb...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Odp: hotrizontal spacing question

2013-12-26 Thread Trevor Bača
of hundreds of polyrhythms for me exactly. Trevor. -- Trevor Bača trevorb...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Ferneyhough-style Interruptive Polyphony

2013-12-02 Thread Trevor Bača
. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user -- Trevor Bača trevorb...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: line breaks within beamed tuplets

2012-03-20 Thread Trevor Bača
{ \Voice \remove Forbid_line_break_engraver } } } HTH, Trevor. -- Trevor Bača trevorb...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Controlling horizontal bracket start position after a line break?

2011-09-13 Thread Trevor Bača
the resumption of the horizontal bracket with the left edge of the first note head of the system? (That is, in this example, with the left edge of the e'1?) Trevor. -- Trevor Bača trevorb...@gmail.com attachment: horizontal-bracket-example.png___ lilypond

Re: New LilyPond tutorial

2011-08-23 Thread Trevor Bača
and expertly explained. Thanks very much for putting this together. I'll keep it in my list of LilyPond links to send to friends and newcomers to the system. Trevor. -- Trevor Bača trevorb...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org

Re: Cowell/Ferneyhough Unconventional Meters

2011-07-19 Thread Trevor Bača
___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user -- Trevor Bača trevorb...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

  1   2   3   4   5   6   >