Re: buggy grace

2018-09-08 Thread Mátyás Seress
Yes, that solved it, thanks Craig!

2018-09-08 23:10 GMT+02:00 Craig Dabelstein :

> Maybe it is \afterGrace that you are looking for:
>
> \afterGrace g4.  { fis16 g }
>
> Craig
>
>
> On Sun, 9 Sep 2018 at 07:03, Mátyás Seress  wrote:
>
>> Hi all,
>>
>> today I found a rather odd spacing of the grace notes. Check this code:
>>
>> \score {
>> \relative c'' {
>> \time 3/8
>> g4. \grace { fis16 g }
>> }
>> }
>>
>> I'm running 2.18.2.
>> As you can see in the attachment, the grace notes which according to the
>> manual "take up no additional logical time in a measure" apparently do so.
>> Is this a known bug that's going to be fixed? Or am I doing something
>> wrong?
>>
>> Mátyás
>> ___
>> lilypond-user mailing list
>> lilypond-user@gnu.org
>> https://lists.gnu.org/mailman/listinfo/lilypond-user
>>
>
>
> --
> *Craig Dabelstein*
> Maxime's Music
> craig.dabelst...@gmail.com
> *http://maximesmusic.com <http://maximesmusic.com>*
>
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


buggy grace

2018-09-08 Thread Mátyás Seress
Hi all,

today I found a rather odd spacing of the grace notes. Check this code:

\score {
\relative c'' {
\time 3/8
g4. \grace { fis16 g }
}
}

I'm running 2.18.2.
As you can see in the attachment, the grace notes which according to the
manual "take up no additional logical time in a measure" apparently do so.
Is this a known bug that's going to be fixed? Or am I doing something wrong?

Mátyás
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re:

2016-03-23 Thread Mátyás Seress
Thank you for picking it up so quickly!

Ezt az e-mailt egy Avast védelemmel rendelkező, vírusmentes számítógépről
küldték.
www.avast.com

<#DDB4FAA8-2DD7-40BB-A1B8-4E2AA1F9FDF2>

2016-03-23 14:41 GMT+01:00 Masamichi HOSODA :

> > Looks like clicking on contents entries stopped working between 19.36
> and 19.37 - presumably as a result of the change to XeTeX.  Masamichi - do
> you have any idea about what could have caused this?
> [...snip...]
>
> For PDF document building,
> current LilyPond uses texinfo.tex ver. 2016-02-15.14.
> It cannot create any PDF links with XeTeX.
>
> Today, I've commited
> XeTeX table of contents page number link support
> to texinfo.tex.
> http://lists.gnu.org/archive/html/texinfo-commits/2016-03/msg00017.html
>
> However, still some PDF links (@xref related links)
> are not able to create with XeTeX.
> http://lists.gnu.org/archive/html/bug-texinfo/2016-03/msg00052.html
>
> Anyway, texinfo.tex that is contained by current LilyPond
> can not create any PDF links with XeTeX at present.
>
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


[no subject]

2016-03-23 Thread Mátyás Seress
Hi guys,

I just downloaded the Lilypond Notation Reference pdf for version 2.19.38
from here:
http://www.lilypond.org/doc/v2.19/Documentation/notation.pdf

and I noticed that in the Table of Contents the page numbers next to the
entries are not clickable hyperrefs like in previous verisons.

Do you know who could fix this? because it'd facilitate the navigation a
great deal.

Thank you! :)

Mat

Ezt az e-mailt egy Avast védelemmel rendelkező, vírusmentes számítógépről
küldték.
www.avast.com

<#DDB4FAA8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: set barlines manually

2015-08-27 Thread Mátyás Seress
Thank you Nathan! It solved my problem perfectly well! :)

2015-08-26 22:02 GMT+02:00 Nathan Ho when.possi...@gmail.com:

 On Wed, Aug 26, 2015 at 12:40 PM, Mátyás Seress serima...@gmail.com
 wrote:
  Hi all,
 
  how can I set barlines completely manually throughout a whole sheet
 music?

 If you have no time signatures, remove Time_signature_engraver and use
 \cadenzaOn. You can place bars with \bar |.

 Regards,
 Nathan

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


set barlines manually

2015-08-26 Thread Mátyás Seress
Hi all,

how can I set barlines completely manually throughout a whole sheet music?
I tried these:

\override Staff.TimeSignature #'stencil = ##f

\new Staff \with { \hide BarLine } {

\new Staff \with {\remove Time_signature_engraver \omit BarLine}{

\omit Score.BarLine
\undo \omit Score.BarLine

none of them worked well. Once no barlines are visible, and sometimes the
barlines which I manually set and what the default 4/4 time signature
calculates appears at the same time and looks ugly.
Can you please help?

Thanks :)

Matt
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


auto force accidentals

2015-04-20 Thread Mátyás Seress
Hi all,

I have a question: do you know any command in Lilypond to automatically
force those accidentals which have been changed in the preceding measure?
Let me give you an example:

\score {

\relative c' {

\clef G

\key c \major

\time 4/4
a8 b c d e f gis a
a g f e d c b a
}

}

Because it is annoying that I have to constantly look out for notes like
the g in the second measure to code it like g! in order for making the
score look nicer.
Do you know any good solution on how to automatize this?

Thanks in advance,

Mat
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: auto force accidentals

2015-04-20 Thread Mátyás Seress
Hi guys,

thank you for the support! I got the answer! :)

Best regards,

Mat

