Re: Piano staff notes across both staffs

2018-02-03 Thread N. Andrew Walsh
Hi Vivyan, your example does not compile, failing with an error. You appear to be using \crossStaff incorrectly; see NR 2.2.1: http://lilypond.org/doc/v2.19/Documentation/notation/common-notation-for-keyboards for the correct usage. Cheers, A On Sat, Feb 3, 2018 at 8:10 PM, Vivyan

Re: Lilypond download from linux.audio

2018-02-02 Thread N. Andrew Walsh
Hi Dominique, welcome to Lilypond! "linux.audio" doesn't even exist as a web address, so I'm not sure how you got that. Lilypond's home is at http://lilypond.org/; the download links are on the right. Once you get settled, this list is an extremely helpful resource, so feel free to ask with any

Re: tie polyphony

2018-01-24 Thread N. Andrew Walsh
Hi all, might it be the case that your are encountering a similar issue to one I posted a couple days ago (there, on the question of phrasing slurs in multi-voice staves that cross over single-voice ones); namely, that are trying to extend a slur across different contexts, so it fails. On Wed,

Re: GhostScript Fail (regression 2.19.17 to 2.19.18)

2018-01-23 Thread N. Andrew Walsh
Well, since we're all here, I might as well join in as well. I was getting the same ghostscript error, and I fixed it by doing the following: Editing the /usr/share/ghostscript/9.20/Resource/Init/Fontmap file to comment out the line about local fontmaps results in successful compilation and

Re: Phrasing slurs on two-voice stave

2018-01-22 Thread N. Andrew Walsh
Hi Ben, On Mon, Jan 22, 2018 at 1:59 PM, Ben wrote: > > Hi, > > Personally, I would probably want the slur on the bottom as it's cleaner > and easier to implement, > yes, and also notationally superior. But the client is, alas! a hobbyist-composer who does things for

Phrasing slurs on two-voice stave

