lilypond-user
[Top][All Lists]
Advanced

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

Re: Notenames


From: David Kastrup
Subject: Re: Notenames
Date: Thu, 12 Jun 2014 13:41:01 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

Phil Holmes <address@hidden> writes:

>> I'm not top posting.
>
> I've tried sending this from 2 different email addresses without success, 
> so now trying Gmane.
>
> Does anyone know how to get notenames under the relevant stave (in fact, I 
> want them stacked vertically above each other, but under a stave would do) 
> rather than in a horizontal line?  I think this illustrates my issue:
>
> \score {
> \new StaffGroup
> <<
> \new Staff << c''1 \context NoteNames c''1 >>
> \new Staff << a'1 \context NoteNames a'1 >>
>>>
> }
> \score {
> <<
> \new Staff << c''1 \context NoteNames c''1 >>
> \new Staff << a'1 \context NoteNames a'1 >>
>>>
> }

This is too easy but the spacing looks weird:

\score {
  \new StaffGroup \with { \accepts "NoteNames" }
  <<
    \new Staff << c''1 \new NoteNames c''1 >>
    \new Staff << a'1 \new NoteNames a'1 >>
  >>
}
\score {
  <<
    \new Staff << c''1 \new NoteNames c''1 >>
    \new Staff << a'1 \new NoteNames a'1 >>
  >>
}

-- 
David Kastrup

reply via email to

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