Re: FW: Putting horizontal brackets at a fixed y-position

2005-09-27 Thread Sven Axelsson
Han-Wen Nienhuys [mailto:[EMAIL PROTECTED]] wrote: [EMAIL PROTECTED] wrote: Is there already a non-hackish way of putting horizontal brackets (voltas and analysis brackets) at a *fixed* y-position unaffected by the bracketed music? If not I'm willing to sponsor such a feature that for both

Re: ignoring ties for lyrics

2005-09-27 Thread Mats Bengtsson
It seems that the problem in your example was that you used \addlyrics and not \lyricsto. I don't understand why it should make a difference and I add a copy to bug-lilypond about this problem. Anyway, just rewrite your \score block into the following and everything works as a sharm (at least as

Re: Associating transparent note heads with a tie

2005-09-27 Thread Mats Bengtsson
Why do you want it? To me it seems that what you are trying to do is a poor mans version of the Laissez vibrer ties that have just been introduced in the latest development version. Take a look at the NEWS link at the documentation page for version 2.7 at www.lilypond.org. /Mats Kevin

Re: FW: Putting horizontal brackets at a fixed y-position

2005-09-27 Thread Han-Wen Nienhuys
Sven Axelsson wrote: That is very close to what I need. It works perfectly for analysis brackets but it appears that the staff-position can't be more than 8 (or perhaps 7.5), which puts the volta brackets a little too close to the staff. If I could raise those one more note space it would be

Re: Putting horizontal brackets at a fixed y-position

2005-09-27 Thread Sven Axelsson
Han-Wen Nienhuys wrote: Sven Axelsson wrote: That is very close to what I need. It works perfectly for analysis brackets but it appears that the staff-position can't be more than 8 (or perhaps 7.5), which puts the volta brackets a little too close to the staff. If I could raise those one

Re: Putting horizontal brackets at a fixed y-position

2005-09-27 Thread Han-Wen Nienhuys
Sven Axelsson wrote: Well, of course. I made it a global override using \layout { \context { \Score \override VoltaBracket #'Y-offset-callbacks = #(list Staff_symbol_referencer::callback) \override VoltaBracket #'staff-position = #8 } } and it seems that the

Re: lilypond-book/(La)TeX knowledge required

2005-09-27 Thread Jean-Charles
Laura Conrad (LC) a écrit : J-C == Jean-Charles [EMAIL PROTECTED] writes: J-C Just another silly question about using emacs for handling .lytex files: J-C How can I get the same fontifying as when opening a .tex or .ltx file? LC I just manually say M-x latex-mode. The _right

Re: Putting horizontal brackets at a fixed y-position

2005-09-27 Thread Sven Axelsson
On 27/09/05, Han-Wen Nienhuys [EMAIL PROTECTED] wrote: Sven Axelsson wrote: Well, of course. I made it a global override using \layout { \context { \Score \override VoltaBracket #'Y-offset-callbacks = #(list Staff_symbol_referencer::callback) \override

Analysis brackets start too early

2005-09-27 Thread Sven Axelsson
Is this really how it's supposed to work? The below code puts a bracket over a b c and not only over b c as expected. \version 2.7.10 \new Staff \with { \consists Horizontal_bracket_engraver }\relative c'' { a \startGroup b c \stopGroup d }-- Sven Axelsson

Re: Associating transparent note heads with a tie

2005-09-27 Thread Kevin Nowaczyk
The standard for professional rock guitar tablature is to only display the fret number when the note is first struck. The exception being to redisplay the fret number within parenthesis if the tie goes over a bar line. I currently have \override TabStaff.Ties #'transparent = ##t set as the

Re: Putting horizontal brackets at a fixed y-position

2005-09-27 Thread Mats Bengtsson
Sven Axelsson wrote: \score { \relative c'' { \repeat volta 2 { a b c d } \alternative { { d' c b a } { e c d b } } } \layout { \context { \Score \override VoltaBracket #'Y-offset-callbacks = #(list Staff_symbol_referencer::callback) \override VoltaBracket #'staff-position =

Re: Vertical spacing tweaks.

2005-09-27 Thread Han-Wen Nienhuys
Nicolas Sceaux wrote: Ok, cool, that's exactly what I would like. If Trevor is also OK, we should have enough for line-break-system-details and alignment-stretch-factor, great! The first part of this is working, see

Re: Notation

2005-09-27 Thread Peter Mogensen
[EMAIL PROTECTED] wrote: Instead of sitting and listening several time to learn and play a music from CD's of own choice, is there any software available in the music industry to generate notation and chords and that can be printed in sheet music form (at least the lead instruments)

Re: Vertical spacing tweaks.

2005-09-27 Thread Trevor Bača
On 9/27/05, Han-Wen Nienhuys [EMAIL PROTECTED] wrote: Nicolas Sceaux wrote: Ok, cool, that's exactly what I would like. If Trevor is also OK, we should have enough for line-break-system-details and alignment-stretch-factor, great! The first part of this is working, see

tremolos on beamed notes

2005-09-27 Thread Peter Mogensen
Hi, Are there any way to get the tremolo strokes on a beamed note to NOT align with the beam? Peter ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Fwd: tremolos on beamed notes

2005-09-27 Thread Sven Axelsson
On 27/09/05, Peter Mogensen [EMAIL PROTECTED] wrote: Hi,Are there any way to get the tremolo strokes on a beamed note to NOTalign with the beam?There will be in the next build. I just payed Han-wen to add that feature. You will be able to specify the desired slant through a property.-- Sven

Re: Vertical spacing tweaks.

2005-09-27 Thread Nicolas Sceaux
Trevor Bača [EMAIL PROTECTED] writes: On 9/27/05, Han-Wen Nienhuys [EMAIL PROTECTED] wrote: Nicolas Sceaux wrote: Ok, cool, that's exactly what I would like. If Trevor is also OK, we should have enough for line-break-system-details and alignment-stretch-factor, great! The first part of

Re: Vertical spacing tweaks.

2005-09-27 Thread Trevor Bača
On 9/27/05, Nicolas Sceaux [EMAIL PROTECTED] wrote: Trevor Bača [EMAIL PROTECTED] writes: On 9/27/05, Han-Wen Nienhuys [EMAIL PROTECTED] wrote: Nicolas Sceaux wrote: Ok, cool, that's exactly what I would like. If Trevor is also OK, we should have enough for line-break-system-details

Re: Analysis brackets start too early

2005-09-27 Thread Graham Percival
On 27-Sep-05, at 5:46 AM, Sven Axelsson wrote: Is this really how it's supposed to work? The below code puts a bracket over a b c and not only over b c as expected.  Remember that lilypond is almost all postfix notation. :) (think of the behavior of a slur or beams) Cheers, - Graham

Divided parts

2005-09-27 Thread Panteck
I'm writing a piece that has divided parts. My problem is that Lilypond is putting brackets around every line, not just the lines where the divisi occurs. I though that the SystemStartBracket.collapse-height property would take care of this for me automatically, but even when I try overriding

Slurs

2005-09-27 Thread Andrew Sidwell
I'm writing out the Brahms Cradle song (Wiegenlied, Op. 48 No. 2) in Lilypond, and there's a part where there's a note tied to two 16th grace notes. I was expecting af4 ( \grace { bf16 [af16] } ) to work, but that just errors on me. Any ideas? Cheers, Andrew Sidwell

RE: How to override bar line?

2005-09-27 Thread Fairchild
Title: Message Got it! Still think it is a bug. Here's the workaround. %% \version "2.4.6"\layout{ indent = 0 linewidth = 2.0\in }{ g'1 a' \bar "|." \break} { \override Staff.TimeSignature #'transparent = ##t\set Score.currentBarNumber = #3\repeat volta 2 { \bar "|:" b'

Re: Slurs

2005-09-27 Thread Graham Percival
On 27-Sep-05, at 2:05 PM, Andrew Sidwell wrote: I'm writing out the Brahms Cradle song (Wiegenlied, Op. 48 No. 2) in Lilypond, and there's a part where there's a note tied to two 16th grace notes. I was expecting af4 ( \grace { bf16 [af16] } ) to work, but that just errors on me. Any

Re: How to override bar line?

2005-09-27 Thread Erik Sandberg
On Tuesday 27 September 2005 23.21, Fairchild wrote: Got it! Still think it is a bug. Here's the workaround. Though your solution happens to work, it's an unsupported tweak. Don't expect it to work with future versions of lily. I did a quick test, and the following seems to be the right