2015-04-20 20:17 GMT+02:00 Stephen MacNeil classicalja...@gmail.com:

 take a look here


 http://fritz.rmi.de/dokumentation/lilypond/Documentation/user/lilypond/Automatic-accidentals.html

 HTH
 Stephen

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


remove barlines bug

2014-05-02 Thread Mátyás Seress
Hi all!

I'm using \with { \remove Bar_engraver } in a single-staff piece to
remove all the barlines in the score. It does that fine, but unfortunately
it removes all the clefs from the beginning of the lines as well. All but
the very first.

How could I resolve this problem? I.e. I want the clefs to appear.

Thx,

Mat
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: remove barlines bug

2014-05-02 Thread Mátyás Seress
Hi,

fortunately I found the solution:
\with { \hide BarLine }
does everything okay.

Bye,

Mat


2014-05-02 15:35 GMT+02:00 Mátyás Seress serima...@gmail.com:

 Hi all!

 I'm using \with { \remove Bar_engraver } in a single-staff piece to
 remove all the barlines in the score. It does that fine, but unfortunately
 it removes all the clefs from the beginning of the lines as well. All but
 the very first.

 How could I resolve this problem? I.e. I want the clefs to appear.

 Thx,

 Mat

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Ambitus - emphasizing pitch

2014-03-10 Thread Mátyás Seress
Thank you, it solved the problem!


2014-03-09 22:09 GMT+01:00 Thomas Morley thomasmorle...@gmail.com:

 2014-03-09 20:03 GMT+01:00 Mátyás Seress serima...@gmail.com:
  Hi all,
 
  the following is my question: how can I make it happen, that in the
 ambitus
  the pitches are emphasized, like when you write c! instead of c.
 Because
  right now the ambitus engraver supposes that the key is known.


 Hi,

 try:

 \version 2.14.2

 \new Voice
   \with { \consists Ambitus_engraver keySignature = #'() }
 \relative c'' {
   \key c \minor
   ees,2 dis'
 }

 Please consider upgrade to current stable, i.e. 2.18.0

 Cheers,
   Harm

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Ambitus - emphasizing pitch

2014-03-09 Thread Mátyás Seress
Hi all,

the following is my question: how can I make it happen, that in the ambitus
the pitches are emphasized, like when you write c! instead of c.
Because right now the ambitus engraver supposes that the key is known.

Can you show me in this little example what I have to modify?

\version 2.14.2

\score {

\new Voice = tenor \with { \consists Ambitus_engraver} {

\relative c' {

\time 4/4

\clef G_8

\key c \minor

\bar |.

c2 c

d4 ees, d' d

}

}

}



Thanks!


Mat
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


eps picture embedding into score

2014-03-02 Thread Mátyás Seress
Hi all,

I have a line of music in *.eps format. And I have a properly working
lilypond source code of a choir piece. The piece has a title, composer name
etc. as well.

I'd like to do the following: the eps picture should be the first line of
the music - coming right after the header - aligned in the center, and then
the normal vector graphical lilypond-made score should follow.
The output should be pdf.

I tried to use \eps-file, but it didn't work. :(
Can anyone help me?

Thanks,

Mat

ps.: I use \version 2.14.2 and Frescobaldi IDE
pps.: For those out there who wonder why I'm doing this: the eps is a
gregorian chant, and lilypond just wasn't good enough for that - it has
known issues with accidentals and ligatures-lyrics misplacement.
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: MIDI to mp3 or wav?

2012-01-17 Thread Mátyás Seress
Thank you for the answers, I already could solve the problem. I attached
the torrent file. This directly converts MIDI to mp3 or wav or whatever.


Best regards,
Mat

2012/1/17 Gerry Prosser ge...@chalkblue.co.uk

 I do it as a 2-stage process:

 timidity music.midi -Ow -o music.wav
 lame music.wav music.mp3



 On 17 January 2012 07:54, Francisco Vila paconet@gmail.com wrote:

 2012/1/17 Martin Tarenskeen m.tarensk...@zonnet.nl:
  Audacity will do it.
 
 
  I don't thinks so. Audacity does not load/play/convert MIDI files, does
 it ?

 Las time I looked at, it loaded, it didn't play or convert.  You can
 import a MIDI in a MIDI track for reference only.


 --
 Francisco Vila. Badajoz (Spain)
 www.paconet.org , www.csmbadajoz.com

 ___
 lilypond-user mailing list
 lilypond-user@gnu.org
 https://lists.gnu.org/mailman/listinfo/lilypond-user



 ___
 lilypond-user mailing list
 lilypond-user@gnu.org
 https://lists.gnu.org/mailman/listinfo/lilypond-user




5837408.torrent
Description: Binary data
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


arpeggio in MIDI doesn't work :-(

2012-01-16 Thread Mátyás Seress
Hi all,

I've got a problem, which is: if I put '\arpeggio' after a chord, and
create a MIDI file, then it doesn't play like that. It remains to be a
simple chord. (I'm trying to do this with acoustic guitar (nylon) and
acoustic guitar (steel) )

Can anybody help me with that?

Thank you!

Mat
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


MIDI to mp3 or wav?

2012-01-16 Thread Mátyás Seress
Hi all,

thank you for the answers for my former question.
I came across a new one: lilypond generates MIDI file. But I would need a
program that converts midi to mp3 or wav so that I can operate with them.
Can you help? I already took a look around in the internet but only found
trial/fake versions that are free and couldn't find a sufficient one. Any
idea?

Thank you!

Mat
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user