Re: creating pop/vocal lead sheets without the melody line

2015-02-24 Thread Kieren MacMillan
Hi Ryan, > How would I add rests in lyricmode? Use \skip: \version "2.19.15" \language "english" \include "predefined-guitar-fretboards.ly" \paper { indent = 0 } the_words = \lyricmode { My4 eyes4 are4 dim,4 I4 cannot2 see,4 \skip 1*2 I4 have4 not4 brought4 my4 specs4 with4 me!4 } the

Re: creating pop/vocal lead sheets without the melody line

2015-02-24 Thread Ryan Clarin
How would I add rests in lyricmode? In the song that I am arranging, I need a couple of chords to occur without any lyrics, then the lyrics come in after say 2 measures worth of rests. On Tue, Feb 24, 2015 at 2:15 PM, Pierre Perol-Schneider < pierre.schneider.pa...@gmail.com> wrote: > Hi Ryan, H

Re: \articulate command and "rit." was: Re: lilypond-user Digest, Vol 147, Issue 102

2015-02-24 Thread Peter Chubb
> "Cynthia" == Cynthia Karl writes: Cynthia> Maybe you can answer a question about \articulate: if I Cynthia> generate a pdf file for the score containing the \midi block, Cynthia> why doesn't the pdf file reflect what is in the midi file? Cynthia> For example, the pdf file generated by my ori

Re: Defining new contexts

2015-02-24 Thread Jim Long
On Tue, Feb 24, 2015 at 10:14:22AM -0700, Paul Morris wrote: > Jim Long wrote > > Is there a way I can define a context based on ChordNames and > > have it automatically inherit all of the properties of a > > ChordNames context, except the ones that I specifically change in > > my custom definition

Re: creating pop/vocal lead sheets without the melody line

2015-02-24 Thread Klaus Blum
Hi Ryan, you might find an advantage if you already have defined a melody anyway. You can then replace the "normal" voice by a NullVoice which doesn't show up in the score. By that, you can re-use a "\lyricsto"-assignment already made. But LilyPond still treats the material as a musical score. Fo

Re: Bug in articulate.ly + TrillSpan + full-measure rests

2015-02-24 Thread H. S. Teoh
On Wed, Feb 25, 2015 at 08:58:07AM +1100, Peter Chubb wrote: [...] > BTW, articulate was developed as a hack for the Artemis robot > instrument challenge; changes in Lilypond since then mean that it's > rather out of date. Some of the functionality is now already in the > Lilypond C++ core (shorte

Re: Bug in articulate.ly + TrillSpan + full-measure rests

2015-02-24 Thread Peter Chubb
> "Davide" == Davide Liessi writes: Davide> Dear Peter, Il 24/02/15 06.48, Peter Chubb ha scritto: >> I had a brainstorm -- the problem is SkipMusic which isn't handled >> anywhere. But we can use a SkipEvent instead, and it all works!!! Davide> Alas it does not: I get the same barcheck fai

Re: putting markup above chord names

2015-02-24 Thread Siena Kaplan
I know, I should, just haven't had a chance. Thank you, that totally worked! On Tue, Feb 24, 2015 at 2:24 PM, Kevin Barry > wrote: > > On Tue, Feb 24, 2015 at 7:06 PM, Siena Kaplan > wrote: > >> Sorry, the guide to posting makes a big deal about not including too much >> of the code > > > Yes,

Re: Intel Mac OS X 10.8.5 - LilyPond Prefs

2015-02-24 Thread Peter Teeson
Thanks for your replies. Kieran is correct inasmuch I am using the Mac OS X app. I didn't realize that the LilyPond preferences were only for the editor. That's not what OS X preferences usually limit themselves to. IAC that's OK with me as I don't use the LilyPond built in editor. Instead I use

Re: change note heads according to their current measure position?

2015-02-24 Thread Paul Morris
Marc Hohl wrote > Hi David, > > thanks for your info – and your work in this area! +1 Thanks! -Paul -- View this message in context: http://lilypond.1069038.n5.nabble.com/change-note-heads-according-to-their-current-measure-position-tp171886p172268.html Sent from the User mailing list archi

