2007/6/19, Hombergh Henri van den GTZ VN <[EMAIL PROTECTED]>:
Thanks Valentin, but I do not need the score, I need the individual parts so
that we (a small amateur quartet here in Hanoi, Vietnam, can play without
having to turn the page every 30 seconds. So if you have time, please teach me
h
Dear Colleagues,
you have convinced me! I need to dive into the documentation and the tutorial
of Lilypond. Obvioulsy no easy shortcuts here to quickly get my individual
parts. I do appreciate your cordial and frank replies!!
If in Hanoi, do call, we will make or listen to music together, ple
On 6/18/07, Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote:
Just upload the png. There are no SVG renderers that usefully handle
lily output for this case. Until firefox/inkscape gets proper SVG font
support, SVG files won't show music glyphs, except if you have the right
version of our music font al
Helge Kruse gmx.net> writes:
> for some ornaments this sounds great. Even if this a bit offtopic, I dont
> have a program to convert a bitmap graphic (TIFF, JPG,...) to EPS. Does
> anbody knows any program that runs with Windows XP?
ImageMagick is a set of command-line image-manipulating tool
Hello!
How can I set the size of the staves and the lyrics independently?
Use
\override Score.LyricText #'font-size = #0.8
and set the last number as you need (default is 1).
Hope this helps!
Kieren.
___
lilypond-user mailing list
lilypond
Hi,
Is it possible to insert downstroke and upstroke strum symbols with
Lilypond?
thanks,
jc
--
View this message in context:
http://www.nabble.com/Downstroke-and-Upstroke-symbol-for-guitar-tf3946887.html#a11196283
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.
Hi,
In the guitar section of the manual, all the examples of tab have stems with
the numbers. In double staff guitar tab, where you have notation on top and
tab below, this is rarely if ever seen. It is usually only the numbers on
the tab staff.
So my questions are ...
1.) Is it possible to re
On Tue, Jun 19, 2007 at 11:32:07AM -0400, Kieren MacMillan wrote:
> Hello!
>
> >How can I set the size of the staves and the lyrics independently?
>
> Use
>
> \override Score.LyricText #'font-size = #0.8
>
> and set the last number as you need (default is 1).
Unfortunately, this does not w
Quoting vwf <[EMAIL PROTECTED]>:
On Tue, Jun 19, 2007 at 11:32:07AM -0400, Kieren MacMillan wrote:
Hello!
>How can I set the size of the staves and the lyrics independently?
Use
\override Score.LyricText #'font-size = #0.8
and set the last number as you need (default is 1).
Unfortunat
You can easily remove the stems:
\new TabStaff {
\override Stem #'transparent = ##t
a,4\5 c'\2 a\3 e'\1
e\4 c'\2 a\3 e'\1
}
I no nothing about the notation practice for tab staff, but if you are
certain that this is common enough to deserve a place in the
documentation, please
Thanks Mats,
In this example, where would you place the \override Stem
#'transparent = ##t, as I can't get it to work. But I can get your
example to create a single staff...
partition = {
\key e \major
<>
\5\4
}
\context StaffGroup <<
\context Staff <<
\clef "G_8"
Hi allz,
I've a problem with the "attached" pics/souces.
Tried to find solving in the archive but couldn't find the exact
problem's solve.
notes:
#
| << { e4( d~ d8) } \\ { g,2~ g8 } >> r8 r4 | r4 a\p-> |
lyrics
#1 http://koboldnet.hu/~pasic/lyrics_01.png
Play | on, Hal -- lelu
#2 http://kobo
Since you probably want to keep the stems in the ordinary
note staff, you could do it in
\context TabStaff
<<
\override ...
\partition
>>
An alternative is to specify that you want this setting in all TabStaff
contexts in your .ly file, by inserting
\layout{
\context{
\TabStaff
\o
Thank you Rune,
Your trick is just ...fine !
It looks very promising. I'm not sure I understand its _exact_
behaviour, or LilyPond's behaviour towards text layout tweaks,
but I post hereby the results of my investigations, starting
with your snippet.
Please have a look at the following source : I
Read the section on "Explicitly instantiating voices" to realize
what the << {...} \\ {...} >> does exactly. Since it creates
two new Voice contexts, your \lyricsto will skip the full polyphonic
section. The simple workaround is to instantiate the extra Voice
yourself:
| << { \voiceOne e4( d~ d8
Germain G. Ivanoff-Trinadtzaty wrote:
Thank you Rune,
You are welcome.
% Here, the 'title' is output _almost_ at the center of the page
% (with a little shift to the right) while the 'index' is put
% 'gap' spaces away from 'title', on the left side.
Oh yeah, you are right.
This
Instant reply ! Well done !
I'll find a way to convert spaces to mm.
So \hspace disappeared. But \struts appeared !
Having a look at lily's help ; well it deals with _height_ of a box.
Here is probably the last improvement to be done.
Indeed, 'myTitle' and 'mySubtitle' are still misaligned...
Am
Germain G. Ivanoff-Trinadtzaty wrote:
So \hspace disappeared. But \struts appeared !
Yeah, a strut is just something that is invisible.
I don't understand why the with-dimension-thing in front of the strut is
neccesary - it should be infinitely thin already.
Indeed, 'myTitle' and 'mySubtit
Sorry I missed the simple solution.
This one REALLY should work :-)
\version "2.10.1"
\header
{
myIndex = "No 210"
myGap = #8.0
myTitle = "|AZERTYUIOP|"
mySubtitle = "|AZERTYUIOP|"
title = \markup {
\override #`(word-space . ,myGap)
\line \large {
\with-d
Again, thank you for responsiveness, and sharing knowledge.
Part of typesetting music is typesetting the text that describes it.
Indeed. And I have (surprised ?) a couple of questions on this topic.
Starting with my past post/request : "[layout tweaks] 2. \justify,
hyphenation, shift"
but no
SIMPLER IS BETTER !!! :))
Challenge overcome.
I don't remember why I started to play with \fill-line.
By the way, I learned much more Lily syntax.
ciao,
Germain
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listin
On Tue, Jun 19, 2007 at 08:22:28PM +0200, Mats Bengtsson wrote:
> Quoting vwf <[EMAIL PROTECTED]>:
>
> >On Tue, Jun 19, 2007 at 11:32:07AM -0400, Kieren MacMillan wrote:
> >>Hello!
> >>
> >>>How can I set the size of the staves and the lyrics independently?
> >>\override Score.LyricText #'fon
22 matches
Mail list logo