pabuhr wrote
> 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?

\layout {
  \context {
    \Lyrics
    \override VerticalAxisGroup.staff-affinity = #down
    \override VerticalAxisGroup.nonstaff-relatedstaff-spacing = #'(
      (basic-distance . 12)
      (minimum-distance . 1)
      (padding . 1)
      ;;(stretchability . 0)
    )
  }

> 2. How do I "tweak" the vocalName under the treble clef rather than have
> it
>    outside the staff lines?

no idea

> 3. How do I repeat the vocalName at the start of each lyric line rather
> than
>    just having the vocalName on the first line?

 \set shortVocalName = \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.

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

Reply via email to