Re: creating pop/vocal lead sheets without the melody line

2015-02-24 Thread Pierre Perol-Schneider
Hi Johan, 2015-02-24 19:53 GMT+01:00 Johan Vromans : > On Tue, 24 Feb 2015 11:49:34 -0600 Ryan Clarin > wrote: > > > "A better alternative is a word processor, > > text editor, or, for experienced users, a typesetter like GuitarTeX." > > I strongly disagree. > Well I do agree. I'm a daily LilyP

Re: creating pop/vocal lead sheets without the melody line

2015-02-24 Thread Pierre Perol-Schneider
Hi Ryan, Hi Kieren, \include "predefined-guitar-fretboards.ly" should help too... So it would go: \version "2.19.15" \language "english" \include "predefined-guitar-fretboards.ly" the_words = \lyricmode { My4 eyes4 are4 dim,4 I4 cannot2 see,4 I4 have4 not4 brought4 my4 specs4 with4 me!4

Re: putting markup above chord names

2015-02-24 Thread Noeck
> \version "2.16.2" ... > \override Dynamics.TextScript.padding = #3 To prevent confusion: This last line needs to be written \override Dynamics.TextScript #'padding = #3 in version 2.16.2 (no problem in 2.18). ___ lilypond-user mailing list lilypon

Re: Defining new contexts

2015-02-24 Thread Paul Morris
Paul Morris wrote > Or, probably better, introduce some kind of "passes as" property where you > could tell other contexts to "treat this context like X context for > purposes of accepting/rejecting it". On second thought, why not just use the existing \alias for this too? Most of the time if we

Re: putting markup above chord names

2015-02-24 Thread Kevin Barry
On Tue, Feb 24, 2015 at 7:06 PM, Siena Kaplan wrote: > Sorry, the guide to posting makes a big deal about not including too much > of the code Yes, in general you should try and post just enough code that it a) will compile, and b) illustrates the problem. The 2 is slightly higher than the 1,

Re: putting markup above chord names

2015-02-24 Thread Siena Kaplan
Sorry, the guide to posting makes a big deal about not including too much of the code. Using rehearsal marks worked, but now I have a nitpicky problem of the two numbers being at different heights. The dynamics solution turned up an error, which I can look into but I think it'll be easier to just

Re: Intel Mac OS X 10.8.5 - LilyPond Prefs

