lilypond-user
[Top][All Lists]
Advanced

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

Re: Notenames


From: Phil Holmes
Subject: Re: Notenames
Date: Thu, 12 Jun 2014 12:54:27 +0100

----- Original Message ----- From: "David Kastrup" <address@hidden>
To: "Phil Holmes" <address@hidden>
Cc: <address@hidden>
Sent: Thursday, June 12, 2014 12:41 PM
Subject: Re: Notenames


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 >>
 >>
}


Thanks. I thought I'd tried most variations of << >> and \new \context, but that must have been one I missed.

--
Phil Holmes



reply via email to

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