Re: symbols in lyrics

2011-12-27 Thread David Kastrup
benluo writes: > On 27/12/2011 00:40, Xavier Scheuer wrote: >> On 26 December 2011 16:57, Martien Houët wrote: >>> My text editor is OK. >>> But I don't understand "save the file in UTF-8" >>> Is it an extension, a map, a programm? >> LilyPond handles accents etc. very well because it proceeds t

Re: It is possible to add the note name below the note symbol ?

2011-12-27 Thread Glen Larsen
The snippets repository is your friend. A search for "note names" gave several hits, including http://lsr.dsi.unimi.it/LSR/Item?id=672 -glen On 12/27/2011 10:14 PM, Dimitrios Glentadakis wrote: I 'd like to add the note name below the symbol

It is possible to add the note name below the note symbol ?

2011-12-27 Thread Dimitrios Glentadakis
I 'd like to add the note name below the symbol, is this possible, automatically or manually ? -- Dimitrios Glentadakis ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Error "Wrong type argument in position 1"

2011-12-27 Thread Dimitrios Glentadakis
Στις Τρίτη 27 Δεκέμβριος 2011 20:20:56 Glen Larsen γράψατε: > > On 12/27/2011 11:05 AM, Dimitrios Glentadakis wrote: > > Στις Τρίτη 27 Δεκέμβριος 2011 08:01:09 David Kastrup γράψατε: > >> Dimitrios Glentadakis writes: > >> > >>> Στις Δευτέρα 26 Δεκέμβριος 2011 23:01:47 David Kastrup γράψατε: > >>

Re: symbols in lyrics

2011-12-27 Thread benluo
On 27/12/2011 00:40, Xavier Scheuer wrote: On 26 December 2011 16:57, Martien Houët wrote: My text editor is OK. But I don't understand "save the file in UTF-8" Is it an extension, a map, a programm? LilyPond handles accents etc. very well because it proceeds text files encoded in UTF-8 (that'

Re: Iterated batch output (exercise generator)

2011-12-27 Thread Jay Anderson
On Tue, Dec 27, 2011 at 3:14 PM, John Allsup wrote: > Is there any way to iteratively generate multiple files within Lilypond > (so that I could have a function that > generates 10 separate pages). Looking at a some projects might help get you started: * https://github.com/horndude77/open-scores

Iterated batch output (exercise generator)

2011-12-27 Thread John Allsup
Hi, Is there any way to iteratively generate multiple files within Lilypond (so that I could have a function that generates 10 separate pages). I can do a #(define output-suffix (string-append "A" (number->string num))) \book { \header { title = #(string-append "Exercise A" (number->s

Re: lyrics with polyphany

