On Thu, Mar 2, 2017 at 9:24 PM, Jinsong Zhao <jsz...@yeah.net> wrote:
> Hi there,
>
> In a violin score, I saw something similar to the following code, but the
> second voice b4 was displayed as a triangle.
>

Do you have a screenshot or small image you could attach which shows
the notehead you want? Was it definitely a triangle, by the way? Not a
diamond?

Is what you're looking for here?
http://lilypond.org/doc/v2.19/Documentation/notation/note-heads

> I can not recognize it, and
> don't know how to input it into lilypond. Any help? Thanks in advance.
>
> \relative c' {
>   \key g \major
>   << {dis16 [fis b, ais]} \\  {s \omit Stem b4} >>
> }

This is a better version of your snippet, by the way.

== snip
\relative c' {
  \key g \major
  <<
    {dis16[ fis b, ais]}
  \\
    {s16 \omit Stem \omit Flag b16 s8}
  >>
}
== snip

Beams are started/stopped *post-note*, meaning the syntax is like: c[ c]

Best,
Jeffery

>
> Best,
> Jinsong
>
>
> _______________________________________________
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user



-- 

Jeffery Shivers
 jefferyshivers.com
 soundcloud.com/jefferyshivers

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to