RE:Vertically centering refrain lyrics?

2014-11-06 Thread Stephen MacNeil
I play with that stuff now and then, although not my main thing. Anyway this was my solution Stephen \version "2.18.2" \header { title = "Whiskey in the Jar" copyright ="©Stephen MacNeil 2014" } source = "" piece = "" tagline = "" global = { \key c \major \time 4/4 } \paper { top-ma

How to prevent natural signs from being printed when the key signature changes

2014-11-06 Thread Jayaratna
Dear Lilyfriends, I am following the steps from the notation manual at this location: http://lilypond.org/doc/v2.18/Documentation/notation/displaying-pitches#key-signature My code is: \version "2.18.2" \score { \relative c' { \key f \major c d e f \set Staff.printKeyCancellation = ##f \clef sop

Re: How to prevent natural signs from being printed when the keysignature changes

2014-11-06 Thread Trevor Daniels
Jayaratna wrote Thursday, November 06, 2014 11:42 AM > My code is: > > \version "2.18.2" > \score { > \relative c' { > \key f \major c d e f > \set Staff.printKeyCancellation = ##f > \clef soprano \key c \major g a g f > } > } > > But I still get the natural sign printed. >

Re: How to prevent natural signs from being printed when the key signature changes

2014-11-06 Thread Helge Kruse
You did it as describe in the notation manual. Further it works for key signatures that have a sharp. But it doesn't work for C major without a neither a sharp nor a flat. I assume it's a bug. Regards, Helge 2014-11-06 12:42 GMT+01:00 Jayaratna : > Dear Lilyfriends, > I am following the steps f

Re: How to prevent natural signs from being printed when the key signature changes

2014-11-06 Thread Helge Kruse
Just wait a minute! If you don't have the natural sign and the next key signature has neither sharp nor flat sign, how would you read the new key signature? I think the flat is necessary here. Helge ___ lilypond-user mailing list lilypond-user@gnu.org h

Re: How to prevent natural signs from being printed when the key signature changes

2014-11-06 Thread Jayaratna
Ok, that one was a dummy example I made to see if the 'error' happened in a context different from the one I have in my file. Maybe it would just be good to add Trevor's explanation to the website. I actually wanted to copy the following score: I just decided to keep the f key.

General newbie query: Creating and displaying dynamic scores using Lilypond?

2014-11-06 Thread Alice Eldridge
Dear Lilypond list, We are plotting a networked score system, where each part can be updated dynamically from a central controller. In the simplest case, this would be a set score, with a means to indicate the current bar, as an ensemble plays - this might be a vertical line scrolling through,

Re: General newbie query: Creating and displaying dynamic scores using Lilypond?

2014-11-06 Thread Urs Liska
Am 06.11.2014 15:57, schrieb Alice Eldridge: Dear Lilypond list, We are plotting a networked score system, where each part can be updated dynamically from a central controller. In the simplest case, this would be a set score, with a means to indicate the current bar, as an ensemble plays - t

Re: General newbie query: Creating and displaying dynamic scores using Lilypond?

2014-11-06 Thread David Nalesnik
Hi, On Thu, Nov 6, 2014 at 10:22 AM, Urs Liska wrote: > > Am 06.11.2014 15:57, schrieb Alice Eldridge: > > Dear Lilypond list, > > We are plotting a networked score system, where each part can be updated > dynamically from a central controller. In the simplest case, this would be > a set score,

RE: General newbie query: Creating and displaying dynamic scores using Lilypond?

2014-11-06 Thread Mark Stephen Mrotek
Dr. Eldridge, Something online that seems to resemble your proposed system. http://weezic.com/en/ Mark From: lilypond-user-bounces+carsonmark=ca.rr@gnu.org [mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of Alice Eldridge Sent: Thursday, November 06, 2014 6

ANN: TransLily - A minimalist assistant for transcribing vocal and instrumental parts in LilyPond notation.

2014-11-06 Thread Michael Ellis
I've been using LilyPond for a number of years to transcribe individual parts from choral and instrumental music. Along the way, I've tried various GUI's and editor macros but none have proved quite satisfactory --- particularly when it comes to efficiently transcribing more than one part. I code

Single Staff Spacing

2014-11-06 Thread Chris Trahan
I'm new to Lilypond. I have a simple score that is short. It's a single staff score. I'm trying to increase the spacing between staves but nothing I try is working. How do I increase the space between the staves? A short example is: \version "2.18.2" \new Staff { \relative c'' {

Re: Single Staff Spacing

2014-11-06 Thread David Nalesnik
Hi Chris, On Thu, Nov 6, 2014 at 8:43 PM, Chris Trahan wrote: > I'm new to Lilypond. > Welcome to the community! > I have a simple score that is short. It's a single staff score. I'm trying > to increase the spacing between staves but nothing I try is working. How > do I increase the space b

Re: Single Staff Spacing

2014-11-06 Thread Jim Long
There are probably several ways, but the way I do it is: Near the top, after your version statement, add a \paper block: \version "2.18.2" \paper { system-system-spacing #'padding = #2 } \new Staff Adjust the value 2 to a value of your liking. Another option is to let Lilypond auto-spa

Single Staff Spacing

2014-11-06 Thread Chris Trahan
Thanks to David Nalesnik and Jim Long for helping. I figured that the spacing had to go in the \paper section but I couldn't figure out what parameters to adjust. Chris ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/

Re: Single Staff Spacing

2014-11-06 Thread Pierre Perol-Schneider
Hi Chris, 2014-11-07 4:03 GMT+01:00 Chris Trahan : > Thanks to David Nalesnik and Jim Long for helping. > > I figured that the spacing had to go in the \paper section but I couldn't > figure out what parameters to adjust. > Actually David and Jim did give you the answer. Tu sum up: \version "