lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Note Exercise, Guitar


From: Eluze
Subject: Re: Note Exercise, Guitar
Date: Sun, 17 Feb 2013 11:22:21 -0800 (PST)

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]