On 07/20/2016 03:15 PM, Rutger Hofman wrote:
For me, this just works, with differentlyHeaded and with different
durations for the same NoteHead type:
\version "2.19.39"
\score {
\new PianoStaff \with {
\consists #Span_stem_engraver
} <<
\new Staff = RH <<
I have no idea why, but this interface won't let me ask a question. It says
I am top posting.
I am not top posting. I have not quoted anything.
How do I send a message to this list?
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.
hey there,
So this:
\score{
\new StaffGroup <<
\new Staff {
\bar ".|:" c'1 c'1 \bar ":..:" c'1 c'1 \bar ":|."
}
\new Staff {
\bar ".|:" c'1 c'1 \bar ":..:" c'1 c'1 \bar ":|."
}
>>
}
does what I would expect to do, the repeat bar lines are drawn across the
enti
On 7/22/2016 9:27 AM, Mojca Miklavec wrote
> It would also be a nice experiment to figure out how to create a sound
> font from recordings of the highest quality instrument.
Sound fonts - have you tried the GeneralUser GS one by S. Christian Collins?
http://www.schristiancollins.com/generaluser.ph
On 2016-07-23 21:05, Robert Edge wrote:
I have no idea why, but this interface won't let me ask a question. It
says
I am top posting.
I am not top posting. I have not quoted anything.
How do I send a message to this list?
Sometimes if you have ">" symbols in LilyPond code, the list gets
c
Am 24.07.2016 um 06:05 schrieb Robert Edge:
I have no idea why, but this interface won't let me ask a question. It says
I am top posting.
I am not top posting. I have not quoted anything.
Maybe you have some code containing >> ? Such like
<<
\relative { c' d e }
\\
\relative { a b c }