Re: Question about output

2016-04-28 Thread Matt Hood
> On 28 Apr 2016, at 1:51 PM, Michiel Sikma wrote: > > Hi all, > > I'm doing some tests trying to figure out repeating sections and voices, and > I've written this so far: > http://lilybin.com/mwafar/2 > My question is, does it look OK to

Choice of pitch input mode

2016-04-29 Thread Matt Hood
Hi all, I’ve got a non-technical question regarding mode of pitch input. What does everyone prefer? Relative, absolute, or a mix of both? I’ve always stuck to relative, but I feel like I’ve hit a brick wall as far as fluency goes. I’m still quite slow at it, and I spend half of my time trying

Re: What is the proper way of programmatically generating markup?

2016-04-24 Thread Matt Hood
> On 24 Apr 2016, at 5:28 PM, Thomas Morley <thomasmorle...@gmail.com> wrote: > > 2016-04-24 5:00 GMT+02:00 Matt Hood <mattho...@gmail.com>: >> Hi everyone, >> >> So I’m writing a function that reimplements the ‘\compoundMeter’ command >&g

What is the proper way of programmatically generating markup?

2016-04-23 Thread Matt Hood
Hi everyone, So I’m writing a function that reimplements the ‘\compoundMeter’ command with an Orff-style time signature, whereby the denominator of the signature is a note head (as opposed to a number), e.g. 4/4 = 4/crotchet, 9/8 = 3/dotted-crotchet, 15/16+2/4 = 5/dotted-quaver + 2/crotchet.

Re: What is the proper way of programmatically generating markup?

2016-04-23 Thread Matt Hood
> On 24 Apr 2016, at 1:38 PM, Paul Morris <p...@paulwmorris.com> wrote: > >> On Apr 23, 2016, at 11:00 PM, Matt Hood <mattho...@gmail.com >> <mailto:mattho...@gmail.com>> wrote: >> >> **So my second question is: How do I programmatically genera

Re: Issue with tablature in full score

2017-11-15 Thread Matt Hood
Hi David, thanks for your advice, it worked perfectly. A 1 minute text replacement job too! Thanks again, Matt. > On 16 Nov 2017, at 1:57 am, David Kastrup <d...@gnu.org> wrote: > > Matt Hood <mattho...@gmail.com> writes: > >> Hi all, >> >> I’

Issue with tablature in full score

2017-11-15 Thread Matt Hood
Hi all, I’m putting together an arrangement for four guitars, with the parts in tab and the full score in standard notation. Each part is its own variable, and then separate instances of Staff and TabStaff are used to output in the different formats. I’ve gone back through and added fingering

Re: SVG export - how might you add classes for all graphical objects?

2021-06-29 Thread Matt Hood
rom non-moving objects (StaffLine, Clef, TimeSignature). Cheers, Matt. On Wed, Jun 30, 2021 at 2:43 AM Jean Abou Samra wrote: > > Hello, > > > Le 29/06/2021 10:42, Matt Hood a écrit : > > > > > > Hi everyone, > > > > I'm working with lilypond output i

Re: SVG export - how might you add classes for all graphical objects?

2021-06-29 Thread Matt Hood
On Wed, Jun 30, 2021 at 2:43 AM Jean Abou Samra wrote: > > Hello, > >... > > I'm not sure how you got this output. The way > the code is written, the \applyOutput is separate > from the main \score, so it is a score of its own > containing no actual music. If you move it to > the beginning of the

Re: SVG export - how might you add classes for all graphical objects?

2021-06-29 Thread Matt Hood
That's quite handy to know, thanks for your response Carl. Cheers, Matt. On Wed, Jun 30, 2021 at 2:35 AM Carl Sorensen wrote: > > > > On 6/29/21, 2:43 AM, "lilypond-user on behalf of Matt Hood" > mattho...@gmail.com> wrote: > > Hi everyone, > &

Fwd: SVG export - how might you add classes for all graphical objects?

2021-06-29 Thread Matt Hood
On Wed, Jun 30, 2021 at 3:32 AM Aaron Hill wrote: > > On 2021-06-29 9:43 am, Jean Abou Samra wrote: > > However, this problem can be solved by writing > > an engraver (those are the powerful tools that > > \applyOutput uses under the hood). > > > > \version "2.22.0" > > > > \layout { > >

SVG export - how might you add classes for all graphical objects?

2021-06-29 Thread Matt Hood
Hi everyone, I'm working with lilypond output in the browser, using its SVG export function. Lilypond permits attaching attributes to particular kinds of grobs, e.g.: { \override NoteHead.output-attributes = #'((class . "NoteHead")) c } The above will cause all NoteHead objects to have