Re: Typesetting renaissance music

2015-05-13 Thread Alexander Kobel
On 2015-05-14 05:09, Murray-Luke Peard wrote: [...] One is to use the Mensurstriche layout, which has bar lines between staves but not through them. My preferred option is to move the barline up or down if the note is low or high, and split it if the note is in the middle. I've been able to move

Typesetting renaissance music

2015-05-13 Thread Murray-Luke Peard
Hi everyone, I've just started using Lilypond a week or so ago, and so far I'm very impressed! I've been able to produce really nice results in a relatively short time. My main interest is in typesetting renaissance choral music, and there's one thing I haven't been able to figure out how to do.

Various Stanza Questions

2015-05-13 Thread Torchflame
Hi everyone, I'm currently using the \rN snippet (http://lsr.di.unimi.it/LSR/Item?id=710) to generate roman numerals for an analysis I'm doing. The piece ventures into various keys, so I would really like the ability to put the analysis for each key in a separate stanza so that they can appear when

Re: Odd note placement

2015-05-13 Thread jimmyg...@gmail.com
Thanks!! LP is a complex beast. Sent from my HTC - Reply message - From: "Pierre Perol-Schneider" To: "Guy Stalnaker" Cc: "lilypond-user Mailinglist" Subject: Odd note placement Date: Wed, May 13, 2015 1:09 AM Hi Guy, I'm not sure why LP's missing lyrics to new voice association. Any

Guile SXML example

2015-05-13 Thread Urs Liska
To all those who had to do with the Guile 2 SXML module with LilyPond. This module can convert a Scheme (music) structure to a generic XML format, and that's what we intend to use for exporting towards MusicXML or other XML formats. But IIUC we cannot simply use that yet because it's only avail

Thank you much for s-z rest

2015-05-13 Thread David Raleigh Arnold
On Wed, 13 May 2015 08:46:58 -0700 (MST) tisimst wrote: (...) Thanks much to you and Phil Holmes for your replies re the s-z quarter rest. My ineptitude caused my OP to appear in Gmane but apparently not in the mailing list, so I repeat a little: AFAIK s-z was introduced shortly before 1808. It i

Re: Odd note placement

2015-05-13 Thread tisimst
Guy, On Tue, May 12, 2015 at 10:16 PM, Guy Stalnaker-2 [via Lilypond] < ml-node+s1069038n17652...@n5.nabble.com> wrote: > All, > > I cannot figure out why LP is doing this. The snippet is below. Note the > second to last blank measure and the following measure with the b-flat, a > "chord" which s

Re: Re:Quoted music and midi (Cynthia Karl)

2015-05-13 Thread Phil Holmes
- Original Message - From: <70147pers...@telia.com> However I found a bug report from already 2012, issue 2250, https://code.google.com/p/lilypond/issues/detail?id=2250. There one proposes a workaround, (\set Score.quotedEventTypes = #'(StreamEvent note-event rest-event) ). That helpe

Re: Re:Quoted music and midi (Cynthia Karl)

2015-05-13 Thread 70147persson
On 2015-03-16 02:02, Cynthia Karl wrote: Date: Fri, 06 Mar 2015 16:00:10 -0600 From: Cynthia Karl Subject: Re: Quoted music and midi I wouldn?t consider that a problem... if I quote the violin part in a trumpet part, I wouldn?t expect to hear the brass honking away in the MIDI rendition. Quoti

Re: Where is there a "z" or "s" quarter rest?

2015-05-13 Thread Phil Holmes
Example of its use here: http://lilypond.org/doc/v2.19/Documentation/snippets/rhythms#rhythms-rest-styles. -- Phil Holmes - Original Message - From: tisimst To: lilypond-user@gnu.org Sent: Tuesday, May 12, 2015 10:52 PM Subject: Re: Where is there a "z" or "s" quarter re

Re: Odd note placement

2015-05-13 Thread Pierre Perol-Schneider
Hi Guy, I'm not sure why LP's missing lyrics to new voice association. Anyway, you can easily avoid this by putting : ... \new Voice { \voiceTwo c''8 | g'4 f' e' | } \new Lyrics \lyricmode { Al8 -- le4 -- lu -- ia } ... instead. 'Hope that helps a bit