Re: [Lilypond] How to get guitar chords to appear at each bar

2019-06-10 Thread John Helly
Merci, Pierre.

That succeeded in moving the chord names down to the 5th measure (2nd
system? Not sure of proper term here).  However, it made me realize that
all I had to do was add more chords to the Chords block and voila!

Mahalo.

J.
-- 

University of Hawaii, Maui College / Mobile 760.840.8660


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: [Lilypond] How to get guitar chords to appear at each bar

2019-06-10 Thread John Helly
Mahalo.  Understand.
J.

On 6/10/19 00:57, Simon Albrecht wrote:
> As a small aside, metadata you sent links this e-mail to a thread
> about part names running off the page. Please make sure you keep
> topics separated into their own threads by not replying to unrelated
> messages and instead composing new e-mails from scratch.
>
> Best, Simon
>

-- 

University of Hawaii, Maui College / Mobile 760.840.8660


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: [Lilypond] How to get guitar chords to appear at each bar

2019-06-10 Thread Pierre Perol-Schneider
Hi John,

Le lun. 10 juin 2019 à 01:35, John Helly  a écrit :

> [...]

However, I'm now stuck
> trying to get the guitar chords to appear over each measure of the
> verses and chorus.
>


> Chords = \new ChordNames {
>   \chords {
>   }
> }
> [...]
>

Try:

Chords = \new ChordNames {
  \set chordChanges = ##f
  \chords {
  }
}

Cheers,
Pierre
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: [Lilypond] How to get guitar chords to appear at each bar

2019-06-10 Thread Simon Albrecht
As a small aside, metadata you sent links this e-mail to a thread about 
part names running off the page. Please make sure you keep topics 
separated into their own threads by not replying to unrelated messages 
and instead composing new e-mails from scratch.


Best, Simon


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: [Lilypond] How to get guitar chords to appear at each bar

2019-06-09 Thread John Helly
Mahalo for the reply. 

I think I understand that (regarding chords).  However, I can't get them
to appear at all over the verse or chorus, only the first four measures
in the Intro.  Perhaps it is because I'm using Stanzas?  I've tried
putting the chords in the first stanza and the chorus to no avail.

J.

On 6/9/19 17:12, Tim McNamara wrote:
>
>> On Jun 9, 2019, at 6:32 PM, John Helly  wrote:
>>
>> Aloha.
>>
>> With various suggestions that I'm very grateful for, I've mostly gotten
>> this guitar and vocal piece to score reasonably.  However, I'm now stuck
>> trying to get the guitar chords to appear over each measure of the
>> verses and chorus.  I've tried a variety of things but they all seem to
>> cause the chords to appear as part of the lyrics.  I may have boxed
>> myself in somehow since I'm still a newbie.
> Is the default is for a chord to appear at its first instance and not in 
> subsequent bars until it changes to a different chord. So if you have four 
> bars of D, you'll get the D chord at the start of the first bar but not the 
> subsequent bars. When it changes to a G chord, you'll get that chord listed 
> and then not again until the next chord change. This is pretty much the norm 
> in guitar charts in general as the page looks very busy and clunky with the 
> same chord being repeated over each bar.
>
>> Also, I'm getting a console message saying:
>>
>> warning: forced break was overridden by some other event, should you be
>> using bar checks?
>>
>> I'm trying to figure out what this is due to as it may relate to the
>> question above (I guess). 
>> Any suggestions to get out of the box would be appreciated.
> On my charts when that happens, somewhere I have made an error in the 
> duration of a note or a chord. Typically I've got an quarter note notated as 
> an eighth note, for example, or there's a problem with a dotted note. I use 
> Lilypond to create jazz band lead sheets so there is a melody and a chord 
> chart simultaneously; the error can be in either. usually it's a typo- I was 
> typing a number of eighth notes and there was supposed to be a quarter note 
> but I typed it as an eighth note.

-- 

University of Hawaii, Maui College / Mobile 760.840.8660


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: [Lilypond] How to get guitar chords to appear at each bar

2019-06-09 Thread Tim McNamara


> On Jun 9, 2019, at 6:32 PM, John Helly  wrote:
> 
> Aloha.
> 
> With various suggestions that I'm very grateful for, I've mostly gotten
> this guitar and vocal piece to score reasonably.  However, I'm now stuck
> trying to get the guitar chords to appear over each measure of the
> verses and chorus.  I've tried a variety of things but they all seem to
> cause the chords to appear as part of the lyrics.  I may have boxed
> myself in somehow since I'm still a newbie.

