On 11/21/2010 08:53 AM, Hu Haipeng wrote:
I'm wondering whether I can enter these articulations: mezzo staccato (dot
and line),
Just put both after the note: c-.--
reversed accent sing
Not sure what this is...
and martellato (thick V).
If you force the direction of the marcato mark
[ with cc to lilypond-user; please keep the discussions on the mailing
list, others might have the same problems and can find the solutions in
the mailing list archives ]
On 2010-11-22 12:38, Martin Kemp wrote:
I've just been struggling with this too. All else having failed, I faked
it by usin
Thanks Neil, that did the trick.
Now I got another problem however.
I am using this snippet to create rhythmic slashes:
http://lsr.dsi.unimi.it/LSR/Item?id=332
And since the slashes are Rests they get removed as well.
Is there a simple trick to keep specific measures with rests alive?
Currently
On Mon, Nov 22, 2010 at 8:45 AM, David Kastrup wrote:
> Looks like a nice candidate for something a bit more integrated. Since
> apparently working code has already been demonstrated, frog calibre?
Isn't this rather a Documentation bug? There's a big TBC in
http://lilypond.org/doc/v2.13/Document
Hej,
by using the following in your Staff, you can define which interfaces
decide whether a line is active or not. If you add the rest-interface
to the list, it should keep the lines alive.
\set Staff.keepAliveInterfaces = #'(
rhythmic-grob-interface
lyric-in
Folks,
Valentin has said that he is going to step down from the Bug Squad to allow
him to concentrate on other aspects of LilyPond development. This presents
you all with an exciting new opportunity of getting involved with the
development of LilyPond without needing any access to development
Thank you Peter. The coding is now clearer. Thanks.___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
Ok here's another ugly hack:
#(define __x 1)
{
\override Staff . BarLine #'bar-size = #(lambda (G) (set! __x (1+
__x)) (+ 2 (* 2 (modulo __x 2
\relative c'' { c1 c c c c }
}
It's ugly because it uses a `global' variable __x to count the bars
and set the bar size to 2 only after an odd n
On 11/22/10 7:22 AM, "Jonas Müthing" wrote:
> Hej,
>
> by using the following in your Staff, you can define which interfaces
> decide whether a line is active or not. If you add the rest-interface
> to the list, it should keep the lines alive.
>
> \set Staff.keepAliveInterfaces = #'(
>
Hello, I have been searching a lot and still can not find a solution
for my lyric ties. I obtain very misplaced ones and I know that a
font like DejaVuLGC installed should do the trick in my Ubuntu system.
My problem is: I have it installed, how do I force lilypond to use
that font?
\version "2.1
Il giorno lun, 22/11/2010 alle 21.27 +0100, Francisco Vila ha scritto:
> Hello, I have been searching a lot and still can not find a solution
> for my lyric ties. I obtain very misplaced ones and I know that a
> font like DejaVuLGC installed should do the trick in my Ubuntu system.
> My problem is
2010/11/22 Federico Bruni :
> Il giorno lun, 22/11/2010 alle 21.27 +0100, Francisco Vila ha scritto:
>> My problem is: I have it installed, how do I force lilypond to use
>> that font?
> Maybe something like this?
>
> \version "2.13"
> \relative c' {
> r4 f e d | c2 c
> }
> \addlyrics {
>
Il giorno lun, 22/11/2010 alle 22.46 +0100, Francisco Vila ha scritto:
> > \addlyrics {
> > \override LyricText #'font-name = #"DejaVuLGC"
> > Buon gior -- no~al mon -- do.
> > }
> >
>
> Thank you, that works, but I like the default font for the lyrics and
> I'd prefer to change only that of the
I can see it, yes
but it didn't work initially - in fact has never worked until now
did you try this in the terminal?
/Applications/TeX/LyX.app/Contents/MacOS/lyx
and it may be coincidence but try running OnyX
Damian
On 22 Nov 2010, at 01:57, Marc Mouries wrote:
>
> were you able to see t
14 matches
Mail list logo