----- Original Message -----
From: "David Kastrup" <[email protected]>
To: "Phil Holmes" <[email protected]>
Cc: <[email protected]>
Sent: Thursday, June 12, 2014 12:41 PM
Subject: Re: Notenames
Phil Holmes <[email protected]> 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 >>
>>
}
Thanks. I thought I'd tried most variations of << >> and \new \context, but
that must have been one I missed.
--
Phil Holmes
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user