Hi!
it doenst work. I dont know why...
I thought about lilypond-book, but latex will not manage with the length of
the fragments, will it?
Thanks in advance, again
Francois
Am Donnerstag, 5. Juli 2007 14:58 schrieb Bainos:
> Hi again!
> This is strange! i Compiled it before posting..
> I use
Hi,
I beginn to have really big doubts about my linux.
I tried this ps-code and the shell returned:
GNU LilyPond 2.10.25
»psmarkup.ly« wird verarbeitet
Analysieren...
Interpretation der Musik...[1]
Vorverarbeitung der grafischen Elemente...
Layout nach »psmarkup.ps« ausgeben...
Konvertierung nach
Sorry but this is too much for me.. :P
I'm a newbie.. i had the problem of changing the staff size and i solved in
this way..
I found this solution in the snippet repository. i give you the link
http://lsr.dsi.unimi.it/LSR/Item?id=140
I can compile the code that i posted so i don't know why you
The snippet has been added to the LSR ;)
(don't check the "Standalone snippet" box unless your score is several
pages long!)
thank you very much Daniel
Valentin
2007/7/6, Daniel Tonda Castillo <[EMAIL PROTECTED]>:
Valentin Villenave escribió:
> Can you please send a small snippet to the LS
2007/7/6, Germain G. Ivanoff-Trinadtzaty <[EMAIL PROTECTED]>:
does anyone understand this section: "12.4.3 New markup command definition"
?
If I understand correctly, this section explains the possibility to
define your own markup commands using Scheme.
I can't complete myself the smallcap d
Hi,
I am still striving to get the best possible appearance of glissandi when the
target or source not is hidden.
Using tips from this group and the snippets library I can almost get the
appearance I am hoping for, but often the length of the glissando line is too
short to be useful.
Is there
2007/7/6, Bainos <[EMAIL PROTECTED]>:
I found this solution in the snippet repository. i give you the link
http://lsr.dsi.unimi.it/LSR/Item?id=140
I updated the snippet to emphasize the described tweaking.
I don't know very much About latex.. I read in the manual that it is
possible to inclu
2007/7/6, Graham Percival <[EMAIL PROTECTED]>:
perhaps this _should_ become an official feature
request after all.
Thank you Graham; I guess my idea isn't silly after all :)
What is the protocol? Should we forward it to the -devel list?
What makes a feature request "official"?
(by the way, -
Rune Zedeler a écrit:
before = 14
after = 10
\markup { \with-dimensions #'(0 . 0) #'(-10 . 14) AZERTY }
The easiest is probably to use explicit cons instead of the shorthand
'-notation:
\markup { \with-dimensions #(cons 0 0) #(cons (- after) before) AZERTY }
alternatively the correct mumbo-
>> does anyone understand this section: "12.4.3 New markup command definition"
>> ?
>
> If I understand correctly, this section explains the possibility to
> define your own markup commands using Scheme.
>
>> I can't complete myself the smallcap definition in the begining.
>> So what is the compl
I used to use Crimson for writing lilypond. Excellent for small projects,
less convenient for a large project with one main file to be compiled and
several other files contaning the music for individual staves.
I can now recommend another editor, PSPad, which like Crimson is a general
programmer
Is it possible to connect the bar lines of different staffs on the very
end of a piece using ChoirStaff?
Regards,
Morten
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
Rune Zedeler skrev:
\new StaffGroup {
\new Staff {
\override StaffGroup.SpanBar #'transparent = ##t
\clef F c d e f c d e f \bar "|."
\revert StaffGroup.SpanBar #'transparent
}
\new Staff {
\clef F c d e f c d e f
}
}
Sorry, a typo.
Try this:
\new StaffGroup {
\overri
Morten Lemvigh skrev:
Is it possible to connect the bar lines of different staffs on the very
end of a piece using ChoirStaff?
No because a ChoirStaff contains no span bars.
But what you /can/ do is to use a StaffGroup and then make the span bars
transparent apart from at the end of the measu
FWIW, I'm (ab)using the current behaviour of \include to produce
differently typeset different editions of music from the same source.
(Yes, I know there are other ways, but bear with me.)
What I do is this: I have an include directory that always resides in
../include/. A single file here contai
Hi,
I have a probelm with lilypond-book that i cant solve..
I use lilypond-book 2.10.25 on winXP
lilypond-book -o out --psfont myfile.lytex
this is the output.
there are some prolem with psfont (?)
("C:\Programmi\MiKTeX 2.5\tex\latex\base\article.cls"
Document Class: article 2005/09/16 v1.4f St
This is a known problem in Windows. Please use the pdflatex
approach instead:
lilypond-book --pdf -o out yourfile.pdftex
cd out
pdflatex yourfile.tex
/Mats
Quoting Bainos <[EMAIL PROTECTED]>:
Hi,
I have a probelm with lilypond-book that i cant solve..
I use lilypond-book 2.10.25 on winXP
17 matches
Mail list logo