2011-12-27 Thread -Eluze
Michael_D wrote: > > > Alright. Thanks for the tip (I'm new here). Here's another try. I was > under the impression that the layout stuff I had in the original was > required to make the lyrics appear where I want (the middle of the stave) > but they are indeed not, apparently, the cause of

Re: How to change the name of the MIDI file ?

2011-12-27 Thread Marc Hohl
Am 27.12.2011 20:10, schrieb Louis Bettens: Hello everybody, Tiny example : try.ly : \version "2.12.3" \book { \score { %first arpeggio \relative c' { c e g c } \midi { } } \score { %second arpeggio \relative c' { d fis a d } \midi { } } } The midi outp

Re: cannot load the popplerqt4 module : frescobaldi 2.0.0

2011-12-27 Thread Werner LEMBERG
> Be sure to install python-poppler-qt4 for the same Python version as > Frescobaldi is using. For me, it was very helpful to do what has been suggested in the frescobaldi group: > python >>> import popplerqt4 This has shown that my libpoppler DLL was out of date... Now it works. Wer

Re: cannot load the popplerqt4 module : frescobaldi 2.0.0

2011-12-27 Thread Wilbert Berendsen
Op Tue, 27 Dec 2011 05:02:15 -0800 (PST) MING TSANG schreef: > Hi lily users: > > I installed frescobaldi 2.0.0 on my fedora and when I try to open .ly > file, i got the following error. > >  " cannot load the popplerqt4 module " > 1.9.3 uses the same popplerqt4 module as 2.0.0, so maybe somet

Re: Error "Wrong type argument in position 1"

2011-12-27 Thread Carl Sorensen
stringTunings changed in 2.14 from a list of semitones to a list of pitches. Your export from tuxguitar is still set up to create a 2.12 file. If you run convert-ly on this file, the syntax will be automatically corrected and it should work properly. hth, Carl ___

Re: Error "Wrong type argument in position 1"

2011-12-27 Thread Glen Larsen
On 12/27/2011 11:05 AM, Dimitrios Glentadakis wrote: Στις Τρίτη 27 Δεκέμβριος 2011 08:01:09 David Kastrup γράψατε: Dimitrios Glentadakis writes: Στις Δευτέρα 26 Δεκέμβριος 2011 23:01:47 David Kastrup γράψατε: Dimitrios Glentadakis writes: I have never used the lilypond before I installe

How to change the name of the MIDI file ?

2011-12-27 Thread Louis Bettens
Hello everybody, Tiny example : try.ly : \version "2.12.3" \book { \score { %first arpeggio \relative c' { c e g c } \midi { } } \score { %second arpeggio \relative c' { d fis a d } \midi { } } } The midi output of the first arpeggio goes in "try.midi" and the seco

Re: Error "Wrong type argument in position 1"

2011-12-27 Thread Dimitrios Glentadakis
Στις Τρίτη 27 Δεκέμβριος 2011 08:01:09 David Kastrup γράψατε: > Dimitrios Glentadakis writes: > > > Στις Δευτέρα 26 Δεκέμβριος 2011 23:01:47 David Kastrup γράψατε: > >> Dimitrios Glentadakis writes: > >> > >> > I have never used the lilypond before > >> > I installed the program frescobaldi 1.2

transposing music via command line argument

2011-12-27 Thread Marc Hohl
Hello list, in another thread, my problems with command line arguments were solved (or workarounds provided), but now I am stuck with another but similar problem: I want to transpose some music and tell lilypond the 'to' pitch in the command line: lilypond -dpitch="e'" myfile.ly where myfile.l

Re: cannot load the popplerqt4 module : frescobaldi 2.0.0

2011-12-27 Thread Federico Bruni
2011/12/27 MING TSANG : > Hi lily users: > > I installed frescobaldi 2.0.0 on my fedora and when I try to open .ly file, > i got the following error. >  " cannot load the popplerqt4 module " > > I cannot use frescobaldi 1.9.3 anymore. > Questions: > 1.  how can I resolve the popplerqt4 issue? this

cannot load the popplerqt4 module : frescobaldi 2.0.0

2011-12-27 Thread MING TSANG
Hi lily users: I installed frescobaldi 2.0.0 on my fedora and when I try to open .ly file, i got the following error.  " cannot load the popplerqt4 module " I cannot use frescobaldi 1.9.3 anymore. Questions: 1.  how can I resolve the popplerqt4 issue? 2.  how can I un-install frescobalsi 2.0.0

Re: extenders in figured bass without a figure in front

2011-12-27 Thread Reinhold Kainhofer
On 2011-12-25 17:43, C.Flothow wrote: Hej! in a piece which I've been transscribing there is repeatedly an extender line in the figured bass without a number in front. This means of course: hold the accord. I've tried to indicate this with a markup, but that's of course not the same. [...] Is

Re: lyrics with polyphany

2011-12-27 Thread -Eluze
Michael_D wrote: > > uppertop = \relative c'' { > ... > } > will never compile unless you provide a minimal example of the code producing what you tell it's difficult for everybody to imagine what might be the cause - try to eliminate any possible item in the code below which is not absolutely