Problem with partcombine and shape notes

2016-12-29 Thread Bumby Hymnal
I've run into a problem with using \partcombine while using \aikenHeads. The problem is that under certain circumstances the aiken shape note heads are not used in the output of \partcombine. The strange thing is that it sometimes works. The following snippet shows 4 different voices. The

Re: Which Linux distro for Lilypond

2016-12-29 Thread David Wright
On Thu 29 Dec 2016 at 22:03:32 (+), Wols Lists wrote: > On 29/12/16 03:51, Alasdair McAndrew wrote: > > My concern with "easy" distros - and maybe I'm wrong here - is that if > > something goes wrong (and it invariably will) you will need the ability > > to fix it, which will require digging

Re: French tablature?

2016-12-29 Thread Alasdair McAndrew
Many thanks! I didn't know about RhythmicStaff. Is this all possible in version 2.18.2 (which I'm using)? Certainly when I copied and pasted your text into a file ("tabTest.ly"), Lilypond returned an error: /home/Lilypond/tabTest.ly:5:4: error: syntax error, unexpected UNSIGNED 4*3

building a custom context for Schenker urlinie figures

2016-12-29 Thread Kieren MacMillan
Hello all, As we know, there are usually many ways of coaxing Lily to do what we want. I’m looking for some suggestions on the best approach in a particular case. I’m trying to create a custom context (for my SchenkerLily framework) which consists primarily of moment-attached numbers

Re: Special bar lines

2016-12-29 Thread Br. Samuel Springuel
On 2016-12-29 4:26 PM, Thomas Morley wrote: Does % \defineBarLine "[" #'("" "[" "") \defineBarLine "]" #'("]" "" "") { \override Staff.BarLine.thick-thickness = 1 \override Staff.BarLine.font-size = #-4 c' \bar "[" c' c' \bar "]" c' }

Re: OOoLilyPond

2016-12-29 Thread Simon Albrecht
On 29.12.2016 23:17, Philip Rhoades wrote: OooLilyPond is a great tool and has literally saved my life so many times. How did OOoLP accomplish this? - by distracting an axe murderer who loves beautiful scores thus giving you enough time to escape? OOoLP giving you external heart massage

Re: OOoLilyPond

2016-12-29 Thread SoundsFromSound
Klaus Blum wrote > This line should be replaced by: > > -- > sCommand = sCommand & " -dno-delete-intermediate-files --png " & > sBackendOpt & " -dresolution=" & iGraphicDPI & " OOoLilyPond.ly > >OOoLilyPond.out 2>&1" (10) > -- > > > Cheers, > Klaus > > P.S.: Interestingly

Re: French tablature?

2016-12-29 Thread Malte Meyn
Am 29.12.2016 um 23:15 schrieb Alasdair McAndrew: Is it likely that Lilypond will provide such tablature at some stage? Currently, if I want to typeset tablature, I need to use different software. LilyPond already supports this type of tablature: You have to set the tablatureFormat to

Re: OOoLilyPond

2016-12-29 Thread Philip Rhoades
Klaus, On 2016-12-30 07:37, Klaus Blum wrote: Hello everybody, maybe it's a little late to warm up an old thread, but I had to struggle with a similar problem: Roman Stawski wrote When I hit the lilypond button the console popped up as usual to run Lilypond, finished correctly and

French tablature?

2016-12-29 Thread Alasdair McAndrew
The tablature examples given (section 2.4.1) show Italian lute tablature: frets given as numbers, and written on the line. However, French tablature uses letters between lines, as shown here: http://sologuitarist.net/score/BachFugueFrenchTab.jpg Note durations are given above the staff, with

Re: Which Linux distro for Lilypond

2016-12-29 Thread Wols Lists
On 29/12/16 03:51, Alasdair McAndrew wrote: > My concern with "easy" distros - and maybe I'm wrong here - is that if > something goes wrong (and it invariably will) you will need the ability > to fix it, which will require digging into the file system, editing > configuration files, etc. > > I

Re: OOoLilyPond

2016-12-29 Thread SoundsFromSound
Martin Tarenskeen wrote > On Thu, 29 Dec 2016, Klaus Blum wrote: > >> In the OooLilyPond macros, there is a section "LilyPond" containing a >> function named "CallLilyPond()". >> For composing the Windows command, there is a line that reads: >> >> -- >> sCommand = sCommand & " " &

Re: OOoLilyPond

