nburdick / lilykde

Automatically exported from code.google.com/p/lilykde
0 stars 0 forks source link

Lilypond displays errors with score from wizard (frescobaldi) #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open Fresobaldi
2. New score wizard
3. Instruments --> Vocals --> Soprano, alto, tenor and bassus
4. OK
5. Write one or two notes (it doesn't matter, this is not important)
5. Run lilypond

What is the expected output? What do you see instead?

from terminal i get

eduardo@linux-aj9a:~/Documents> lilypond pruebalilypond.ly
GNU LilyPond 2.12.1                                       
Procesando «pruebalilypond.ly»                            
Analizando...                                             
Interpretando la música...                                
advertencia: no se encuentra o no se puede crear un «StaffChoral» nuevo
pruebalilypond.ly:84:15: advertencia: no se encuentra la Voz «uniqueContext2»

    \addlyrics 
               { \verseTenorVoice }
pruebalilypond.ly:89:15: advertencia: no se encuentra la Voz «uniqueContext3»

    \addlyrics 
               { \verseBassVoice } >>
Preprocesando los objetos gráficos...
Interpretando la música...           
advertencia: no se encuentra o no se puede crear un «StaffChoral» nuevo
pruebalilypond.ly:84:15: advertencia: no se encuentra la Voz «uniqueContext2»

    \addlyrics 
               { \verseTenorVoice }
pruebalilypond.ly:89:15: advertencia: no se encuentra la Voz «uniqueContext3»

    \addlyrics
               { \verseBassVoice } >>
Salida MIDI hacia «pruebalilypond.midi»...
Buscando el número de páginas ideal...
Disponiendo la música en una página...
Dibujando los sistemas...
Salida de la página hacia «pruebalilypond.ps»...
Convirtiendo en «./pruebalilypond.pdf»...

What version of the product are you using? On what operating system?
Opensuse 11.1 32Bits, with frescobaldi svn 1001

Please provide any additional information below.

Thanks

Original issue reported on code.google.com by eduardop...@gmail.com on 9 Jan 2009 at 7:06

GoogleCodeExporter commented 8 years ago
Sorry. In the log of terminal there is a mistake. This is the good log:

eduardo@linux-aj9a:~/Documents> lilypond test.ly
GNU LilyPond 2.12.1                             
Procesando «test.ly»                            
Analizando...                                   
Interpretando la música...                      
test.ly:66:15: advertencia: no se encuentra la Voz «uniqueContext0»

    \addlyrics 
               { \verseSopranoVoice }
test.ly:71:15: advertencia: no se encuentra la Voz «uniqueContext1»

    \addlyrics 
               { \verseAltoVoice }
test.ly:76:15: advertencia: no se encuentra la Voz «uniqueContext2»

    \addlyrics 
               { \verseTenorVoice }
test.ly:81:15: advertencia: no se encuentra la Voz «uniqueContext3»

    \addlyrics 
               { \verseBassVoice }
Preprocesando los objetos gráficos...
Interpretando la música...           
test.ly:66:15: advertencia: no se encuentra la Voz «uniqueContext0»

    \addlyrics 
               { \verseSopranoVoice }
test.ly:71:15: advertencia: no se encuentra la Voz «uniqueContext1»

    \addlyrics 
               { \verseAltoVoice }
test.ly:76:15: advertencia: no se encuentra la Voz «uniqueContext2»

    \addlyrics 
               { \verseTenorVoice }
test.ly:81:15: advertencia: no se encuentra la Voz «uniqueContext3»

    \addlyrics
               { \verseBassVoice }
Salida MIDI hacia «test.midi»...
Buscando el número de páginas ideal...
Disponiendo la música en una página...
Dibujando los sistemas...
Salida de la página hacia «test.ps»...
Convirtiendo en «./test.pdf»...

Original comment by eduardop...@gmail.com on 9 Jan 2009 at 7:43

GoogleCodeExporter commented 8 years ago
Did you also write some lyrics?

If you leave the \lyricmode stubs empty, you get these errors. But if you write 
a
word in every verseSopranoVoice etc. stub, the file should compile without 
errors. On
my system it does. As an example I add a working file from my system.

By the way: if you write music for choir, you could also use Vocals->Choir, and 
enter
"S-A-T-B" as the voicing. That gives you a ChoirStaff and more control about 
where
the lyrics go.

If you still have problems after adding lyrics, please post the whole file
Frescobaldi's Score Wizard generated.

Original comment by wbsoft on 10 Jan 2009 at 6:52

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks for your response. You have reason. Now it works for me.

Thank you for this great work. I will use frescobaldi for my music scores, it 
work
very well and it is very fast.

You can close this issue

Original comment by eduardop...@gmail.com on 10 Jan 2009 at 11:10

GoogleCodeExporter commented 8 years ago
I am very glad Frescobaldi is useful to you! It is to me too (that why I wrote 
it in
the first place ;-) ) If you have any ideas to improve Frescobaldi, please let 
me
know!

Original comment by wbsoft on 10 Jan 2009 at 2:25