2013/2/18 pabuhr :
> I tried to create a macro, "Fred", to replace the many
> repeated lines, but was unsuccessful. Suggestions on how to make it work?
Quit concise:
\version "2.16.1"
underscore =
\markup \combine \with-color #white "|" "_"
Fred =
#(define-music-function (parser location name
instead of using shortVocalName ... you could also use stanzas:
Perfect! I should have seen stanza, but missed it.
So below is the result. I tried to create a macro, "Fred", to replace the many
repeated lines, but was unsuccessful. Suggestions on how to make it work?
Thanks.
uot;|" "_" }
this combining seems necessary to stop the stanza name shifting under the
first note.
Eluze
--
View this message in context:
http://lilypond.1069038.n5.nabble.com/Note-Exercise-Guitar-tp141096p141102.html
Sent from the User mailing list archive at Nabble.com.
___
> 1. The lyric underscores are too close to the low E so there is no room to
>write the note name. How do I add extra padding (spacing) between the
> staff
>and the lyrics?
>
Try :
\lyricsto "one" \new Lyrics \with {
\override VerticalAxisGroup #'nonstaff-relatedstaff-spacing =
calName = \markup \fontsize #-2 "Note"
just a few quick ideas - hth.
Eluze
--
View this message in context:
http://lilypond.1069038.n5.nabble.com/Note-Exercise-Guitar-tp141096p141099.html
Sent from the User mailing list archive at Nabble.com.
__
I'm creating a simple note exercise for guitar students (see below).
I have 3 problems:
1. The lyric underscores are too close to the low E so there is no room to
write the note name. How do I add extra padding (spacing) between the staff
and the lyrics?
2. How do I "tweak" the vocalName u