2016-12-29 Thread Martin Tarenskeen
On Thu, 29 Dec 2016, Klaus Blum wrote: In the OooLilyPond macros, there is a section "LilyPond" containing a function named "CallLilyPond()". For composing the Windows command, there is a line that reads: -- sCommand = sCommand & " " & sBackendOpt & " -f png -dresolution=" &

Re: OOoLilyPond

2016-12-29 Thread SoundsFromSound
Klaus Blum wrote > Hello everybody, > > maybe it's a little late to warm up an old thread, but I had to struggle > with a similar problem: > Roman Stawski wrote >> When I hit the lilypond button the console popped up as usual to run >> Lilypond, finished correctly and disappeared. The OOoLP

Re: Special bar lines

2016-12-29 Thread Thomas Morley
2016-12-29 21:58 GMT+01:00 Br. Samuel Springuel : > Right now I'm using some alternate bar lines to specially mark off specific > passages in a piece like so: > > %% > \version "2.19.53" > > % extra bar lines (optional bars) > \defineBarLine "[" #'("" "[" "") >

Special bar lines

2016-12-29 Thread Br. Samuel Springuel
Right now I'm using some alternate bar lines to specially mark off specific passages in a piece like so: %% \version "2.19.53" % extra bar lines (optional bars) \defineBarLine "[" #'("" "[" "") \defineBarLine "]" #'("]" "" "") { c' \bar "[" c' c' \bar "]" c' } %%

Re: OOoLilyPond

2016-12-29 Thread Klaus Blum
Hello everybody, maybe it's a little late to warm up an old thread, but I had to struggle with a similar problem: Roman Stawski wrote > When I hit the lilypond button the console popped up as usual to run > Lilypond, finished correctly and disappeared. The OOoLP dialogue stayed > open. When

Re: MultiMeasureRest symbol spacing

2016-12-29 Thread Jan-Peter Voigt
Am 29.12.2016 um 18:36 schrieb David Nalesnik: On Tue, Dec 27, 2016 at 4:11 AM, Phil Holmes wrote: - Original Message - From: "Jan-Peter Voigt" To: "David Nalesnik" Cc: "lilypond-user Mailinglist"

Re: MultiMeasureRest symbol spacing

2016-12-29 Thread David Nalesnik
On Tue, Dec 27, 2016 at 4:11 AM, Phil Holmes wrote: > - Original Message - From: "Jan-Peter Voigt" > To: "David Nalesnik" > Cc: "lilypond-user Mailinglist" > Sent: Tuesday, December 27, 2016 9:59 AM

Re: Circled numbers for live electronics

2016-12-29 Thread Gilberto Agostinho
Thomas Morley-2 wrote > Approved now as > "Circled numbers for live electronics" Great, thanks a lot, Thomas! Cheers, Gilberto -- View this message in context: http://lilypond.1069038.n5.nabble.com/Circled-numbers-for-live-electronics-tp197953p198651.html Sent from the User mailing list

Re: Circled numbers for live electronics

2016-12-29 Thread Thomas Morley
2016-12-23 12:46 GMT+01:00 Gilberto Agostinho : > Hi Thomas, > > > Thomas Morley-2 wrote >> I had a look into your code here: >> http://lsr.di.unimi.it/LSR/Item?u=1=1047 >> and now come up with the shortened version below. >> What do you think? > > Thanks a lot for the

Re: Change the font size of lyric hyphens

2016-12-29 Thread Bruce Pike
Harm, Thanks, that worked. Also helped to add \override Lyrics.LyricHyphen.height = #1 to move the hyphens up to align horizontally with the larger text. BruceP On Thu, Dec 29, 2016 at 7:45 AM, Thomas Morley wrote: > 2016-12-28 23:15 GMT+01:00 Bruce Pike

Re: Change the font size of lyric hyphens

2016-12-29 Thread Thomas Morley
2016-12-28 23:15 GMT+01:00 Bruce Pike : > Is there a way to change the size of hyphens in lyric text? > > Tried > \override Lyrics.LyricHyphen.font-size = #6 > \override Lyrics.LyricText.font-size = #6 > Changes the font size of the lyric text, but not the hyphens. > >

Change the font size of lyric hyphens

2016-12-29 Thread Bruce Pike
Is there a way to change the size of hyphens in lyric text? Tried \override Lyrics.LyricHyphen.font-size = #6 \override Lyrics.LyricText.font-size = #6 Changes the font size of the lyric text, but not the hyphens. BruceP ___ lilypond-user mailing