2015-02-24 Thread Simon Albrecht
Am 24.02.2015 um 20:09 schrieb Kieren MacMillan: Hi Simon, are you referring to Frescobaldi? Lilypond, being a command line program, doesn’t have a GUI nor any menus, in which entries could be greyed out… He’s talking about “Lilypad” (or whatever they call the minimal editor that comes with

Re: Intel Mac OS X 10.8.5 - LilyPond Prefs

2015-02-24 Thread Kieren MacMillan
Hi Simon, > are you referring to Frescobaldi? Lilypond, being a command line program, > doesn’t have a GUI nor any menus, in which entries could be greyed out… He’s talking about “Lilypad” (or whatever they call the minimal editor that comes with the Mac OS X binary of Lilypond). Cheers, Kiere

Re: Intel Mac OS X 10.8.5 - LilyPond Prefs

2015-02-24 Thread Simon Albrecht
Hello Peter, are you referring to Frescobaldi? Lilypond, being a command line program, doesn’t have a GUI nor any menus, in which entries could be greyed out… In case you do mean Frescobaldi, please send a report via the option provided in its Help menu. Yours, Simon Am 24.02.2015 um 19:02

Re: creating pop/vocal lead sheets without the melody line

2015-02-24 Thread Johan Vromans
On Tue, 24 Feb 2015 11:49:34 -0600 Ryan Clarin wrote: > "A better alternative is a word processor, > text editor, or, for experienced users, a typesetter like GuitarTeX." I strongly disagree. For a good lead sheet, the chords must be perfectly aligned over the lyrics. No word processor will let

Re: putting markup above chord names

2015-02-24 Thread Kevin Barry
On Tue, Feb 24, 2015 at 5:44 PM, Siena Kaplan-Thompson wrote: > I'm writing up a simple round, and I want the number markers for the parts > to appear above the chord names. I'm using markup on the notes to add the > numbers, and it doesn't seem to work to put the markup on the chords > instead.

Intel Mac OS X 10.8.5 - LilyPond Prefs

2015-02-24 Thread Peter Teeson
Hi: The LilyPond Preferences menu item is greyed out in both 2.18 & 2.19…. Is this intentional? respect… Peter ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: creating pop/vocal lead sheets without the melody line

2015-02-24 Thread Ryan Clarin
In the notation reference manual, 2.4.2, "Guitar". Very first paragraph reads: "Most of the notational issues associated with guitar music are covered sufficiently in the general fretted strings section, but there are a few more worth covering here. Occasionally users want to create songbook-type

putting markup above chord names

2015-02-24 Thread Siena Kaplan-Thompson
Hi all, I'm writing up a simple round, and I want the number markers for the parts to appear above the chord names. I'm using markup on the notes to add the numbers, and it doesn't seem to work to put the markup on the chords instead. Can't find anything in documentation to help, nor in archive.

Re: creating pop/vocal lead sheets without the melody line

2015-02-24 Thread Trevor Daniels
Ryan Where in which manual does it say this? Trevor - Original Message - From: Ryan Clarin To: lilypond-user@gnu.org Sent: Tuesday, February 24, 2015 4:23 PM Subject: creating pop/vocal lead sheets without the melody line Hello, Basically, I want to create this:

Re: Defining new contexts

2015-02-24 Thread Paul Morris
Jim Long wrote > Is there a way I can define a context based on ChordNames and > have it automatically inherit all of the properties of a > ChordNames context, except the ones that I specifically change in > my custom definition? Yes, in fact you're already doing this, explained below... Jim L

Re: change note heads according to their current measure position?

2015-02-24 Thread Marc Hohl
Hi David, thanks for your info – and your work in this area! Am 24.02.2015 um 15:29 schrieb David Nalesnik: Hi Marc, On Sat, Feb 14, 2015 at 11:15 AM, David Nalesnik mailto:david.nales...@gmail.com>> wrote: Hi Marc, On Sat, Feb 14, 2015 at 10:39 AM, Marc Hohl mailto:m...@hohlart.de>>

Re: creating pop/vocal lead sheets without the melody line

2015-02-24 Thread Kieren MacMillan
Hi Ryan, > Basically, I want to create this: > http://lilypond.org/ly-examples/chart.png > without the melody. So just lyrics with chords on top. You mean like this? \version "2.19" \language "english" the_words = \lyricmode { My4 eyes4 are4 dim,4 I4 cannot2 see,4 I4 have4 not4 brought4

creating pop/vocal lead sheets without the melody line

2015-02-24 Thread Ryan Clarin
Hello, Basically, I want to create this: http://lilypond.org/ly-examples/chart.png without the melody. So just lyrics with chords on top. The manual isn't very helpful - in fact, it says, "You are better off using another program". Let's say I want to use Lilypond because it will look great a

Re: change note heads according to their current measure position?

2015-02-24 Thread David Nalesnik
Hi Marc, On Sat, Feb 14, 2015 at 11:15 AM, David Nalesnik wrote: > Hi Marc, > > On Sat, Feb 14, 2015 at 10:39 AM, Marc Hohl wrote: >> >> >> IIRC, there is no way to obtain the current measure position from the >> NoteHead grob itself ... >> > > You can find the location by finding the PaperColu

Re: Bug in articulate.ly + TrillSpan + full-measure rests

2015-02-24 Thread Davide Liessi
Dear Peter, Il 24/02/15 06.48, Peter Chubb ha scritto: > I had a brainstorm -- the problem is SkipMusic which isn't handled > anywhere. But we can use a SkipEvent instead, and it all works!!! Alas it does not: I get the same barcheck failures both in the minimal example I posted and in the real

Re: Tempo spanners

2015-02-24 Thread Kieren MacMillan
Hi Dominic, > Thanks, Kevin - that appears to work perfectly! Hmmm… When I try it, in the second score, the baselines of the tempo mark and the “rall” are not consistent. Is that actually what you want? Cheers, Kieren. ___ Kieren MacMillan, composer www: