Re: Mac OS X libguile.17.dylib Trace/BPT Trap error when adding a second voice to piano score

2007-06-16 Thread Paul Scott

David Fedoruk wrote:

On 6/15/07, Graham Percival <[EMAIL PROTECTED]> wrote:

David Fedoruk wrote:
> \version "2.10.25"
> upper = \relative c'' {
>\clef treble
>\key e \major
>\time 3/4
>
> \key e \minor r8  b''8 \grace a16 g8  fs e d | % Bar 21
>
> {a'4-| a8 a gs fs b d |

Why do you have an extra { in there?

> \grace b16 c2. | b2.  | % Bar 23

Cheers,
- Graham


The { is in the documentation in the section on Single Staff
Polyphony. At first I had the closing bracket in with it to, but that
had the same result.


The documentation you refer suggests more,  It is:

<< { voice_one } \\ { voice_two }  >>

All of those symbols are necessary,

Paul Scott




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


Problem: ragged-last = ##t gives cramped last line

2007-06-16 Thread Jonas Nyström

Hi all!

I'm using lilyond throug ScoreRender for displaying music fragments.

I want to use ragged-last = ##t because short examples shouldnt be wider
than needed.
Problem: When the example use more than one system, the last system
sometimes is "cramped" —
to tight formatted when the notes (almost) colliding.
In the example below, the second system should break after six bars, just
like the first system - shouldn't it?
Any ideas how to solve this?

Best regards / Jonas

\version "2.8.1"
\paper  {
   indent = 0.0\mm
   ragged-last = ##t
   line-width = 6\in
}
\relative {
c d e f g f e d c d e f g f e d c d e f g f e d c d e f g f e d c d e f g f
e d c d e f g f e d c d e f g f e d c d e f g f e d
}
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Problem: ragged-last = ##t gives cramped last line

2007-06-16 Thread Tao Cumplido
Hey Jonas,

with \break you can force linebreaks.
Similarly \noBreak prevents an automatic linebreak.

Hope this helps,

regards,

Tao


 Original-Nachricht 
Datum: Sat, 16 Jun 2007 14:47:32 +0200
Von: "Jonas Nyström" <[EMAIL PROTECTED]>
An: lilypond-user@gnu.org
Betreff: Problem: ragged-last = ##t gives cramped last line

> Hi all!
> 
> I'm using lilyond throug ScoreRender for displaying music fragments.
> 
> I want to use ragged-last = ##t because short examples shouldnt be wider
> than needed.
> Problem: When the example use more than one system, the last system
> sometimes is "cramped" —
> to tight formatted when the notes (almost) colliding.
> In the example below, the second system should break after six bars, just
> like the first system - shouldn't it?
> Any ideas how to solve this?
> 
> Best regards / Jonas
> 
> \version "2.8.1"
> \paper  {
> indent = 0.0\mm
> ragged-last = ##t
> line-width = 6\in
> }
> \relative {
> c d e f g f e d c d e f g f e d c d e f g f e d c d e f g f e d c d e f g
> f
> e d c d e f g f e d c d e f g f e d c d e f g f e d
> }

-- 
Pt! Schon vom neuen GMX MultiMessenger gehört?
Der kanns mit allen: http://www.gmx.net/de/go/multimessenger


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


Re: lilypond doesn't create file.pdf

2007-06-16 Thread Mats Bengtsson
I would suspect that you have something in your .ly file that confuses 
LilyPond,
so it's much easier to answer your question if you send a copy of your 
file.ly.


Have you tried some example file from the documentation?

  /Mats

ste wrote:

I've just installed Lilypond in Windows and Ubuntu

In Ubuntu I've created a file.ly
I've started Lilypond, who said me the errors and I corrected them
But now it says only:

   lilypond --pdf /media/sda1/musica/sheet_music/castello/pippo.ly
   GNU LilyPond 2.10.20
   Processing `/media/sda1/musica/sheet_music/castello/pippo.ly'
   Analisi...

and then it stops itself.


In Windows the same file doesn't want to open!
What's wrong?


Thanks Stefano


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


--
=
Mats Bengtsson
Signal Processing
Signals, Sensors and Systems
Royal Institute of Technology
SE-100 44  STOCKHOLM
Sweden
Phone: (+46) 8 790 8463 
   Fax:   (+46) 8 790 7260
Email: [EMAIL PROTECTED]
WWW: http://www.s3.kth.se/~mabe
=



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


Re: figured bass above/below notes?

2007-06-16 Thread Mats Bengtsson

madhg wrote:

There are two ways of adding figured bass: 

(a) 
 \new Staff  \mybassnotes   \new Figured Bass \myfigures 
  which gives figures below the staff, arranged ina horizontal line


(b) 
 \new Staff = bassStaff \mybassnotes \context Staff = bassStaff \myfigures
 which puts the figures in vertical positions depending on the position of 
the corresponding note.


(b) puts figures above the notes by default. Can it be made to put them
below the notes? 
I looked at the documentation, didn't find it.
 


Yes, it is very tricky to find indeed. Try
\override Staff.BassFigureAlignmentPositioning #'direction = #DOWN

  /Mats


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


title on every page?

2007-06-16 Thread tao_lilyponduser
hello,

is it possible to print the title in small on top of every page?

regards,

Tao
-- 
Pt! Schon vom neuen GMX MultiMessenger gehört?
Der kanns mit allen: http://www.gmx.net/de/go/multimessenger


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


Re: title on every page?

2007-06-16 Thread Mats Bengtsson

[EMAIL PROTECTED] wrote:


hello,

is it possible to print the title in small on top of every page?

regards,

Tao
 


See http://lists.gnu.org/archive/html/lilypond-user/2007-02/msg00638.html

  /Mats


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


Re: figured bass above/below notes?

2007-06-16 Thread madhg


Mats Bengtsson-4 wrote:
> 
> madhg wrote:
> 
>>There are two ways of adding figured bass: 
>> 
>>(a) ... and  (b) 
>>  \new Staff = bassStaff \mybassnotes \context Staff = bassStaff
>> \myfigures
>>  which puts figures above the notes by default. Can it be made to put
>> them
>>below the notes? 
>>I looked at the documentation, didn't find it.
>>  
>>
> Yes, it is very tricky to find indeed. Try
> \override Staff.BassFigureAlignmentPositioning #'direction = #DOWN
>/Mats
> 

Thanks, I knew there must be a way.  Would be good to add a few words about
this in the documentation of fig bass?

David

-- 
View this message in context: 
http://www.nabble.com/figured-bass-above-below-notes--tf3926627.html#a11157439
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.



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


Re: figured bass above/below notes?

2007-06-16 Thread Graham Percival

madhg wrote:

\override Staff.BassFigureAlignmentPositioning #'direction = #DOWN


Thanks, I knew there must be a way.  Would be good to add a few words about
this in the documentation of fig bass?


http://lilypond.org/web/devel/participating/documentation-adding

Cheers,
- Graham


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


Re: weird \parenthesize behaviour

2007-06-16 Thread Graham Percival

Thanks for the report; this is a known bug:
http://code.google.com/p/lilypond/issues/detail?id=155&can=2&q=parenthesize

Cheers,
- Graham


madhg wrote:

This attempt at a parenthesized appoggiatura produces tiny tiny parentheses,
enclosing the notehead only; and the accidental is outside, instead of
inside, the parentheses.

\version "2.11.25"
\new Score
{
   \new Staff  \relative c' {
 \appoggiatura <\parenthesize cis>8 d  
	   }

}

Lilypond bug or user error?




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


Re: Problem: ragged-last = ##t gives cramped last line

2007-06-16 Thread Han-Wen Nienhuys

2007/6/16, Jonas Nyström <[EMAIL PROTECTED]>:


I want to use ragged-last = ##t because short examples shouldnt be wider
than needed.
Problem: When the example use more than one system, the last system
sometimes is "cramped" —
to tight formatted when the notes (almost) colliding.
In the example below, the second system should break after six bars, just
like the first system - shouldn't it?
Any ideas how to solve this?

Best regards / Jonas

\version "2.8.1"


there is a faint possibility that this may have changed in the past
years; we're at 2.11.26 now.

--
Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: SVG previews

2007-06-16 Thread Keenan Pepper

On 6/8/07, Keenan Pepper <[EMAIL PROTECTED]> wrote:

I want Lilypond to produce an SVG file (for uploading to Wikipedia),
but I don't want it to be a whole page. I thought "lilypond -b svg
--preview" would do the trick, but apparently those options are
incompatible:


Does anyone have any suggestions yet?

Keenan


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


Again Fontsizes in stanzas

2007-06-16 Thread Sebastian Menge

Hi

I'm still looking for a way to fit latex fonts with lilypond fonts for
stanzas.

So heres what I do: include a lilypond snippet in my latex file, add
more stanzas below it with latex.

Someone here suggested to use newcent as latex font. I do that and the
fonts seem to to be the same, but not the sizes. :-/

I can enlarge the whole staff using the staffsize option, but i want the
_same_ fontsize as in latex. (e.g. \large)

How can I do that? If thats to complicated in lilypond, what is the font
lilypond uses, so i can change the latex font accordingly?

Sebastian.


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


Re: Text alignment center of note head

2007-06-16 Thread Mats Bengtsson

Arjen Bax wrote:


TiagoM  gmail.com> writes:


 


How can one align a \markup with the center of the notehead instead of it's
left edge?
   



Use \halign:

\version "2.10.20"
{
 c''^\markup{\halign #0 "Centered"}
}

See
http://lilypond.org/doc/v2.10/Documentation/user/lilypond/Overview-of-text-markup-commands#Overview-of-text-markup-commands
 


In that case, I would rather propose
c''^\markup{\hcenter "Centered" }
or
\override TextScript #'self-alignment-X = #CENTER c''^"Centered"

However, if I understand correctly, the question was about the
alignment point of the note, not of the text itself. You can get
it centered on the note head by the setting:

\override TextScript #'X-offset =#(ly:make-simple-closure
 `(,+
   ,(ly:make-simple-closure (list 
ly:self-alignment-interface::centered-on-x-parent))
   ,(ly:make-simple-closure (list 
ly:self-alignment-interface::x-aligned-on-self


I recommend you to use copy/paste to insert this into your file,
since it's very critical to get all backwards quote marks and commas
correct.

  /Mats



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


Re: Help with more than 4-part choir

2007-06-16 Thread Mats Bengtsson

If you just move your \clef indications within the
curly brackets for each part, everything should
work much better. For example
 sopsMusic = \relative c'   
 {\clef treble

  g' g g g | c c c c |
  }

Also, you had a "<<" too much before the "men" ChoirStaff.

  /Mats

Roz Sherris wrote:


Hi, I'm a Lilypond beginner, so sorry if this is a really basic query.
 
 I've managed to produce 4-part vocal music - really useful!!!  
However, I've got something that has a sop solo and 7 choral parts, 
which I'd prefer on separate staves, since they're quite clashy.  I've 
tried to extrapolate from successful 4-part stuff, and ended up with 
the text file below (notes are currently just random for test 
purposes).  But the pdf this creates has the 7 choir parts first, then 
the solo line and lyrics with blank clefs at the right pitch (I'm not 
worried that the double stave looks a bit funny, and I don't even need 
the choir words really, since they're just humming).
 
Can anyone help me sort this out please??? 
 
Cheers
Roz 
 
 
 \version "2.10.10"

\header {
  title = "solo + 7-part choir test"
   }
global = {
\key c \major
\time 4/4
\tempo 4=56
}

  soloMusic = \relative c' {
 a' a a a | b b b b |
   }
  soloLyrics = \lyricmode {
   Words, words words words
   }
  sopsMusic = \relative c'
\clef treble
  { g' g g g | c c c c |
   }
  sopsLyrics = \lyricmode {
   Hmm --
   }
  altoaMusic = \relative c'
\clef treble
  { e' e e e | g g g g |
   }
  altoaLyrics = \lyricmode {
   Hmm --
   }
  altobMusic = \relative c'
\clef treble
  { c' c c c | d d d d |
   }
  altobLyrics = \lyricmode {
   Hmm --
   }
  tenoraMusic = \relative c'
\clef "treble_8"
  { a a a a | b b b b |
   }
  tenoraLyrics = \lyricmode {
   Hmm --
   }
  tenorbMusic = \relative c'
\clef "treble_8"
  { f' f f f | a a a a |
   }
  tenorbLyrics = \lyricmode {
   Hmm --
   }
  bassaMusic = \relative c
\clef bass
  { d d d d | g g g g |
   }
  bassaLyrics = \lyricmode {
   Hmm --
   }
  bassbMusic = \relative c
\clef bass
  { b b b b | c c c c |
   }
  bassbLyrics = \lyricmode {
   Hmm --
   }
  \score {
 << 
   \new ChoirStaff = "women" <<

 \new Staff = solosop
   \new Voice = "solosop" { \global \soloMusic }
   \new Lyrics = solosop { s1 }
 \new Staff = sopranos
   \new Voice  = "sopranos" { \global \sopsMusic }
   \new Lyrics = sopranos { s1 }
 \new Staff = altoa
   \new Voice  = "altoa" { \global \altoaMusic }
   \new Lyrics = altoa { s1 }
 \new Staff = altob
   \new Voice  = "altob" { \global \altobMusic }
   \new Lyrics = altob { s1 }
 
   \context Lyrics = solosop \lyricsto solosop \soloLyrics

   \context Lyrics = sopranos \lyricsto sopranos \sopsLyrics
   \context Lyrics = altoa \lyricsto altoa \altoaLyrics
   \context Lyrics = altob \lyricsto altob \altobLyrics
   >>
   <<
   \new ChoirStaff = "men" <<
\new Staff  = tenora
   \new Voice = "tenora" { \global \tenoraMusic }
   \new Lyrics = tenora { s1 }
\new Staff  = tenorb
   \new Voice =  "tenorb" { \global \tenorbMusic }
   \new Lyrics = tenorb { s1 }
\new Staff  = bassa
   \new Voice = "bassa" { \global \bassaMusic }
   \new Lyrics = bassa { s1 }
\new Staff  = bassb
\new Voice = "bassb" { \global \bassbMusic }
   \new Lyrics = bassb { s1 }
 
   \context Lyrics = tenora \lyricsto tenora \tenoraLyrics

   \context Lyrics = tenorb \lyricsto tenorb \tenorbLyrics
   \context Lyrics = bassa \lyricsto bassa \bassaLyrics
   \context Lyrics = bassb \lyricsto bassb \bassbLyrics
  >>
  >>
   
\layout {

   \context {
  % a little smaller so lyrics
  % can be closer to the staff
  \Staff
  \override VerticalAxisGroup #'minimum-Y-extent = #'(-1 . 1)
 }
   \context {
  \Score
  \override SpacingSpanner
#'base-shortest-duration = #(ly:make-moment 1 32)
 }
 }
}
 



Re: Misplaced lyrics

2007-06-16 Thread Joseph Haig

Should I send this to the bug list?

On 13/06/07, Joseph Haig <[EMAIL PROTECTED]> wrote:

I am using automatic note splitting (section 6.2.7 of the guide) and I
have encountered a problem with lyrics.  I have attached a sample
(first few bars of the top parts of a Palestrina Mass) with the words
"Ky -- rie e -- lei -- son" but the 'e' of 'eleison' appear on the
first notes of bars 2 and 3 in the soprano and alto parts
respectively, while they should be on the 3rd beats.  In both these
cases, the note at the start of the bar is split over the barline by
lilypond.  I have tried this in the latest stable version, 2.10.25.
Can anyone suggest a way to fix this?

Thanks,

Joe





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


Re: Again Fontsizes in stanzas

2007-06-16 Thread Mats Bengtsson

Sebastian Menge wrote:


Hi

I'm still looking for a way to fit latex fonts with lilypond fonts for
stanzas.

So heres what I do: include a lilypond snippet in my latex file, add
more stanzas below it with latex.

Someone here suggested to use newcent as latex font. I do that and the
fonts seem to to be the same, but not the sizes. :-/

I can enlarge the whole staff using the staffsize option, but i want the
_same_ fontsize as in latex. (e.g. \large)


The definition of \large in LaTeX depends on the main font size
used in your document. For example, you get different sizes if you
have
\documentclass[12pt]{article}
or
\documentclass[10pt]{article}
and to figure out exactly what size is used, you may have to
look into the source code of LaTeX.

Similarly, the font size used in LilyPond is determined relative
to the main staff size and again you may have to look into the
source code to figure out exactly what number is used in a
particular situation.

However, it's easy to adjust the font size used for Lyrics
in LilyPond, for example adding
\layout{
 \context{
   \Lyrics
   \override LyricText #'font-size = #+3.5
 }
}

Then, you can use trial and error to match the size to
your document.



How can I do that? If thats to complicated in lilypond, what is the font
lilypond uses, so i can change the latex font accordingly?


This is exactly what
\usepackage{newcent}
does! Of course, with the exception of the font size, as you
already have noticed.

Of course, an alternative solution for you is to typeset the
additional stanzas as standalone \markup blocks in your
LilyPond code. See the section "Printing stanzas at the end"
in the LilyPond manual. This is probably much easier.

  /Mats



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


Re: figured bass above/below notes?

2007-06-16 Thread Valentin Villenave

2007/6/16, Graham Percival <[EMAIL PROTECTED]>:


> Thanks, I knew there must be a way.  Would be good to add a few words about
> this in the documentation of fig bass?

http://lilypond.org/web/devel/participating/documentation-adding


Another simple and quick way to contribute would be to post it on the
LilyPond Snippet Repository: http://lsr.dsi.unimi.it/LSR/

That said, I've just added it myself, so you no longer need to :)

Regards,
Valentin


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


Re: Again Fontsizes in stanzas

2007-06-16 Thread Sebastian Menge

On Sun, 17 Jun 2007, Mats Bengtsson wrote:

However, it's easy to adjust the font size used for Lyrics
in LilyPond, for example adding
\layout{
\context{
  \Lyrics
  \override LyricText #'font-size = #+3.5
}
}

Then, you can use trial and error to match the size to
your document.


Thanks for your precise answer. But im somehow unhappy with "trial and
error, when doing type-setting. To have one setting that controls all
the text (or music) of one kind, is the major strength of good type setting
systems.

So when I embed music into text, I somehow want to pass my text settings
to the music. Some things work already (indent, linewidth). But fontsize
would be a nice option for \lilypondfile, infact the whole set of
options should be "broadened" to use more latex settings inside
lilypond.

Ah, i'm getting into development stuff again... (always
happens to me when thinking about howto improve programs I only use :-)
)

Thanks, Sebastian.


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


Re: title on every page?

2007-06-16 Thread Valentin Villenave

2007/6/16, Mats Bengtsson <[EMAIL PROTECTED]>:


See http://lists.gnu.org/archive/html/lilypond-user/2007-02/msg00638.html


It's been added to the LSR now; hope it'll help.

Valentin.


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