lilypond-user
[Top][All Lists]
Advanced

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

Re: how to make a lilypond fragment without any notes in it?


From: Roland Goretzki
Subject: Re: how to make a lilypond fragment without any notes in it?
Date: Mon, 10 Jan 2005 21:56:42 +0100
User-agent: Mutt/1.5.5.1+cvs20040105i

Hello list, hello alex,

You wrote:
> [ ... ]
> If I add a single note to the lilypond section, like this:
> 
> \begin{lilypond}
> {
> \key g \major
>  c
> }

Probably one trick would be to hide the note (not tested):

\begin{lilypond}
{
\key g \major
\hideNotes c
}

Best Regards           Roland




reply via email to

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