lilypond-user
[Top][All Lists]
Advanced

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

Re: Note between bars


From: Noeck
Subject: Re: Note between bars
Date: Tue, 30 Apr 2013 17:17:33 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130404 Thunderbird/17.0.5

Hi,

the notation reference virtually starts with this topic (1.2):

http://lilypond.org/doc/v2.16/Documentation/notation/writing-rhythms

The first image contains a breve ( |o| ) and with double bars is an
alternative style. Copying from the referenced section, you can write:

\relative c'' {
  \time 4/2
  c\breve |
  \override Staff.NoteHead #'style = #'altdefault
  b\breve
  \revert Staff.NoteHead #'style
  a\breve
}

Is that what you were looking for?

Cheers,
Joram



reply via email to

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