Re: Apply a music-function script to all elements of a list

2017-02-20 Thread Thomas Morley
2017-02-20 16:31 GMT+01:00 zaord : > Hello, > > I coded a script that adds markup. This function \ diag allows me to display > a customized diagram (here left hand "button board" of an accordion) and I > would like to apply it to all the elements of a chordmode {}. > The

Re: Chord diagrams

2017-02-20 Thread Thomas Morley
2017-02-20 22:59 GMT+01:00 Johan Vromans : >> \storePredefinedDiagram #default-fret-table \chordmode {c/g} >> #guitar-tuning >> #"3-4;3-3;2-2;o;1-1;o;" > > I'd like to see someone playing this as shown :) . > > (Try swapping the

Re: Chord diagrams

2017-02-20 Thread Johan Vromans
> \storePredefinedDiagram #default-fret-table \chordmode {c/g} > #guitar-tuning > #"3-4;3-3;2-2;o;1-1;o;" I'd like to see someone playing this as shown :) . (Try swapping the 3rd and 4th fingers) ___

Re: Chord diagrams

2017-02-20 Thread Thomas Morley
2017-02-20 11:51 GMT+01:00 Don Gingrich : > A simple problem, I hope > > I have a local copy of predefined-guitar-fretboards.ly For which purpose? > > I used a C chord with G bass and noticed > that I got a three string chord > > open G 1st fret B and open E > >

Re: Melisma with manual syllable durations

2017-02-20 Thread David Wright
On Mon 20 Feb 2017 at 18:37:15 (+), David Sumbler wrote: > On Sun, 2017-02-19 at 14:49 +, David Sumbler wrote: > > In 2 of the set of 6 songs I have (rather slowly) been setting, I > > want > > 2 sets of words: the original, and an English version.  In each of > > the > > other 4 songs

Re: Switching X-axis placement of a grace note and arpeggio spanner

2017-02-20 Thread Knute Snortum
I love this solution, because it abstracts the complexity into a function so I can keep the music part relatively clean. Thanks! --- Knute Snortum (via Gmail) On Sun, Feb 19, 2017 at 7:40 AM, Robin Bannister wrote: > Knute Snortum wrote: > >> That's it, thanks! >> >> Here's

Re: Melisma with manual syllable durations

2017-02-20 Thread David Kastrup
David Sumbler writes: > On Sun, 2017-02-19 at 14:49 +, David Sumbler wrote: > > Thank you for the responses to my question. > > Unfortunately, I now realise that the question was not clearly > expressed.  It was not intended to be "is there a way to get melisma in > upper

Re: Melisma with manual syllable durations

2017-02-20 Thread David Sumbler
On Sun, 2017-02-19 at 14:49 +, David Sumbler wrote: > In 2 of the set of 6 songs I have (rather slowly) been setting, I > want > 2 sets of words: the original, and an English version.  In each of > the > other 4 songs there is just one set of words. > > After much experimentation and a lot of

Re: Frescobaldi 3.0

2017-02-20 Thread Federico Bruni
Il giorno lun 20 feb 2017 alle 17:00, bmgxc9 ha scritto: Any linux users out there? Is Frescobaldi 3.0 pretty bug free? I do not want to make the hop until I know for sure, and do not necessarily want to run it in VM if I do not have to... I use Fedora (currently version

Re: LilyBin embedded [WAS: New LilyPond website]

2017-02-20 Thread Phil Holmes
Lilypond.org gets around 700 sessions per day, according to Google analytics. -- Phil Holmes - Original Message - From: Trevor To: Federico Bruni ; David Kastrup Cc: Timothy Gu ; LilyPond-User list Sent: Monday, February 20, 2017 3:58 PM Subject: Re: LilyBin embedded

Frescobaldi 3.0

2017-02-20 Thread bmgxc9
Hey all, Any linux users out there? Is Frescobaldi 3.0 pretty bug free? I do not want to make the hop until I know for sure, and do not necessarily want to run it in VM if I do not have to... Ty. ___ lilypond-user mailing list

Re: LilyBin embedded [WAS: New LilyPond website]

2017-02-20 Thread Trevor
I'm primarily responsible for LilyBin. A year or so ago, Timothy Gu (copied) and I got LilyPond running in AWS Lambda, which should be able to handle plenty of traffic. I get 266,667 seconds of free computation time per month from Amazon. We used 38,094 seconds in January for 18,398 requests,

Apply a music-function script to all elements of a list

2017-02-20 Thread zaord
Hello, I coded a script that adds markup. This function \ diag allows me to display a customized diagram (here left hand "button board" of an accordion) and I would like to apply it to all the elements of a chordmode {}. The script below works very well but only for a chordmode with 1 element. If

Re: ANN: Frescobaldi 2.20.0, Frescobaldi 3.0.0, python-ly 0.9.5

2017-02-20 Thread SoundsFromSound
Larry Kent-2 wrote > Is 2.20 the latest stable version we should all be using now? Yes, I believe that 2.20 is considered the most recent "stable" version. - composer | sound designer | asmr artist LilyPond Tutorials (for beginners) --> http://bit.ly/bcl-lilypond -- View this message in

Solved ; multiple scores and scores plus text

2017-02-20 Thread Don Gingrich
I've had two related problems that have bugged me for a while I frequently want to create scores with multiple tunes as a dance set and on the more recent occasion I wanted to have a mix of text and scores so that I could present the score of a song with chords and lyrics and talk about the

Chord diagrams

2017-02-20 Thread Don Gingrich
A simple problem, I hope I have a local copy of predefined-guitar-fretboards.ly I used a C chord with G bass and noticed that I got a three string chord open G 1st fret B and open E This * is* a C with the bottom note a G But every guitar player I know would play that as G on the low E

Re: extenders over bar lines in 2.19.55 [was: Automatic Lyric Extenders]

2017-02-20 Thread Gerdau, Michael
> `extendersOverRest` is a context property (not a grob property). In a > case, where I faced this bug, I used successfully: > > %%% > \layout { >\context { > \Lyrics > extendersOverRests = ##t >} > } > %%% Thank you, that's what I was looking for :) Kind regards, Michael --