Michael O'Donnell wrote:
Thanks to Mats for this tip, which also helps me with a similar
project (I'm trying to set some old mensural notation just as given by
the 15th century copyist, who has somewhat different conventions from
those in LilyPond).
So, I managed to set some triangular head
The answer is exactly the same as for your previous question, as you may
have
figured out yourself by now.
/Mats
Alan Jones wrote:
I've been trying to use a combination of figured bass and lyrics to
provide romain numeral annotation to music. In the following example,
the figured bass is pl
You mean something like
\version "2.10.0"
\score{
\relative c'{
c1 |
\once \override TextSpanner #'style = #'trill
% \once \override TextSpanner #'style = #'trill
c ~
\startTextSpan |
c
\stopTextSpan |
d |
}
}
/Mats
Jan Kohnert wrote:
Hallo all,
one question is still open for me:
i
You can use
\set Timing.beatLength = #(ly:make-moment 3 8)
but then you will get a funny looking result if you have the rhythm c8
c16 c16 c8
for example. I'm actually not convinced that LilyPond does what it
should in
these situations. There is a property subDivideBeams which seems to work
in s
fwiw i think the default is right - what's being asked for is (to be
pedantic) 6/16 beaming
anyway... if there aren't too may of them you could use a function
like this
\version "2.11.23"
alt =
#(define-music-function (parser location music1 music2 music3
music4) (ly:music? ly:music? ly
Hello all,
I searched the documentation, the archives and the snippet repository,
however, I could not find a solution to my problem:
In the following code, the last few notes have an alternative, which
is indicated by a smaller size of the notes.
In the chord 8 I would like the main note (fis)
Thanks for the further hints.
> Michael O'Donnell wrote:
>> Thanks to Mats for this tip, which also helps me with a similar
>> project (I'm trying to set some old mensural notation just as given
>> by the 15th century copyist, who has somewhat different conventions
>> from those in LilyPond).
>>
>>
hi,
I need to write some little tests, in which I have to put simple notes,
without staff, clef and time; I can make trasparent barlines by using
\cadenzaOn, and I can have a single line using \new RithmStaff, but how
can I make trasparent the line of RythmStaff? and how can I alternate
notes and
Am Mittwoch, 16. Mai 2007 10:28 schrieben Sie:
> You mean something like
> \version "2.10.0"
> \score{
> \relative c'{
> c1 |
> \once \override TextSpanner #'style = #'trill
> c ~
> \startTextSpan |
> c
> \stopTextSpan |
> d |
> }
> }
Exactly, thanks.
--
MfG Jan
OpenPGP Fingerprin
Hello all!
After your last help (to my emails "Template for a leadsheet (vocal,
chords, lyrics, several verses)") I moved several steps forward - great!
Because results were so satisfying I expanded my objectives. ;-)
Adding a second voice was (thanks to the great manual/website) no
problem.
Hi all,
New to Lilypond and so far quite enjoying myself!
I notice that the dynamics in the Piano Centered Dynamics template are
aligned too far left, giving rise to collision with barlines when they
appear on the first note of a measure.Is it because they aren't attached
to actual notes? Th
11 matches
Mail list logo