lilypond-user
[Top][All Lists]
Advanced

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

Re: music symbols in LibreOffice


From: Klaus Blum
Subject: Re: music symbols in LibreOffice
Date: Sun, 26 Jul 2020 17:01:40 +0200
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0

Hi Dick,

Am 26.07.2020 um 15:15 schrieb lilypond-user-request@gnu.org:
I an writing text in LibreOffice about metronome-markings. So, I have
for instance to replace "...quarternote=60..." by "...<musical
symbol>=60...", etc.

Can I use the Lilypond extension in LibreOffice to achieve such purposes?
If you want to make sure it looks exactly as in a LilyPond score, you
can create a short score and hide everything except the tempo indication.

Create an OLy snippet based on the "School demo" template and just
copy-paste the following lines into the code field:

% -------------------------
{
  \new RhythmicStaff
  \tempo 4=60
}
\layout {
  \context {
    \RhythmicStaff
    \override Clef.stencil = ##f
    \override TimeSignature.stencil = ##f
    \override StaffSymbol.stencil = ##f
  }
}
% -------------------------

This should do the trick.

Cheers,
Klaus



reply via email to

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