lilypond-user
[Top][All Lists]
Advanced

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

Re: help on note head, thanks


From: Jeffery Shivers
Subject: Re: help on note head, thanks
Date: Thu, 2 Mar 2017 21:35:27 -0500

On Thu, Mar 2, 2017 at 9:24 PM, Jinsong Zhao <address@hidden> 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
> address@hidden
> https://lists.gnu.org/mailman/listinfo/lilypond-user



-- 

Jeffery Shivers
 jefferyshivers.com
 soundcloud.com/jefferyshivers



reply via email to

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