In section 8.1.4 of the docs it says that markup can be used anywhere
text is called in lilypond, and then gives a bunch of examples. But I
can't get
\set stanza = \markup { "R." }
or anything like it to work---what am I doing wrong? This is on LP
2.7.33 on OS X, and yes, I am planning to do
Han-Wen Nienhuys wrote:
Paul Scott wrote:
Han-Wen Nienhuys wrote:
Paul Scott wrote:
This is a different machine (i386) with a new installation of
Debian sid that has not run Lily yet.
ldd -v `which lilypond` gives:
not a dynamic executable.
I'm looking for the output of the bina
Thanks again Thies. I think I replied both to you and the group on this.
My main reason for getting the lyrics between the barlines was that they often hung outside the bar on the right hand side of the page. Even more so if there was an extender line with the lyric.
I tried the newly documented
\
Han-Wen Nienhuys wrote:
Paul Scott wrote:
Han-Wen Nienhuys wrote:
I'm looking for the output of the binary which will be in
/usr/local/lilypond/usr/bin/lilypond
preferably with LD_LIBRARY_PATH setting done by /usr/local/bin/lilypond
ok.
ldd looks fine.
what kind of machine is this (
Good day-
First day out on the lilypond is going great, just one issue:
I was hoping to add percussion stickings to some music
(R L R R L R L, L=left r=right).
I was hoping that this could be done similar to fingerings,
but L and R don't seem to be supported.
Any ideas how to get around this?
Thies,
Thanks, that does the job!!
Regards,
Kees
Thies Albrecht schreef:
Hi Kees!
> > I try to get those notes in one measure, but the appear in 2 measures
As you want two voices to happen simultanously you have to include them in
<< ... >>
\version "2.6.5"
<<
\new Staff
{
\
Paul Scott wrote:
This is a different machine (i386) with a new installation of Debian sid
that has not run Lily yet.
ldd -v `which lilypond` gives:
not a dynamic executable.
I'm looking for the output of the binary which will be in
/usr/local/lilypond/usr/bin/lilypond
preferably with
Running 2.6.4-5 on XP and no errors were reported from the compiler. I
didn't prepend a class membership, however, as the docs didn't suggest I
needed to -- was a class necessary?
Paul Scott wrote:
Art Hixson wrote:
I have a \book in which one of the scores is only three staves long.
Thes
Hello, Kees:
\version "2.6.5"
<<
\new Staff
{
\time 4/4
\key es \major
\clef treble
\relative{
Note the additional << >> surrounding your parts here:
<< {4 r8 4 8} \\
{c,2 es} >>
Then continue...
}
}
>>
So the syntax for single-staff polyphony is
Paul Scott wrote:
Han-Wen Nienhuys wrote:
Paul Scott wrote:
This is a different machine (i386) with a new installation of Debian
sid that has not run Lily yet.
ldd -v `which lilypond` gives:
not a dynamic executable.
I'm looking for the output of the binary which will be in
/usr/lo
I snipped the part right under the 'header' but here's
from the top the beginning of the file
\version "2.6.3"
\header {
title = "Thunder/Perfect Mind"
composer = "Jay Hamilton"
subtitle = "Adapted by the composer from various
translations/Texts found Nag Hamadi"
copyright = "CC lic.#2.
Hi, Eduardo Vieira and lists.
I could change font "Garamond" version 2.7.33-3 on Windows XP.
So, I tried Japanese .TTF font, but could not...
> Hello list,
> Using version 2.6.5 and 2.7.17(?) I could change the fonts for my lyrics by
> doing this:
>
> \layout {
> \context {
> \Lyrics
> \o
Han-Wen Nienhuys wrote:
Paul Scott wrote:
Han-Wen Nienhuys wrote:
Paul Scott wrote:
I may be just missing some package. The best I could do on this
machine was to install 2.6.3 to get some of the packages correct.
There were no error message in the install.
TIA for any ideas,
do yo
Han-Wen Nienhuys wrote:
Paul Scott wrote:
This is a different machine (i386) with a new installation of Debian
sid that has not run Lily yet.
ldd -v `which lilypond` gives:
not a dynamic executable.
I'm looking for the output of the binary which will be in
/usr/local/lilypond/usr/bin
Hi Kees!
> I try to get those notes in one measure, but the appear in 2 measures
As you want two voices to happen simultanously you have to include them in
<< ... >>
\version "2.6.5"
<<
\new Staff
{
\time 4/4
\key es \major
\clef treble
\relative {
<<
Thank you both for the hints, I'll probably try to use approach similar
to \partcombine. When the Festival singing mode output is available,
I'll announce it here.
Regards,
Milan Zamazal
___
lilypond-user mailing list
lilypond-user@gnu.org
http://l
Hi,
I try to get those notes in one measure, but the appear in 2 measures
The c should be under the bes' and the es should be under the r8.
Can't figure out what I'm doing wrong..
Thanks in advance,
Kees
\version "2.6.5"
<<
\new Staff
{
\time 4/4
\key es \major
\clef treble
Hi everyone!
(@Trent: You already received this eMail, but it was rejected by the list.)
But what I have found is that tiny fragments of bar-lines
appear under the lyrics. How can I get rid of these?
Using
\context Lyrics = "lmelodySop" \lyricmode {
\lyricsto "melodySop" \override Ba
Paul Scott wrote:
Han-Wen Nienhuys wrote:
Paul Scott wrote:
I may be just missing some package. The best I could do on this
machine was to install 2.6.3 to get some of the packages correct.
There were no error message in the install.
TIA for any ideas,
do you have LD_LIBRARY_PATH set
Don Blaheta <[EMAIL PROTECTED]> writes:
> I've given up trying to compile from CVS, at least from now, so I went
> ahead and downloaded 2.7.33 for OS X. My question is about writing
> Scheme functions; what can go inside the #{ ... #} construct? I thought
> arbitrary Lilypond syntax could go in
I've given up trying to compile from CVS, at least from now, so I went
ahead and downloaded 2.7.33 for OS X. My question is about writing
Scheme functions; what can go inside the #{ ... #} construct? I thought
arbitrary Lilypond syntax could go in there, but
#(def-music-function (parser locati
21 matches
Mail list logo