Changing the order of accidental printing

2021-10-13 Thread Tyler Mitchell
Hi, I have a particular two-voice passage where both voices play the same notes, and both would have an accidental, but they are merged into one. However, the order in which the accidentals are printed is not really ideal. I've come up with two workarounds, but neither seem really optimal. Is

Re: Prall in a staff space

2020-01-21 Thread Tyler Mitchell
On Fri, Feb 15, 2019 at 12:58:03AM -0800, Tyler Mitchell wrote: > I am attempting to put a prall within the staff, in spaces only, > similar to how a tenuto works. > > [...] > > How does LilyPond know to place the tenuto within the staff, but > the prall outside of it? And

Re: Double-underline markup

2019-10-15 Thread Tyler Mitchell
On Tue, Oct 15, 2019 at 09:47:09AM +0200, Urs Liska wrote: > is there an easy or already-implemented way to have a markup > double-underlined, or do I have to draw that manually? I would like to know this, too. Last time I needed it, I was in a tearing hurry, and slammed out this gem:

Re: 2nd Verse lyrics drop below all staves, alignBelowContext not working

2019-09-07 Thread Tyler Mitchell
[With apologies for repeatedly mailing the list...] Perhaps a better way, if you want to use alignBelowContext instead, is to assign a name to the Lyrics context itself, like: \version "2.18.2" \score { << \new Staff << \new Voice = "soprano" \relative c' { e4 d c d e e e r

Re: 2nd Verse lyrics drop below all staves, alignBelowContext not working

2019-09-07 Thread Tyler Mitchell
Another thing came to mind: I usually do multiple verses like this a bit differently, using \skip in the lyrics. The equivalent of my previous example using that method would be: \version "2.18.2" \score { << \new Staff << \new Voice = "soprano" \relative c' { e4 d c d e e e

Re: 2nd Verse lyrics drop below all staves, alignBelowContext not working

2019-09-07 Thread Tyler Mitchell
On Sat, Sep 07, 2019 at 10:43:51AM -0700, Keizen Li Qian wrote: > I could still use some help here. I believe my construct looks exactly as > described in the documentation > > starting at

Re: Frescobaldi language problem

2019-07-06 Thread Tyler Mitchell
On Sun, Jul 07, 2019 at 01:17:40AM +0200, Federico Bruni wrote: > Il giorno gio 4 lug 2019 alle 18:50, Tyler Mitchell ha > scritto: > > On Thu, Jul 04, 2019 at 11:26:16AM -0500, John Karl wrote: > > > I've have apparently reset Frescobaldi's language selection for >

Re: Jazz Chord Symbols (as new font - NOT notation font)

2019-07-05 Thread Tyler Mitchell
On Fri, Jul 05, 2019 at 12:41:38PM +0200, Marco Baumgartner wrote: > Hi Tyler, > it was from apt package. Which version would you recommend? I need to > re-install anyway. I'm on Debian Linux, but I'm not a very skilled user. > Normally I install everything with apt-get install - only when I

Re: Jazz Chord Symbols (as new font - NOT notation font)

2019-07-04 Thread Tyler Mitchell
On Thu, Jul 04, 2019 at 03:29:00PM +0200, Marco Baumgartner wrote: > Although my font (otf) HAS ligatures (and show up if the font is > used on my system in other programs) - it doesn't show ANY > ligatures in lilypond... Can't make it work as of now. > > I'm using 2.18.2 on Debian Linux with

Re: Frescobaldi language problem

2019-07-04 Thread Tyler Mitchell
On Thu, Jul 04, 2019 at 11:26:16AM -0500, John Karl wrote: > I've have apparently reset Frescobaldi's language selection for > its "Lilypond log" output from English to German and have been > unable to undo this. I am having the same problem; I noticed it immediately after upgrading from El

Re: Two vertical lines as breath marks

2019-03-02 Thread Tyler Mitchell
On Sat, Mar 02, 2019 at 04:27:15PM +, Joseph Srednicki wrote: > Hello: > > I am working with French baroque organ music. This music uses two > vertical lines as breathing marks to indicate a change in > registration or manual. See the image in the attached PNG or SVG > file. The breathing

Prall in a staff space

2019-02-15 Thread Tyler Mitchell
I am attempting to put a prall within the staff, in spaces only, similar to how a tenuto works. Given the following bit of code: \version "2.18.2" \layout { \context { \Staff \remove Time_signature_engraver } } \relative c' { \override Stem.length = #0 f^\tenuto g^\tenuto f-\prall g-\prall |

max and min operators in draw_round_box (was: Lilypond not rendering PDF on Mac)

2019-01-09 Thread Tyler Mitchell
On Wed, Jan 09, 2019 at 12:27:13PM +, Stephen Wilkinson wrote: > [...] it seems to be a struggle to get the postscript file to > open in anything at all. I looked at this and it seems the culprit is the draw_round_box procedure which uses 'max' and 'min' operators, which are not part of

Re: Lilypond not rendering PDF on Mac

2019-01-09 Thread Tyler Mitchell
On Wed, Jan 09, 2019 at 12:27:13PM +, Stephen Wilkinson wrote: > It makes a postscript file, but it looks a mess. I'm now suspecting this > stage is the problem, rather than the pstopdf, because it seems to be a > struggle to get the postscript file to open in anything at all. Again > though,

Re: Incorrect behavior of lyrics aligned to nullvoice

2019-01-08 Thread Tyler Mitchell
On Tue, Jan 08, 2019 at 04:49:21PM +0300, Павел Буданов wrote: > Hello everyone! > Look for my example from Bach's chorale. Syllable positioning is incorrect > where is the second between soprano and alto. Can you help me? >   > sopranonotes = \relative c'' { a g2 f4 } > altonotes = \relative c''

Re: Lilypond not rendering PDF on Mac

2019-01-08 Thread Tyler Mitchell
On Tue, Jan 08, 2019 at 05:32:11PM +, Stephen Wilkinson wrote: > Sorry, not sure if I've posted this twice Yes. > I've recently installed Lilypond (2.18.2) onto a new Mac (OS X > 14.2), but have run into a problem at the beginning. Lilypond > hangs when rendering a file at the 'Converting to

Re: Strange GS failure

2019-01-07 Thread Tyler Mitchell
On Mon, Jan 07, 2019 at 11:49:42AM +, Peter Toye wrote: > Brian, > > Thanks - that was it! Not a very helpful error message, is it? You get a slightly better one if you add the -V flag (verbose): Converting to `./test.pdf'... Invoking `gs -dNOSAFER -dDEVICEWIDTHPOINTS=595.28

Re: Lyric placement or new staff for ending

2019-01-02 Thread Tyler Mitchell
Hi Guy, [I'm not the list maintainer, but as a suggestion, if you make a mistake and post your message too soon, it may be better to reply to your original message without modifying the subject line, so that you don't create multiple threads for the same topic.] On Wed, Jan 02, 2019 at

LilyPond website and HTTPS support

2019-01-02 Thread Tyler Mitchell
Hi, Are there any plans to make lilypond.org accessible via HTTPS? Now Chrome is marking HTTP-only sites as "Not secure", and perhaps other browsers will follow suit. I think historically there was a cost barrier to obtaining an SSL certificate, but now that Let's Encrypt is around, this should

Re: Lyrics above context

2019-01-02 Thread Tyler Mitchell
On Wed, Jan 02, 2019 at 03:30:27PM -0600, Guy Stalnaker wrote: > BINGO! > > Tyler -- that did it. Again, much thanks. > > I need to explore this Dynamics thing. Would be nice to only have to put > dynamics etc. in its own place then apply to each "voice". I assume that's > what > this is for.

Re: Lyrics above context

2019-01-02 Thread Tyler Mitchell
On Wed, Jan 02, 2019 at 01:13:22PM -0600, Guy Stalnaker wrote: > Tyler, > > How will LP know to which context the dynamics apply? I have a open SATB > score? Hi Guy, The dynamics are now only in the Dynamics context itself; I've removed them from the original "Solo" voice. The Dynamics context

Re: Lyrics above context

2019-01-02 Thread Tyler Mitchell
On Wed, Jan 02, 2019 at 08:00:31AM -0600, Guy Stalnaker wrote: > And the answer is, "No, I can't incorporate into the larger score." > > Follow-up question then: can this type of Dynamics directive be applied in > a temporary polyphonic passage? Because that's what I'm trying to do. Final > four

Re: Lyrics above context

2019-01-01 Thread Tyler Mitchell
On Tue, Jan 01, 2019 at 11:37:31AM -0600, Guy Stalnaker wrote: > All, > > At the end of a choral work I want soprano solo, their text above the > staff, with remaining sopranos "Ooo" below the staff. There are also > dynamics, a dimenuendo, and a note re: Solo, etc. Right now LP engraves the >

Re: Control over midi output

2018-12-04 Thread Tyler Mitchell
On Tue, Dec 04, 2018 at 09:33:44AM -0500, Mr Tim wrote: > Hi all, I'm trying to use Lilypond to create midi files to be played by an > organ and I'm having difficulty getting it formatted the way it needs to be. I've had a fair bit of success recently with midicsv and csvmidi:

Re: Parenthesized second key signature

2018-11-30 Thread Tyler Mitchell
On Fri, Nov 30, 2018 at 11:09:52AM +0100, Thomas Morley wrote: > Probably it's enough to use the music-function-default-arguments, > which can be omitted with newer versions, i.e.: > > alternativeKey = > #(define-music-function (parser location p-1 p-2 scale-def) > (ly:pitch? ly:pitch?

Re: Parenthesized second key signature

2018-11-30 Thread Tyler Mitchell
By the way, I don't know what this is called, properly -- I've been using words like 'parenthesized' or 'parenthetical' or 'second' or 'secondary' key signature, but if there is a proper name for it (and while I'm wishing, the rules for when to print it or not), I'd like to know, too. Tyler

Re: Parenthesized second key signature

2018-11-30 Thread Tyler Mitchell
On Fri, Nov 30, 2018 at 06:14:20PM +1100, Andrew Bernard wrote: > HI Mark, > > Yes I note in both examples the key sigs are a semitone apart. Is this some > convention in some church music? OP, help us out. I don't even know what to > google for! > > Andrew Yes, Mark and David have it right --

Re: Parenthesized second key signature

2018-11-30 Thread Tyler Mitchell
On Thu, Nov 29, 2018 at 10:10:16PM +0100, Thomas Morley wrote: > Hi, > > I once made below (here a little lifted up): > [...snip...] > > HTH, > Harm Thanks, Harm, I'll give it a try, but it looks like I'll need to get on the -devel branch first. (I quickly attempted it on 2.18.2 but it

Parenthesized second key signature

2018-11-29 Thread Tyler Mitchell
I'm trying to figure out how to add a "parenthesized" second key signature to my music, something like this: https://www.ldx.ca/tmp/paren-key-1.png I experimented with adding two \key commands one after the other, but I get the error: foo.ly:5:9: warning: Two simultaneous