text in column

2008-01-26 Thread stef . thomas
Dear lilypond-users, I have a problem with arranging a text in column. In the first line I want to have "poco piu mosso" (this works) in the second "(quarter = 120 )" in the third "molto rit" (this works also ) How can it made possible that "(quarter = 120)" will sty together as one expression?

Re: text in column

2008-01-26 Thread Graham Percival
Go to LSR: http://lsr.dsi.unimi.it/ type in "tempo". Cheers, - Graham On Sat, 26 Jan 2008 11:21:59 +0100 [EMAIL PROTECTED] wrote: > Dear lilypond-users, > I have a problem with arranging a text in column. > In the first line I want to have "poco piu mosso" (this works) > in the second "(quart

Re: text in column

2008-01-26 Thread Reinhold Kainhofer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Samstag, 26. Januar 2008 schrieb [EMAIL PROTECTED]: > Dear lilypond-users, > I have a problem with arranging a text in column. > In the first line I want to have "poco piu mosso" (this works) > in the second "(quarter = 120 )" > in the third "molto

RE: text in column

2008-01-26 Thread Trevor Daniels
I happened to notice that there is a problem with http://lsr.dsi.unimi.it/LSR/Item?id=13, which is supposed to show the effect of padding on MetronomeMark. The second mark, the one padded, does not actually appear because, it seems, the tempo specified is the same as the previous one. I didn't re

Re: RemoveEmptyStaffContext and Nr of Pages

2008-01-26 Thread Joe Neeman
On Fri, 2008-01-25 at 17:44 +0100, Toine Schreurs wrote: > The following example results in 2 pages of output. But > if I enable the RemoveEmptyStaffContext, the number of pages > should obviously reduce to 1, but remains 2. This is most likely related to bug #562, which will be fixed very soon no

time-signature with notes like (3/"quarter symbol")

2008-01-26 Thread padovani
Hi, I'm trying to write time signatures with note symbols instead of "whole" fractions... I'm trying to do that with markups but it doesn't like it... that is the code I tried: tsMarkup =\markup {\note #"4." #1.0} { \override Staff.TimeSignature #'stencil = #ly:text-interface::print \overrid

Re: Re: text in column