Is the default is for a chord to appear at its first instance and not in 
subsequent bars until it changes to a different chord. So if you have four bars 
of D, you'll get the D chord at the start of the first bar but not the 
subsequent bars. When it changes to a G chord, you'll get that chord listed and 
then not again until the next chord change. This is pretty much the norm in 
guitar charts in general as the page looks very busy and clunky with the same 
chord being repeated over each bar.

> Also, I'm getting a console message saying:
> 
> warning: forced break was overridden by some other event, should you be
> using bar checks?
> 
> I'm trying to figure out what this is due to as it may relate to the
> question above (I guess). 
> Any suggestions to get out of the box would be appreciated.

On my charts when that happens, somewhere I have made an error in the duration 
of a note or a chord. Typically I've got an quarter note notated as an eighth 
note, for example, or there's a problem with a dotted note. I use Lilypond to 
create jazz band lead sheets so there is a melody and a chord chart 
simultaneously; the error can be in either. usually it's a typo- I was typing a 
number of eighth notes and there was supposed to be a quarter note but I typed 
it as an eighth note.

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


[Lilypond] How to get guitar chords to appear at each bar

2019-06-09 Thread John Helly
Aloha.

With various suggestions that I'm very grateful for, I've mostly gotten
this guitar and vocal piece to score reasonably.  However, I'm now stuck
trying to get the guitar chords to appear over each measure of the
verses and chorus.  I've tried a variety of things but they all seem to
cause the chords to appear as part of the lyrics.  I may have boxed
myself in somehow since I'm still a newbie.

Also, I'm getting a console message saying:

warning: forced break was overridden by some other event, should you be
using bar checks?

I'm trying to figure out what this is due to as it may relate to the
question above (I guess). 
Any suggestions to get out of the box would be appreciated.
J.
= Song starts here ==
\version "2.19.82"
\include "predefined-guitar-fretboards.ly"
\header {
}
Chords = \new ChordNames {
  \chords {
  }
}
Diagrams = \new FretBoards {
  \chordmode {
  }
}
GuitarStrum = \new Voice \with {
    \consists "Pitch_squash_engraver"
  } {
    \relative c'' {
  \improvisationOn
    }
  }
Song.Voice.Verse = \fixed c' {
 \relative c' { \GuitarStrum \break  }
}
Song.Voice.Chorus = \fixed c' {
}
Song.Voice.Outro = \fixed c' {
\mark \markup { \musicglyph #"scripts.coda" } 
}

Song.Lyrics.VerseI = \lyricmode {
\set stanza = #"1."
}
Song.Lyrics.VerseII = \lyricmode {
\set stanza = #"2."
}
Song.Lyrics.VerseIII = \lyricmode {
\set stanza = #"3."
}
Song.Lyrics.VerseIV = \lyricmode {
\set stanza = #"4."
}
Song.Lyrics.VerseV = \lyricmode {
\set stanza = #"5."
}
Song.Lyrics.VerseVI = \lyricmode {
\set stanza = #"6."
%fd\mark \markup { D.S. al Coda }
}
Song.Lyrics.Chorus = \lyricmode {
\set stanza = #"C."
}
Song.Lyrics.Outro = \lyricmode {
}
\score {
<<
%\context ChordNames { \theChords }
%\context FretBoards    { \theChords }

\Chords
\Diagrams

\new Staff {
  \key a \minor
 { \GuitarStrum \break \GuitarStrum \break \GuitarStrum \break }
  \new Voice = "verse"   { \Song.Voice.Verse   \bar "||" }
  \new Voice = "chorus" { \Song.Voice.Chorus \bar "||" }
  \new Voice = "outro"    { \Song.Voice.Outro   \bar ":|." }
}
\new Lyrics \lyricsto "verse" { \Song.Lyrics.VerseI \break  }
\new Lyrics
  <<
  \lyricsto "verse"   { \Song.Lyrics.VerseII }
  \lyricsto "chorus" { \Song.Lyrics.Chorus }
  \lyricsto "outro"    { \Song.Lyrics.Outro }
  >>
\new Lyrics  \lyricsto "verse" { \Song.Lyrics.VerseIII }
\new Lyrics
  <<
  \lyricsto "verse" { \Song.Lyrics.VerseIV }
%  \lyricsto "chorus" { \Song.Lyrics.Chorus }
  >>
\new Lyrics  \lyricsto "verse"  { \Song.Lyrics.VerseV \break }
\new Lyrics  \lyricsto "verse"  { \Song.Lyrics.VerseVI \break }
>>
\layout { }
\midi { \tempo 4 = 135  }
}

-- 

University of Hawaii, Maui College / Mobile 760.840.8660


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user