Grouping lyrics stanzas in scheme

2017-01-30 Thread John Schlomann
Given two are more stanzas of lyrics, such as verseA = \lyricmode { First verse } verseB = \lyricmode { Second verse } I need to do the following statement in scheme: fullLyrics = { verseA verseB } This statement seems to work as written. However, I need to do it

Re: Is there an online / hosted version of Lilypond?

2017-01-30 Thread Martin Tarenskeen
On Mon, 30 Jan 2017, Kieren MacMillan wrote: Hi Mark, I'm not looking for a full-fledged online IDE, just a way to submit a Lilypond spec/file and get the generated PDF. http://lilybin.com/ Hope that helps! Kieren. And did you know this one: http://www.omet.ca -- MT

Re: How to define a macros for writing predefined chords of arbitrary length?

2017-01-30 Thread Thomas Morley
2017-01-30 19:16 GMT+01:00 Mojca Miklavec : > Hi, > > I can easily use a macro to create chords of predefined lengths, say > > chord_F = { 4 } > > but the functionality is limited for what I want to achieve. > > On some instruments (like accordion) one gets that

Re: Is there an online / hosted version of Lilypond?

2017-01-30 Thread Mark Klenk
super - thank you! On Mon, Jan 30, 2017 at 12:05 PM, Pierre Perol-Schneider < pierre.schneider.pa...@gmail.com> wrote: > Hi Mark, > Here you go: http://lilybin.com/ > > Cheers, > Pierre > > 2017-01-30 19:53 GMT+01:00 Mark Klenk : > >> (disclaimer: this is my first post) >>

Re: Is there an online / hosted version of Lilypond?

2017-01-30 Thread Pierre Perol-Schneider
Hi Mark, Here you go: http://lilybin.com/ Cheers, Pierre 2017-01-30 19:53 GMT+01:00 Mark Klenk : > (disclaimer: this is my first post) > > I am running on a Chromebook and thus don't have access to build/run > Lilypond on a Mac/Windows/Linux machine. > > I'm not looking for

Re: Is there an online / hosted version of Lilypond?

2017-01-30 Thread Kieren MacMillan
Hi Mark, > I'm not looking for a full-fledged online IDE, just a way to submit a > Lilypond spec/file and get the generated PDF. http://lilybin.com/ Hope that helps! Kieren. Kieren MacMillan, composer ‣ website: www.kierenmacmillan.info ‣ email:

Is there an online / hosted version of Lilypond?

2017-01-30 Thread Mark Klenk
(disclaimer: this is my first post) I am running on a Chromebook and thus don't have access to build/run Lilypond on a Mac/Windows/Linux machine. I'm not looking for a full-fledged online IDE, just a way to submit a Lilypond spec/file and get the generated PDF. Are there any hosted / online

How to define a macros for writing predefined chords of arbitrary length?

2017-01-30 Thread Mojca Miklavec
Hi, I can easily use a macro to create chords of predefined lengths, say chord_F = { 4 } but the functionality is limited for what I want to achieve. On some instruments (like accordion) one gets that chord by pressing a single button and I need some reasonable way to enter them without

Re: lilypond-invoke-editor script openes 2 Emacs windows

2017-01-30 Thread Federico Bruni
Il giorno dom 29 gen 2017 alle 23:20, Amir Teymuri ha scritto: i have instructed the Evince PDF viewer to open the Emacs editor on clicking on objects using the lilypond-invoke-editor script, however this opens two same Emacs windows! Any idea why this happens? Hi Amir

Re: [Frescobaldi] State of Frescobaldi development

2017-01-30 Thread Wilbert Berendsen
Op Sat, 28 Jan 2017 06:26:53 -0800 (PST) Guy Stalnaker schreef: > I, for one, GREATLY appreciate what you do. I remember that I pay > nothing for Frescobaldi, this truly excellent application and that it > is developed evenings-on-weekends-when-time-permits basis. For >

Re: Note-heads not superimposed

2017-01-30 Thread David Sumbler
On Fri, 2017-01-27 at 10:04 -0700, Klaus Blum wrote: > Hum... I knew I was missing something even shorter:  > > (Left Hand) > \shiftOff 4\arpeggio ~ \stemDown q8\noBeam  >  \override NoteColumn.ignore-collision = ##t % Just add > this and > you're done   :-) >  c -. > >