2008-01-26 Thread stef . thomas
Dear Graham, thanks for the advice. I changed the file now. But I have another problem: how can I have the "quarter = 120" in the same size as the "tempo 4 = 60". And: is it possible to have the "molto rit." in the same line as the "tempo 4 = 60"? Here is the new file: moltorit = {override TextS

Re: time-signature with notes like (3/"quarter symbol") [not solved]

2008-01-26 Thread Wilbert Berendsen
Op zaterdag 26 januari 2008, schreef padovani: > Hi, I'm trying to write time signatures with note symbols instead of > "whole" fractions... > I'm trying to do that with markups but it doesn't like it... > > that is the code I tried: > > tsMarkup =\markup {\note #"4." #1.0} > > { > \override Staf

Program crashes whenever I start it

2008-01-26 Thread Bryan Previte
For some reason, every time I try to run Lilypond, it crashes; instead of starting, it loads for about 10-30 seconds, and then I get an annoying "Lilypond has encountered a problem and will be shut down" message, and the program closes before any sort of window other than that dialog box even appea

Re: Program crashes whenever I start it

2008-01-26 Thread Frank Dieckmann
Which operating system do you use? Frank On Saturday 26 January 2008 16:29:47 Bryan Previte wrote: > For some reason, every time I try to run Lilypond, it crashes; instead of > starting, it loads for about 10-30 seconds, and then I get an annoying > "Lilypond has encountered a problem and will be

Re: Program crashes whenever I start it

2008-01-26 Thread Frank Dieckmann
Which operating system do you use? Frank On Saturday 26 January 2008 16:29:47 Bryan Previte wrote: > For some reason, every time I try to run Lilypond, it crashes; instead of > starting, it loads for about 10-30 seconds, and then I get an annoying > "Lilypond has encountered a problem and will be

Re: Program crashes whenever I start it

2008-01-26 Thread Bryan Previte
I use Windows XP SP2. Frank Dieckmann gmx.org> writes: > > Which operating system do you use? > Frank ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

modern glissando

2008-01-26 Thread stef . thomas
Dear lilypond-users, a question concerning modern glissando. Why is in the below quoted file the position of the quarter rest so high? What can I do to change this? Thanks for Your help! version "2.11.34" relative c { clef bass << { voiceOne r8 besmf>glissando hideNotes c! s8 | } new Voice { voice

Error lilypond

2008-01-26 Thread Dany Alexander Caro Saavedra
Preprocessing graphical objects... programming error: FT_Get_Glyph_Name returns error continuing, cross fingers programming error: Glyph has no name, but font supports glyph naming. Skipping glyph U+, file C:/Archivos de programa/LilyPond/usr/share/lilypond/current/fonts/otf/CenturySchL-Ro

Re: modern glissando

2008-01-26 Thread Ole Schmidt
your examples have no backlashes \ I assume the height of the rest has to do with the polyphony, if you want to center the rest: \once \override Rest #'staff-position = #1 hth ole Am 26.01.2008 um 18:27 schrieb [EMAIL PROTECTED]: Dear lilypond-users, a question concerning modern glissando.

Re: RemoveEmptyStaffContext and Nr of Pages

2008-01-26 Thread Toine Schreurs
I tried it in 2.11.37, but alas. Toine > I tried your example in 2.11.34 and it -does- reduce to > a single page with RemoveEmptyStaffContext enabled in > that release. This may be related to the reintroduction > of minimum-Y-extent in 2.1.35 (see comment to bug 496). > If so, the workaround

Re: RemoveEmptyStaffContext and Nr of Pages

2008-01-26 Thread Toine Schreurs
Thanks, I will wait. (and I'm sorry, I should have checked the open issues first) Toine > This is most likely related to bug #562, which will be fixed very soon > now. ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman

midi set instrument problem

2008-01-26 Thread Thomas Spuhler
Lilypond doesn't like my midi section: \midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 90 4) } \set Staff.midiInstrument = "recorder" } I get: score.ly:20:16: error: syntax error, unexpected \s

Re: midi set instrument problem

2008-01-26 Thread Daniel Tonda
AFAIK midiInstrument goes in the Staff context, and you can use it like: %% CODE BEGIN \version "2.11.37" Notes = \new Staff \relative { \set Staff.midiInstrument = "recorder" c4 d2 e4 | f1 } %% For Visual output \score { \Notes } %% For midi output \score { \Notes \midi{} } %% CO

Re: Error lilypond

2008-01-26 Thread Andrew Hawryluk
¿Podrías mandar un ejemplo corto? Me imagino que hablas del usar la tilde para poner una ligadura entre sílabas de letra, tal como se describe en http://lilypond.org/doc/v2.11/Documentation/user/lilypond/Entering-lyrics.es.html. Y mi otra pregunta es ¿cuál systema operativa utilizas? Saludos, An

Learning Manual comments

2008-01-26 Thread Andrew Hawryluk
I just finished reading the Learning Manual for the first time and I am really impressed. Nice work everyone! As a relatively new user, chapters 3 and 4 were excellent. I am starting to figure out why commands belong in various places, and I now see how simple some of the tweaks are. Thanks! There

Deleting the Lilypond sentence at the end

2008-01-26 Thread Thomas Spuhler
I don't like that Lilypond Engraving sentence at the end. How do I skip it? Could not find it in the Manual. -- Thomas ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Deleting the Lilypond sentence at the end

2008-01-26 Thread Graham Percival
You obviously didn't look very hard. It's a header, so see "Creating titles". - Graham On Sat, 26 Jan 2008 19:15:52 -0700 Thomas Spuhler <[EMAIL PROTECTED]> wrote: > I don't like that Lilypond Engraving sentence at the end. How do I > skip it? Could not find it in the Manual. > -- > Thomas > >

GDP: NR 1.1 Pitches 2008-01-26

2008-01-26 Thread Graham Percival
Final call for comments on NR 1.1 Pitches. Please note that this is our "demonstration" chapter, which will form the guidelines for the rest of the NR. So if there's anything that you don't like about the general layout and policies of this section, please speak up now, before the entire NR is ch

Re: midi set instrument problem

2008-01-26 Thread Wilbert Berendsen
Op zaterdag 26 januari 2008, schreef Thomas Spuhler: > Lilypond doesn't like my midi section: Try: \midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 90 4) } \context { \Staff midiInstrument = "recorder" } } The \set Staff.midiInstrument command shows that m