Re: connect arpeggio down

2015-03-02 Thread Simon Albrecht
And, by the way: quite inconsistently, the bug list can be addressed by bug-lilyp...@gnu.org, not lilypond-bug. Am 02.03.2015 um 22:41 schrieb Simon Albrecht: Am 02.03.2015 um 21:42 schrieb Helge: Am Mon, 02 Mar 2015 12:16:17 +0100 schrieb Simon Albrecht simon.albre...@mail.de: upperHarpII

Re: String Concatenation, and Use of Unicode characters

2015-03-02 Thread Michael Hendry
Begin forwarded message:From: Michael Hendry hendry.mich...@gmail.comSubject: Re: String Concatenation, and Use of Unicode charactersDate: 2 March 2015 22:16:34 GMTTo: thomasmorle...@gmail.comBrilliant!My only reservation is that I’ll have to treat your code as a black box, as I’m not (likely ever

Re: connect arpeggio down

2015-03-02 Thread Simon Albrecht
Am 02.03.2015 um 21:42 schrieb Helge: Am Mon, 02 Mar 2015 12:16:17 +0100 schrieb Simon Albrecht simon.albre...@mail.de: upperHarpII = \relative c'' { Or, as an override: \override PianoStaff.arpeggio.arpeggio-direction = #-1 This results in an error: warning: not a grob name, `arpeggio' So

Re: lyricWordEngraver enhancement proposal

2015-03-02 Thread Simon Albrecht
Am 02.03.2015 um 23:59 schrieb David Nalesnik: Hi Simon, On Sun, Mar 1, 2015 at 6:17 PM, Simon Albrecht simon.albre...@mail.de mailto:simon.albre...@mail.de wrote: Hello David, hello list, upon proofreading my latest larger lily project I had an idea for enhancement of your

Re: lyricWordEngraver enhancement proposal

2015-03-02 Thread David Nalesnik
Hi Simon, On Sun, Mar 1, 2015 at 6:17 PM, Simon Albrecht simon.albre...@mail.de wrote: Hello David, hello list, upon proofreading my latest larger lily project I had an idea for enhancement of your lyricWordEngraver: it would be very useful to have a \compressWord command, which is entered

Re: Subject: String Concatenation, and Use of Unicode characters [sic]

2015-03-02 Thread Michael Hendry
On 3 Mar 2015, at 05:58, Flaming Hakama by Elaine ela...@flaminghakama.com wrote:%{ Date: Mon, 2 Mar 2015 16:40:27 + From: Michael Hendry hendry.mich...@gmail.com Subject: String Concatenation, and Use of Unicode characters Typically, I want PDF output in three files, (Concert pitch, Bb and

Subject: String Concatenation, and Use of Unicode characters [sic]

2015-03-02 Thread Flaming Hakama by Elaine
%{ Date: Mon, 2 Mar 2015 16:40:27 + From: Michael Hendry hendry.mich...@gmail.com Subject: String Concatenation, and Use of Unicode characters Typically, I want PDF output in three files, (Concert pitch, Bb and Eb), and I would like to modularise this as much as possible. You will enjoy

Re: connect arpeggio down

2015-03-02 Thread Helge
Am Mon, 02 Mar 2015 12:16:17 +0100 schrieb Simon Albrecht simon.albre...@mail.de: upperHarpII = \relative c'' { Or, as an override: \override PianoStaff.arpeggio.arpeggio-direction = #-1 This results in an error: warning: not a grob name, `arpeggio' tested with 2.18.0 and 2.19.16 Regards

Re: String Concatenation, and Use of Unicode characters

2015-03-02 Thread Thomas Morley
2015-03-02 17:40 GMT+01:00 Michael Hendry hendry.mich...@gmail.com: I’m an amateur jazz guitarist, and although I usually play from Realbook leadsheets I occasionally need to produce my own. Typically, I want PDF output in three files, (Concert pitch, Bb and Eb), and I would like to

Re: How to use \parallelMusic with \lyricmode ?

2015-03-02 Thread Klaus Blum
Matej Kosik wrote doesn't that mean that: Cee syllable has length 2 Eee syllable has length 4 Gee syllable has length 4 ? Hmmm... not really. At the moment when \parallelMusic sorts the whole expression into three variables, the syllables have no length. Thus, your

Re: Help requested from LilyPond users

2015-03-02 Thread Marc Hohl
Am 01.03.2015 um 19:06 schrieb Werner LEMBERG: You may notice that, after almost 6 months, I've just uploaded a new version of LilyPond. Congrats to you and Masamichi-san for your hard work to make this important release possible! +1 Thanks a lot for the new release! Marc

Re: connect arpeggio down

2015-03-02 Thread Simon Albrecht
Am 02.03.2015 um 06:16 schrieb Helge Kruse: I have a problem with connecting arpeggio. The arrow of \arpeggioArrowDown or -Up vanishes when I connect the arpeggios of two staves. You can reproduce it with the example below. Comment out the connectArpeggios line and you see arrows. Is this a

Load .scm file from within define-void-function

2015-03-02 Thread Urs Liska
I have written a function that abstracts the loading of include files (by performing different path checks, offering a dot-notation interface and ensuring that files are included only once). The actual loading is done through ly:parser-include-string using an \include statement. Now I'd like

Re: Lyrics to second voice messes up following measure

2015-03-02 Thread Phil Holmes
- Original Message - From: Phil Holmes m...@philholmes.net To: Philipp Legrum philipp.leg...@googlemail.com; lilypond-user@gnu.org Sent: Sunday, February 22, 2015 4:40 PM Subject: Re: Lyrics to second voice messes up following measure - Original Message - From: Philipp Legrum

String Concatenation, and Use of Unicode characters

2015-03-02 Thread Michael Hendry
I’m an amateur jazz guitarist, and although I usually play from Realbook leadsheets I occasionally need to produce my own. Typically, I want PDF output in three files, (Concert pitch, Bb and Eb), and I would like to modularise this as much as possible. The .ly code which follows shows what I’m

Re: String Concatenation, and Use of Unicode characters

2015-03-02 Thread Klaus Blum
Hi Michael, for your second issue, this might be helpful: \concat { Alto Sax in E \fontsize #-5 \raise #0.9 \musicglyph #accidentals.flat } Could you provide your source file and also the include files as a download or attachment? I tried to copy-paste from your post, but some signs got messed

Re: String Concatenation, and Use of Unicode characters

2015-03-02 Thread H. S. Teoh
On Mon, Mar 02, 2015 at 04:40:27PM +, Michael Hendry wrote: [...] 2. The LilyJazzText font uses small capitals instead of lower case letters, so using “Eb” produces a capital E followed by a small capital B. On my Mac I know how to produce a flat sign, and LilyPond will use the flat sign

How to use \parallelMusic with \lyricmode ?

2015-03-02 Thread Matej Kosik
Hi! My goal is to engrave a small piece that contains: - chord - melody - lyrics I would like to take advantage of the \parallelMusic macro, if that is possible. The best results I was able to achieve were with this: (although I bet there are more elegant ways) \version 2.14.2

Re: How to use \parallelMusic with \lyricmode ?

2015-03-02 Thread Klaus Blum
Hi Matej, the message occurs because the syllables don't have a length like the notes in the two upper voices. Using \lyricmode { Cee2 Eee4 Gee4 } | will supress the message, even if it's not necessary because of the \lyricsto assignment. I'm afraid there is no way to get rid of the

Re: String Concatenation, and Use of Unicode characters

2015-03-02 Thread Klaus Blum
Hi again, for your first issue, try: \bookOutputName #(string-append BaseFileName (alto)) hope this helps, Klaus -- View this message in context: http://lilypond.1069038.n5.nabble.com/String-Concatenation-and-Use-of-Unicode-characters-tp172504p172508.html Sent from the User mailing

Re: How to use \parallelMusic with \lyricmode ?

2015-03-02 Thread Matej Kosik
On 02/03/15 18:23, Klaus Blum wrote: Hi Matej, the message occurs because the syllables don't have a length like the notes in the two upper voices. How so? If this is the lyrics: Cee Eee Gee and if these are the notes of the voice to which lyrics is linked (via \lyricsto):