Re: define own variables

2007-03-28 Thread Mats Bengtsson
You have hit upon a fine detail in the Scheme programming language. One solution is to do Abstand = #(define-music-function (parser location wert) (number?) #{ \overrideProperty #"Score.NonMusicalPaperColumn" #'line-break-system-details #`((fixed-alignme

Re: centered instrument name Piano

2007-03-28 Thread Mats Bengtsson
The reason is that the template includes the pedal instructions within the PianoStaff, so the center of the full PianoStaff will be calculated taking the pedal instructions into account. The simple solution is to move the pedal line out of the PianoStaff: \score { << \new PianoStaff <<

Re: modern, simple chord charts desired

2007-03-28 Thread Mats Bengtsson
How about the following: \version "2.10.10" \header { title = "Grandma's Feather Bed" meter = "Quick Old-Timey" } harmonies = \chordmode { d g d a:7 \break d g a:7 d \break } text = \lyricmode { \mark "VERSE 1" "When I was a" "little bitty boy" "just up off the" floor \break \mark "CH

Re: "non adjacent" glissando: state of the art?

2007-03-28 Thread Mats Bengtsson
It would be much easier to realize exactly what you want to achieve if you included an example of the LilyPond code you use today (or at least provide an exact reference to some of the earlier emails you mention). /Mats Andrea Valle wrote: Hi to all, I'm experimenting what seems to be a co

lilypond-book: ignoring LaTeX errors

2007-03-28 Thread Dmytro O. Redchuk
Hello, i've started to think about how good it could be to re-type one of already prepared score brochures from musixtex to lilypond (A4, 40-50 pages). So, i took the same tex source (with the same geometry) and tried to replace some scores with lilypond made ones. Mmm.. The pr

Re: modern, simple chord charts desired

2007-03-28 Thread Dominic Neumann
2. first line of first verse shouldn't be indented try adding indent = #0 to the layout { } block. also you could add the following to layout { } block to remove the barnumbers you probably don´t want: \context { \Score \remove "Bar_number_engraver" }

Re: modern, simple chord charts desired

2007-03-28 Thread Adam Monsen
Adam Monsen gmail.com> writes: > Is it possible to create modern, simple chord charts with LilyPond? I'm > thinking of the kind that are commonly used for sing-alongs that have > simply lyrics and chord names above the words. Something like this: > > DGD

modern, simple chord charts desired

2007-03-28 Thread Adam Monsen
Is it possible to create modern, simple chord charts with LilyPond? I'm thinking of the kind that are commonly used for sing-alongs that have simply lyrics and chord names above the words. Something like this: DGD A7 When I was a little bitty boy just

Re: bug? \lyricsto aligns with markup, not with note

2007-03-28 Thread Dominic Neumann
Hi, I´ve tried it with my version 2.10.20 and it seems to work as appreciated (see attachment). Maybe you should update to the current stable version. You can install it without the debian package system or so. Dominic 2007/3/28, Arjen Bax <[EMAIL PROTECTED]>: Hello lily-lovers, Before fil

Re: `error: template with C linkage' in compile.

2007-03-28 Thread thorne
Mats Bengtsson <[EMAIL PROTECTED]> writes: > The error messages mention the include file /usr/include/gmp-i386.hh, which > belongs to the gmp library, which isn't used directly by LilyPond but > is included > through libguile.h, i.e. the Guile standard include file. I would > start to verify that

Re: manipulate BarLine

2007-03-28 Thread Roland Goretzki
Hello list, hello Kieren, You wrote: > >Using version 2.10.20 with piano staff I've tried to manipulate the > >BarLine (in the attached file with #'transparent), but this has only > >effect to the bar lines in the particular systems and not to the bar > >line between the systems. > > Try > >

Re: MetronomeMark does not obey staff-padding

2007-03-28 Thread Graham Percival
I've added this as a feature request: http://code.google.com/p/lilypond/issues/detail?id=342 Cheers, - Graham Mats Bengtsson wrote: Dmytro O. Redchuk wrote: On Sun, Mar 25, 2007 at 10:20:39PM -0400, Bryan Stanbridge wrote: Greetings, I'm not sure if this is a bug, but given my tests, I

centered instrument name Piano

2007-03-28 Thread Pianista
Hi, I'm using the piano template with centered dynamics and I put in the score book \set PianoStaff.instrumentName = "piano" but it doesn't appear centered. How Can I fix that? Thanks. Fúlvio. -- View this message in context: http://www.nabble.com/centered-instrument-name-Piano-tf3482880.html#

"non adjacent" glissando: state of the art?

2007-03-28 Thread Andrea Valle
Hi to all, I'm experimenting what seems to be a common problem. I have to use glissandos connecting non adjacent notes, e.g. g4~g16 a8. . The common notation, and also the one suggested by Stone (p. 21), is to indicate the rhythm without noteheads. So, I'd like to have a straight line conn

bug? \lyricsto aligns with markup, not with note

2007-03-28 Thread Arjen Bax
Hello lily-lovers, Before filing this as a bug, I thought to ask it on the lilypond users list first whether is is a bug or a feature. Using lilypond 2.8.7 (which is the current version on Debian Etch). When attaching Lyrics to a Voice with \lyricsto and the Lyrics context is above the Voice con

Re: manipulate BarLine

2007-03-28 Thread Kieren MacMillan
Hi, Roland -- Using version 2.10.20 with piano staff I've tried to manipulate the BarLine (in the attached file with #'transparent), but this has only effect to the bar lines in the particular systems and not to the bar line between the systems. Try \once \override Score.BarLine #'transpare

manipulate BarLine

2007-03-28 Thread Roland Goretzki
Hi, Using version 2.10.20 with piano staff I've tried to manipulate the BarLine (in the attached file with #'transparent), but this has only effect to the bar lines in the particular systems and not to the bar line between the systems. I searched in the archives and in the LSR, but couldn't find

define own variables

2007-03-28 Thread Roland Goretzki
Hi, Using version 2.10.20 I've tried to define an own variable, but it doesn't seem to work, although lilypond doesn't give an error or warning. In the attached .ly -file I'm using a variable "manualBeam" taken from the documentation, and this does work as expected. I'm no programmer, so I can't

figured base with suspensions

2007-03-28 Thread Alan Jones
Hi, I'm trying to use lilypond to prepare homework for my first year theory class, so the figured base feature is of interest to me. However, my text book and teacher use base figures with suspensions, e.g.: 6 2-3 ... for first inversion triad with base voice 2-3 suspension. I've tried using mu

Re: `error: template with C linkage' in compile.

2007-03-28 Thread Mats Bengtsson
The error messages mention the include file /usr/include/gmp-i386.hh, which belongs to the gmp library, which isn't used directly by LilyPond but is included through libguile.h, i.e. the Guile standard include file. I would start to verify that gmp, Guile and gcc have compatible versions. /M