2018-01-22 Thread N. Andrew Walsh
Hi List, I have the following: - \version "2.19.80" \relative c { \clef bass \time 4/8 << { \stemDown d16\( f a f d a' f d\) } \\ { \stemUp d8. f16 d4 } >> } - What I'm trying to do is ensure that the phrasing slur extends to the last

Re: spanners in multi-voice

2018-01-19 Thread N. Andrew Walsh
Update: On Fri, Jan 19, 2018 at 11:32 AM, N. Andrew Walsh <n.andrew.wa...@gmail.com> wrote: > Arrgh. I may not have resolved my issue (or, there's something going on > here I don't understand). > > Here's an example: > [SNIP] > > | %8 > d32\( a'16.~ a4.\) > &g

Re: spanners in multi-voice

2018-01-19 Thread N. Andrew Walsh
mmand, from bar 7 to 10, does not, and I get the error about an unterminated decrescendo I posted previously. So what am I doing wrong here? Cheers, A On Thu, Jan 18, 2018 at 2:54 PM, N. Andrew Walsh <n.andrew.wa...@gmail.com> wrote: > Hi David, > > On Thu, Jan 18, 2018 at 2

Re: spanners in multi-voice

2018-01-18 Thread N. Andrew Walsh
Hi David, On Thu, Jan 18, 2018 at 2:44 PM, David Kastrup wrote: > > How about giving an example actually showing the problem you are talking > about? > > -- > David Kastrup > Fair enough. And as it turns out, when I add a \! statement later on in that voice, the error disappears

spanners in multi-voice

2018-01-18 Thread N. Andrew Walsh
Hi List, let's say I have the following code: \relative c'' { %1 s2 | %2 << { a16\cresc d~ d4. } \\ { a8~ a4. } >> } Is there a way to have multiple measures of this kind of two-voice structure, and each measure contained within its own pair of << >> brackets, with one of these

feathered beam calculations

2017-12-15 Thread N. Andrew Walsh
Hi List, I'm trying to use the \featherDurations command on a brief passage: \relative c' { a,,^\markup { \italic "subito meno mosso" }\( b cis dis eis8\) \override Beam.grow-direction = #LEFT \featherDurations #(ly:make-moment 2/1) { a,32[\( b cis dis eis]\)\fermata } \override

Aligning \mark

2017-11-27 Thread N. Andrew Walsh
Hi List, I have a piece where I would like to have section titles, like: I. Risoluto II. Libero III. Giocoso etc. I've been using \mark to insert these into the score, but that aligns the text centered on the barline, thus with a significant portion of the text lying over the preceding measure.

Re: beat divisions and compound meter

2017-11-25 Thread N. Andrew Walsh
On Sat, Nov 25, 2017 at 12:36 PM, Urs Liska wrote: > > Short answer: not yet. I have been working on an analysis of the whole > matter but got interrupted by privare matters. > I'll at least provide a complete assessment of the matter but can't > promise a solution. > > Urs >

beat divisions and compound meter

2017-11-25 Thread N. Andrew Walsh
Hi List, I have a file with the following functions defined: beambreakOn = { \set subdivideBeams = ##t \set baseMoment = #(ly:make-moment 1/8) \set beatStructure = #'(2 2 2 2) } beambreakOff = { \set subdivideBeams = ##f \set baseMoment = #(ly:make-moment 1/8) \set beatStructure =

Re: [OT] Grammatic gender

2017-11-16 Thread N. Andrew Walsh
On Thu, Nov 16, 2017 at 3:04 AM, David Wright wrote: > > > > German: "Das Mädchen aß seine Mahlzeit.". > > > > >> > It may seem so, because the articles for all three genders are the > > >> > same, but words are referred to by ‘he’, ‘she’, or ‘it’. In > > >> > English

Re: Lyrics above/below on the fly

2017-09-07 Thread N. Andrew Walsh
LyricsStaff-1" { Voice two sings now And more > voice two } > >> > > -- > Phil Holmes > > > > - Original Message - > *From:* N. Andrew Walsh <n.andrew.wa...@gmail.com> > *To:* Phil Holmes <m...@philholmes.net> > *Cc:* lilypond-user

Re: Lyrics above/below on the fly

2017-09-07 Thread N. Andrew Walsh
riginal Message - > *From:* N. Andrew Walsh <n.andrew.wa...@gmail.com> > *To:* lilypond-user <lilypond-user@gnu.org> > *Sent:* Thursday, September 07, 2017 9:58 AM > *Subject:* Lyrics above/below on the fly > > Hi List, > > I'm working on a project where th

Lyrics above/below on the fly

2017-09-07 Thread N. Andrew Walsh
Hi List, I'm working on a project where the composer wants both singing voices on the same staff (it's a call-and-response thing), but such that whenever "voice 1" is singing, stems and lyrics are down, and whenever "voice 2" is singing, they're up. I can switch stem direction with \stemUp and

lyrics with alternatives in brackets

2017-08-11 Thread N. Andrew Walsh
Hi List, I'm transcribing a cantata in Latin, and the last section has two verses, each of which includes alternative versions of the text. My Latin is nonexistent, so I don't know why this would be, but here's an example (transcribed as best I can) of what it looks like: 1 [ qua ] te ro go,

Re: vertical spacer in figured bass

2017-06-23 Thread N. Andrew Walsh
ign perfectly? Cheers, A On Fri, Jun 23, 2017 at 1:17 PM, Richard Shann <rich...@rshann.plus.com> wrote: > On Fri, 2017-06-23 at 13:06 +0200, N. Andrew Walsh wrote: > > Richard, if I can dissect the Denomo code a bit (there's a lot of it! > > ), it looks like I need both the >

Re: vertical spacer in figured bass

2017-06-23 Thread N. Andrew Walsh
Hi Richard and Mark, Mark, thank you for the tip but I understand how continuation lines work. That part's not an issue. My issue is getting an empty line in the second set of bass figures. Richard, if I can dissect the Denomo code a bit (there's a lot of it!), it looks like I need both the

vertical spacer in figured bass

2017-06-22 Thread N. Andrew Walsh
Hi List, I can't seem to find how to do what I imagined would be a fairly simple thing to code. I have a figured bass sequence that looks like this in the original: 4 # 2 7 8 It's fairly obvious from the layout that the 4 goes to a major 3rd, the 7 goes to an octave, and the 2

Re: Fwd: ghostscript fails on pdf generation

2017-06-07 Thread N. Andrew Walsh
Hi David, On Thu, Jun 8, 2017 at 2:37 AM, David Wright wrote: > > Just to clarify, is this > …lilypond-2.19.61/bin/lilypond > That one ↑ or > …lilypond-2.19.61/lilypond/usr/bin/lilypond > > > > Maybe if it is only calling "lilypond" (i.e. without an absolute path >

Fwd: ghostscript fails on pdf generation

2017-06-07 Thread N. Andrew Walsh
file to point to PyQt5.QtWebEngineWidgets instead? Cheers, A -- Forwarded message -- From: N. Andrew Walsh <n.andrew.wa...@gmail.com> Date: Wed, Jun 7, 2017 at 4:30 PM Subject: Re: ghostscript fails on pdf generation To: Urs Liska <u...@openlilylib.org> Hi Urs, O

Re: ghostscript fails on pdf generation

2017-06-07 Thread N. Andrew Walsh
lilypond to ignore that like about Fontmap.local? Thanks for the help, A On Sat, Feb 25, 2017 at 7:11 PM, David Wright <lily...@lionunicorn.co.uk> wrote: > On Sat 25 Feb 2017 at 13:06:02 (+0100), N. Andrew Walsh wrote: > > Hi List, > > > > so, I did some digging reg

Re: Permission for music

2017-05-24 Thread N. Andrew Walsh
Hi List, doing a quick google search for the title and "sheet music" returns this link on the first page: http://www.kevinhabits.com/wp-content/uploads/2014/08/Amelie-theme-Yann-Tiersen.pdf which was engraved with Lilypond (as noted in the sheet music). I'm guessing this is the sheet music to

Re: Weird lyric extender shortening

2017-05-05 Thread N. Andrew Walsh
On Fri, May 5, 2017 at 5:15 PM, N. Andrew Walsh <n.andrew.wa...@gmail.com> wrote: > > Anyway, is this, then, a bug with <2.19.55? I'll try upgrading and report > back. > > Cheers, > > A > Update: upgrading to 2.19.59 made the problem go aw

Re: Weird lyric extender shortening

2017-05-05 Thread N. Andrew Walsh
On Fri, May 5, 2017 at 5:08 PM, David Wright wrote: > > > > > What might be causing this behavior? > > That's quite a MWE! Anyway, I get good extenders in your posted > source, and when I comment out > \global \KlavierMusicUpper crap, sorry. The material to comment

Weird lyric extender shortening

2017-05-05 Thread N. Andrew Walsh
Hi List, so, I have the following in a larger piece: \version "2.19.55" global= { \set Timing.baseMoment = #(ly:make-moment 1/4) \set Timing.beatStructure = #'(1 1 1) \set Timing.beamExceptions = #'() \set Score.markFormatter = #format-mark-box-numbers \time 4/8 \key f \minor

Re: LD_LIBRARY_PATH in different installation contexts

2017-04-11 Thread N. Andrew Walsh
Hi Urs, List, On Tue, Apr 11, 2017 at 11:04 AM, Urs Liska wrote: > b) Linux, self-compiled > I've never experienced this issue with self-compiled LilyPonds. I assume > this is *not* because self-compiled versions implicitly use the bundled > libs but because they

Re: Separate Emmentaler/Fonts

2017-04-11 Thread N. Andrew Walsh
Hi Urs, thanks for the link. I only needed the font for specific glyphs (sharp signs and the like), which I presume are individual glyphs that would still work within a body of regular text, yes? On Tue, Apr 11, 2017 at 12:03 PM, Urs Liska wrote: > Of course you have to

Separate Emmentaler/Fonts

2017-04-11 Thread N. Andrew Walsh
Hi List, quick question: is there a place online where I can download the Emmentaler font separately? I'm trying to recommend it for a translation project I'm doing, and I don't want to start my advice with "step 1, install Lilypond" because these people aren't actually music typesetters. On a

Re: Ghostscipt failure 256

2017-04-06 Thread N. Andrew Walsh
in the parentheses after "warning:") and see if it works? Or if you get different output? Cheers, A On Thu, Apr 6, 2017 at 3:42 PM, David Wright <lily...@lionunicorn.co.uk> wrote: > On Thu 06 Apr 2017 at 13:07:24 (+0200), N. Andrew Walsh wrote: > > Hi Peter, > > > > I ran

Re: Ghostscipt failure 256

2017-04-06 Thread N. Andrew Walsh
Hi Peter, I ran into Error 256 a while back. I solved it by using a newer version of Lily (the 2.19 branch) installed from the package from the website. HTH, A On Wed, Apr 5, 2017 at 9:31 PM, Pieter Terpstra wrote: > > Dear people, > With one file that i wanted to

Re: Suggestion for Frescobaldi: engrave parent

2017-03-04 Thread N. Andrew Walsh
Hi Urs (and the other Andrew), > On 4 March 2017 at 21:55, Urs Liska wrote: > >> From your post it sounds like this is what you need. But if you're >> talking about the Kayser project you actually need >> >> b) >> You can pin one of the documents to be compiled. You can

Suggestion for Frescobaldi: engrave parent

2017-03-04 Thread N. Andrew Walsh
Hi List, I'm back to doing engraving work (after Urs has very helpfully helped me get my project back in order), and I've realized something again that I've wished Frescobaldi had as part of its functionality. In my other, tex-based text editor (LyX, which is excellent for editing large

Re: ghostscript fails on pdf generation

2017-02-25 Thread N. Andrew Walsh
Hi List, so, I did some digging regarding this error I've been getting with pdf output (see below). I found this note to lilypond-users from two years ago: https://lists.gnu.org/archive/html/lilypond-user/2014-01/msg00932.html The money line is to comment out the last line of

patches for python-poppler-qt5

2017-02-17 Thread N. Andrew Walsh
Hi List, I'm not sure how many people have a similar case to mine, but I have had difficulty with installing frescobaldi on my system. The latest version depends on python-poppler-qt5, which in turn requires that the -c++11 flag is passed to the c compiler (don't know how to do this running

Re: ghostscript fails on pdf generation

2017-02-12 Thread N. Andrew Walsh
Hi David, > > The import of my post was to raise the question of whether the parts > of your LP system are incompatible and, if so, whether that was > brought about by the source of your LP system (which would probably > affect many people) or just a problem in your own setup. Well, the best I

Re: ghostscript fails on pdf generation

2017-02-12 Thread N. Andrew Walsh
Hi David, > > The first example on: > http://lists.gnu.org/archive/html/lilypond-user/2016-06/msg00123.html > > $ ~/lilypond-2.19.42.1/bin/lilypond e.ly > > runs this (now newer) script: > > #!/bin/sh > me=`basename $0` > export LD_LIBRARY_PATH="/home/david/lilypond-2.19.49-1/lilypond/usr/lib" >

Re: ghostscript fails on pdf generation

2017-02-12 Thread N. Andrew Walsh
Hi Urs, > > Does this error appear when you run lilypond from the command line or only > when you run it from Frescobaldi? This error occurs from the command line as well. It also failed to find the openlilylib installation, but that's just because I don't know how to add a search path from the

Re: ghostscript fails on pdf generation

2017-02-11 Thread N. Andrew Walsh
Hi Joram, > > Does it also happen when the file name does not contain spaces? > yes, it does. I tried with a renamed file, and got the same error. Cheers, A ___ lilypond-user mailing list lilypond-user@gnu.org

Re: ghostscript fails on pdf generation

2017-02-11 Thread N. Andrew Walsh
Hi Jean, I have 32GB of RAM. I have never seen that tick over 20% use, for anything, so I don't think it's an issue with memory. Cheers, A On Sat, Feb 11, 2017 at 9:08 PM, Jean Brefort <jean.bref...@free.fr> wrote: > Le samedi 11 février 2017 à 20:55 +0100, N. Andrew Walsh a écrit

Re: ghostscript fails on pdf generation

2017-02-11 Thread N. Andrew Walsh
a ghostscript update changed some part of the code and Lily wasn't yet adapted. For the record, I'm running Lilypond-2.19.54-1, 64-bit. On Sat, Feb 11, 2017 at 8:36 PM, N. Andrew Walsh <n.andrew.wa...@gmail.com> wrote: > Hi List, > > I realize this isn't strictly an issue with Lily, but pdf

ghostscript fails on pdf generation

2017-02-11 Thread N. Andrew Walsh
Hi List, I realize this isn't strictly an issue with Lily, but pdf output recently started failing. I see the following message in the console output: Layout output to `/tmp/lilypond-CFV9h3'... Converting to `Reinhold Urmetzer - Lamento di Achille.pdf'... warning: `(gs -q -dSAFER

Re: overextended volta alternatives

2017-01-25 Thread N. Andrew Walsh
Well, On Wed, Jan 25, 2017 at 6:38 PM, Simon Albrecht <simon.albre...@mail.de> wrote: > On 25.01.2017 18:33, N. Andrew Walsh wrote: > >> the \break statements within an \alternative block are causing the >> counter to register another ending, for some reason. >>

Re: overextended volta alternatives

2017-01-25 Thread N. Andrew Walsh
have three \alternative blocks with a \repeat volta 3 statement, and the time/key signatures reappear. So, uh, thanks for the help? Cheers, A On Wed, Jan 25, 2017 at 6:23 PM, N. Andrew Walsh <n.andrew.wa...@gmail.com> wrote: > Hi List, > > I have a somewhat difficult i

overextended volta alternatives

2017-01-25 Thread N. Andrew Walsh
Hi List, I have a somewhat difficult issue with volta and alternative endings. First, a verbal description: I have a score in which a passage is repeated 3 times, each with a different ending. At the last ending, I have a section that repeats thrice, followed by three separate endings. So, here

avoiding collisions between markup, tempo, and \mark

2017-01-20 Thread N. Andrew Walsh
Hi List, I have the following code: systembreaks = \new Voice { \mark \default \tempo "A tempo" 8 = 104 s2^\markup { \musicglyph #"scripts.segno" } | s2*15 \bar "||" } in a voice that contains all the tempo/key changes, and other such markings. In this case, the \markup segno is

Re: Frescobaldi segfault with PyQt4-

2017-01-17 Thread N. Andrew Walsh
Hi Urs, On Tue, Jan 17, 2017 at 1:31 PM, Urs Liska wrote: > > Ah, try to use SVG as a temporary workaround. > > Urs > > SVG output works (though, since I use a dark color scheme, the output appears as black on dark, which makes it hard to read. But I can cope with that for

Re: Frescobaldi segfault with PyQt4-

2017-01-17 Thread N. Andrew Walsh
Berendsen <w...@xs4all.nl> wrote: > Op Wed, 11 Jan 2017 22:36:06 +0100 > "N. Andrew Walsh" <n.andrew.wa...@gmail.com> schreef: > > > Hi List, > > > > I'm wondering if anybody is having recent issues with Frescobaldi. I > > run a rollin

Re: Faking a time signature

2017-01-13 Thread N. Andrew Walsh
Hi Jacques, my first instinct (given my very limited experience with mensural notation or as a music historian) is that this is a transcription error. The historical time signatures of mensural music did not include a symbol for 4/2: there were either three or two semibreves to a bar, and these

Re: Frescobaldi segfault with PyQt4-

2017-01-12 Thread N. Andrew Walsh
Hi Michael, On Thu, Jan 12, 2017 at 11:22 AM, Michael Gerdau wrote: > python-ly-0.9.4 and python-poppler-qt4-0.24.0 > according to this bug: https://bugs.gentoo.org/show_bug.cgi?id=604472, the 0.24.0 version of python-poppler-qt4 does not compile against sip-4.19. I'm not even

Re: Frescobaldi segfault with PyQt4-

2017-01-12 Thread N. Andrew Walsh
Hi Michael, On Thu, Jan 12, 2017 at 10:16 AM, Michael Gerdau wrote: > I'm also on a rolling release distro (ArchLinux) and they recently > rolled out Python 3.6. As a consequence I had to manually reinstall some > python packages (pyly and poppler integration) that are not part of

Frescobaldi segfault with PyQt4-

2017-01-11 Thread N. Andrew Walsh
Hi List, I'm wondering if anybody is having recent issues with Frescobaldi. I run a rolling-release distro (gentoo), so I install/update packages on an ongoing basis. In this case, the only package in frescobaldi's dependency tree that's been updated since mid-December is PyQt4, which just saw

Re: Openlilylib snippets announcement

2016-12-07 Thread N. Andrew Walsh
Maybe someone on the list can help me quickly, because I *always* lose the instructions: On Tue, Nov 22, 2016 at 3:00 PM, Urs Liska wrote: > > > 1) > openLilyLib snippets (and packages) are designed to be includable. That > means once you have "installed" openLilyLib (by

Re: Photoscore

2016-11-28 Thread N. Andrew Walsh
On Mon, Nov 28, 2016 at 5:12 PM, Johan Vromans wrote: > > For what reason do they still insist on tools and not on results? > The argument I've heard from my commercial publisher is that they need to be able to edit the files later, such as in the case of

Re: Photoscore

2016-11-28 Thread N. Andrew Walsh
There's hope for your wife! My elderly mother had a side job pre-retirement setting up computer systems for small businesses (like, server plus maybe a dozen workstations), and through me got into Linux. Now she rolls Linux Mint, and got my dad -- who first thought my installation of OpenOffice on

Re: Photoscore

2016-11-22 Thread N. Andrew Walsh
Hi Andrew, Sibelius includes the "lite" version, which doesn't read note-values smaller than a 16th (see the features page). I would need someone with the full version. Cheers, A On Tue, Nov 22, 2016 at 11:19 AM, Andrew Bernard wrote: > Hi Andrew, > > > > Not a

Photoscore

2016-11-22 Thread N. Andrew Walsh
Hi List, I've unfortunately run up against a suddenly very urgent deadline, that involves all the worst things about doing engraving work with Lily while trying to work with entrenched commercial interests. Namely, I've spent the last year engraving a set of scores with Lily that look great, but

Re: Solution to 7 over sqr(71) time against integer polyrhythms

2016-11-22 Thread N. Andrew Walsh
Hi Andrew, the most efficient way for you would be to set up a filter in gmail. Since every communication seems to involve the OP's email address, you should be able to set gmail to filter out based on that. Go to the top message of this thread. Click the "More" dropdown and select "filter

Guile-2?

2016-11-21 Thread N. Andrew Walsh
Hi List, I asked a while back about how Lily is coming along adapting to Guile2. At the time, it sounded like patience would be necessary. But I heard a rumor that someone posted to the dev list in the last week or so about doing some work on it, is such a thing possible? If so, as I'm not on

Re: A tricky example -- polyMETER against polyRHYTHM

2016-11-03 Thread N. Andrew Walsh
Maybe I'm misunderstanding mclaren's example, but the graphic he posted has a number of notational errors. To wit: in the third voice, if the meter is 11/8, then an 11:9 tuplet will not fill the bar, as it will only cover 9 eighth-notes. Perhaps he meant 9:11, in which case the meter needs to

Re: always set beam outside of staff

2016-09-08 Thread N. Andrew Walsh
For example, the (pseudo-code) sequence: (treble clef, relative c'') { b4 r8.[ d16] r8.[ e16] r8.[ g16] } when I would notate it would always either shove the 8. rest outside of the bar, or collide with it, or otherwise involve ugly beaming. I found I had to re-write the rests as something like {

Re: Compiling against guile-2.*

2016-08-22 Thread N. Andrew Walsh
> > In a nutshell, they aren't. Once Guile 2.0.12 becomes available in > Ubuntu _or_ works reasonably well non-installed, there may be some more > attempt to get this to work, until the next Guile flaws not sanely > addressable in LilyPond are discovered and one has to wait for the next > Guile

Re: Compiling against guile-2.*

2016-08-17 Thread N. Andrew Walsh
On Wed, Aug 17, 2016 at 7:10 AM, David Kastrup wrote: > Jacques Menu Muzhic writes: > > > Hello Andrew, > > > > Guile 2.x features semantic changes (in memory management IIRC) that > > prevent LP from being able to use it, DK will tell you more. > This is

Compiling against guile-2.*

2016-08-16 Thread N. Andrew Walsh
Hi List, so I'm compiling a "live" build of Lily that seems to build from git, and I got this error: WARNING: Please consider installing optional programs or files: guile < 1.9.0 (installed: 2.0.12) texi2html dblatex lh CTAN package (texlive-lang-cyrillic or texlive-texmf-fonts) ERROR: Please

Re: OT: high-precision tuner app

2016-05-26 Thread N. Andrew Walsh
On Thu, May 26, 2016 at 9:34 AM, Werner LEMBERG wrote: > > > "Perfect pitch" is a sham. [...] > > It seems that you don't know the facts very well. Absolute pitch is > *not* related to being a `better' musician. In fact, it's not even > related to music. Have a look at the

Re: OT: high-precision tuner app

2016-05-26 Thread N. Andrew Walsh
> > > > Off topic, I know, but how do those gifted with perfect pitch cope with > all this? > > Michael > You ready for some polemic? "Perfect pitch" is a sham. It's a fraud perpetuated by people who think that some of us are simply born musical geniuses, with an innate ability to sense the

Re: high-precision tuner app

2016-05-23 Thread N. Andrew Walsh
Mi Mats, Take a look at PitchLab, which already has a long list of built-in historical temperaments and lets you specify your own (see also http://polettipiano.com/wordpress/?page_id=1029). that app only seems to allow me to pre-set a temperament with 12 distinct pitches to the octave. I'm using

Re: high-precision tuner app

2016-05-23 Thread N. Andrew Walsh
.aptuner.com > > > Phil. > > > - Original Message - > *From:* N. Andrew Walsh <n.andrew.wa...@gmail.com> > *To:* lilypond-user <lilypond-user@gnu.org> > *Sent:* Monday, May 23, 2016 6:38 PM > *Subject:* OT: high-precision tuner app > > Hi List, &g

Re: OT: high-precision tuner app

2016-05-23 Thread N. Andrew Walsh
s Liska <u...@openlilylib.org> wrote: > Intunator could be good for you. > > Am 23. Mai 2016 19:38:13 MESZ, schrieb "N. Andrew Walsh" < > n.andrew.wa...@gmail.com>: > >> Hi List, >> >> I'm guessing somebody on the list might be able to help

OT: high-precision tuner app

2016-05-23 Thread N. Andrew Walsh
Hi List, I'm guessing somebody on the list might be able to help me with a somewhat off-topic issue. For whatever reason (or rather: see my previous posts to the list about my interest in just intonation) I'm trying to find a tuning app capable of tuning to very precisely-set reference pitches.

Re: Replying to posts

2016-04-27 Thread N. Andrew Walsh
I *told* you it would be a great nerd-fight. So long as we argue in good faith, and stay friends afterwards, it's all in good spirit. <3 On Wed, Apr 27, 2016 at 8:39 PM, Rafael Ramirez Morales < rafael.ramirezmora...@gmail.com> wrote: > Thanks everybody. > > This has been one of the funniest

Re: Replying to posts

2016-04-27 Thread N. Andrew Walsh
eyboards-for-germany (yes, it cost a fortune, but it saved my hands after years of steadily increasing carpal tunnel issues) On Wed, Apr 27, 2016 at 2:10 PM, <lilyp...@maltemeyn.de> wrote: > Am 2016-04-27 13:39, schrieb N. Andrew Walsh: > >> >>> In german we have

Re: Replying to posts

2016-04-27 Thread N. Andrew Walsh
> > In german we have a saying: > "Leute fresst Scheisse. Millionen Fliegen können nicht irren." > Now I'm going to start an argument about your deplorable capitulation to the masses by abandoning the venerable "ß". *goes back to the popcorn* ___

Re: Replying to posts

2016-04-27 Thread N. Andrew Walsh
> > With all due respect, considerate is as considerate does. Shouting and > screaming because you use some obscure tool that doesn't work the way 99% > of the internet messaging tools in use work, and expect people to be > accommodating of you, isn't considerate. > Well, here's the part where I

Re: Replying to posts

2016-04-25 Thread N. Andrew Walsh
this, without taking any position in the discussion itself. You want a *real* nerd-fight, though, we can go back to talking about accidentals for music in just intonation. Cheers, A On Mon, Apr 25, 2016 at 4:47 PM, David Kastrup <d...@gnu.org> wrote: > "N. Andrew Walsh" <n.

Re: Replying to posts

2016-04-25 Thread N. Andrew Walsh
Oh man, this is going to be the best nerd-fight ever. *gets popcorn and writes a reply out in non-ISO character encoding* <3 A On Mon, Apr 25, 2016 at 3:17 PM, Blöchl Bernhard < b_120902342...@telecolumbus.net> wrote: > Nonsense, to stay polite! > > Have you ever heard of ASCII? If not,

Re: Fonts from the former fonts.openlilylib.org

2016-03-27 Thread N. Andrew Walsh
A side note: it seems to me that one of Abraham's root causes for wanting to commercialize the substantial work he's done making engraving fonts is his own financial situation. If this is the case, it might be worth considering some of the crowd-funding mechanisms that support development work.

Re: Horizontal \sustainOn alignment

2016-03-24 Thread N. Andrew Walsh
ng LSR snippets for this – but I may be > wrong. The LSR search engine is primitive. > > Andrew > > > > On 24/03/2016, 22:42, "N. Andrew Walsh" < > lilypond-user-bounces+andrew.bernard=gmail@gnu.org on behalf of > n.andrew.wa...@gmail.com> wrot

Re: Horizontal \sustainOn alignment

2016-03-24 Thread N. Andrew Walsh
Well, we're talking about mm. here: In all of Gould's examples, it's more the "e" that's centered on the notehead. My client wants the vertical of the P to be flush with the left side of the notehead (which shifts it slightly but noticeably rightward compared to standards). I'm not sure why, but

Horizontal \sustainOn alignment

2016-03-24 Thread N. Andrew Walsh
Hi List, quick question: is there a way to modify the horizontal alignment of the various \sustainOn grobs? For reasons inexplicable to me (also somewhat odd from an engraving standpoint) my client wants the traditional Ped. glyph left-aligned to the start of the note. Is there a way to do this

volta with stanzas in variables

2016-03-19 Thread N. Andrew Walsh
Hi List, I have a song with a \repeat volta 3 { ... } section in the middle (that is, it's padded before and after with about eight measures. The volta section has three stanzas of lyrics, but the 2nd and 3rd stanzas start as a pickup note at the end of the \alternative ending. Going from my

Re: volta with stanzas in variables

2016-03-19 Thread N. Andrew Walsh
at 7:48 PM, tisimst <tisimst.lilyp...@gmail.com> wrote: > On Fri, Mar 18, 2016 at 12:45 PM, N. Andrew Walsh [via Lilypond] <[hidden > email] <http:///user/SendEmail.jtp?type=node=188676=0>> wrote: > >> Wh, that fixed a bunch of things! Thanks everybody! >> &g

Re: volta with stanzas in variables

2016-03-19 Thread N. Andrew Walsh
sed to go to that Voice context. Cheers, A On Fri, Mar 18, 2016 at 9:43 AM, David Kastrup <d...@gnu.org> wrote: > "N. Andrew Walsh" <n.andrew.wa...@gmail.com> writes: > > > That works fine (minus the literary merits), but doesn't work if I try to > &

\volta \alternative and \( .. \)

2016-03-19 Thread N. Andrew Walsh
Hi List, I'm working on a short song, which repeats three times and has alternate endings. However, the music has a phrasing slur that should extend into the alternate ending. This works fine for endings 1 and 2 (ie, the first of two \alternative expressions), but the second does not, and I get

Re: \volta \alternative and \( .. \)

2016-03-19 Thread N. Andrew Walsh
org> wrote: > "N. Andrew Walsh" <n.andrew.wa...@gmail.com> writes: > > > Hi List, > > > > I'm working on a short song, which repeats three times and has alternate > > endings. However, the music has a phrasing slur that should extend into > the &g

Re: volta with stanzas in variables

2016-03-18 Thread N. Andrew Walsh
Wh, that fixed a bunch of things! Thanks everybody! One last issue: how do I move the last syllable of the third stanza to the third ending? Right now it's still sitting under the first note of the first/second ending, when it should kick over to the third. Thanks for the help! A On Fri,

Re: Staff-staff spacing temporary changes

2016-02-22 Thread N. Andrew Walsh
I have a very similar problem (my use case is wanting to space staves more or less distant from each other on a per-system basis), and the solution I got at the time was something like "insert invisible boxes or \hideNotes expressions into a simultaneous voice to force specific spacing." That

Re: Install on linux

2016-02-21 Thread N. Andrew Walsh
Late to the party, but most Linux distros will allow you to add repositories/packages for more-recent versions: on gentoo, you can even use a "live" version that installs from git. This has the occasional consequence of lilypond reporting itself as a version that isn't officially released yet. So

Re: Ossia Piano Staff

2016-02-17 Thread N. Andrew Walsh
quot;good" way. A hacky way is to place a hidden markup or > note within the measure so that it forces the spacing to be what you want. > > -- > Phil Holmes > > > > - Original Message - > *From:* N. Andrew Walsh <n.andrew.wa...@gmail.com> > *To:* li

Fwd: Ossia Piano Staff

2016-02-17 Thread N. Andrew Walsh
that? Cheers, A -- Forwarded message -- From: N. Andrew Walsh <n.andrew.wa...@gmail.com> Date: Wed, Feb 17, 2016 at 12:14 PM Subject: Re: Ossia Piano Staff To: Andrew Bernard <andrew.bern...@gmail.com> Hi Andrew, thanks for pointing the errors out. I realized it wasn't com

Ossia Piano Staff

2016-02-17 Thread N. Andrew Walsh
Hi List, also, in the same ensemble piece I mentioned in the last message, I'd like to have a passage in the piano part that also includes such "empty" staves for graphics, but only within one section. I'm trying to apply the NR instructions for ossia staves, and it's apparently not working.

explicit (temporary) staff-spacing overrides

2016-02-17 Thread N. Andrew Walsh
Hi List, I have a piece in which a stretch of measures has no notes or barlines, but requires a lot of vertical space (that is, sets aside space into which graphics may be placed from external sources). So I have the following: \version "2.19.36" celloMusic = \relative c { \key c \major \clef

Re: [Correction] Is there a bug in the way Lilypond handles SLURS?

2016-02-15 Thread N. Andrew Walsh
Hi Devin, Lilypond's syntax deviates from other programming languages in a subtle but significant way: certain characters -- namely brackets -- do not need to be explicitly nested inside one another. Rather, they occur at the points where their corresponding graphical object begins and ends. See

Re: Scripting the \paper blocks output

2016-02-14 Thread N. Andrew Walsh
Hi Andrew, Ha! Works like a charm! Thanks, that's going to be super-handy when I, uh … start my lilypond publishing empire. Seriously, though, that's some cool scripting magic. For others who might want to use the function, one remark: note that the quotation marks for the "catalog-number"

Scripting the \paper blocks output

2016-02-14 Thread N. Andrew Walsh
Hi List, I have an included file, "default.ily" that I use for my stylesheet, comprising the following \paper block: \paper { %% Set system-system distance system-system-spacing.basic-distance = #32 indent = 18\mm two-sided = "true" inner-margin = 15.0\mm outer-margin = 3.3\mm

Avoiding PhrasingSlur/accidental collisions

2016-02-14 Thread N. Andrew Walsh
Hi List, I'm working with the following expression: \version "2.19.36" \relative c { \repeat tremolo 8 { es'''32\( es, } es'!2\) | } When that's stretched out a bit (or even, actually, here) the PhrasingSlur collides with the accidental. How do I avoid this? I see the following possible

Re: "bitonal" key signatures

2016-02-10 Thread N. Andrew Walsh
s the best way to go about this? Cheers, A On Wed, Feb 10, 2016 at 3:51 PM, N. Andrew Walsh <n.andrew.wa...@gmail.com> wrote: > Thanks for the tips. Another question: how can I force a display of the > "natural" time signature, so that it's clear the right hand is in a &g

<    1   2   3   >