Re: Can I have my own custom LilyPond?

2007-07-25 Thread Tao Cumplido
Hello, I also use my own font. I am no programmer, so I use skips with the chords attached as TextScript. Maybe it would really be nice to have different Chord symbol solutions available since there's not standardised way to do it. For example a major 7 chord can be written the following ways:

Re: How to screen-optimize stems

2007-07-25 Thread Han-Wen Nienhuys
2007/7/20, Rune Zedeler [EMAIL PROTECTED]: Hehe, I found out there is a really simple solution of how to make stems look nice in acroread. In all its simplicity, add \paper { blot-diameter = 2 \pt } :-) Now all stems appear to have same thickness in acroread. Unfortunately it does not work

Re: file refuses to line or page break

2007-07-25 Thread Han-Wen Nienhuys
2007/7/19, Nicolas Sceaux [EMAIL PROTECTED]: pageBreak should include a bar check by default. Anyone for a patch? You may want to force a line or page break in the middle of a bar, using the \bar trick. So we should not add a barCheck to pageBreak. I know, but people that need such

Re: Can I have my own custom LilyPond?

2007-07-25 Thread Mats Bengtsson
Quoting Tao Cumplido [EMAIL PROTECTED]: Hello, I also use my own font. I am no programmer, so I use skips with the chords attached as TextScript. Why not write them as a lyrics line (with explicit durations on each syllable)? Then you don't need to type all the skips and you will also get

Re: Overly thick results from markup with draw-line

2007-07-25 Thread Han-Wen Nienhuys
2007/7/24, Trevor Bača [EMAIL PROTECTED]: Hi, Is there a reason the nibbed output of draw-line is almost 20 times thicker than usual (rather than just 2 times thicker like the rest of the TextSpanner)? This is classical typography, evidently! ;) I think you are have found a bug;

Re: Indenting Coda System

2007-07-25 Thread Bertalan Fodor
Try to write it as a separate \score { } block. In printed music, I often see the coda system at the end of a piece on its own line and indented. In Lilypond, I can place the coda symbol and break the line, but how do I indent the system? Can't figure it out. Thanks!

textSpanner again.

2007-07-25 Thread Peter Terpstra
Dear Readers, From the lilypond documentation i have this: % Start c1 \textSpannerDown \override TextSpanner #'bound-details #'left #'text = \markup { \upright rall } c2\startTextSpan b c\stopTextSpan a % End I get this error: GNU LilyPond 2.10.25 Processing `tmp.ly' Parsing... tmp.ly:2:0:

Re: textSpanner again.

2007-07-25 Thread Martial
hi the syntaxe changed in 2.11.. You use version 2.10.25 try this %% \version 2.10.25 { c1 \textSpannerDown \override TextSpanner #'edge-text = #'(rall . ) c2\startTextSpan b c\stopTextSpan a } %%% regard From the lilypond documentation i have this: % Start c1 \textSpannerDown

Re: textSpanner again.

2007-07-25 Thread Peter Terpstra
Martial in [EMAIL PROTECTED] : the  syntaxe  changed in 2.11.. Ah, and wher do i find the documentation for the stable 2.10. ? Or is there a stable version of 2.11 coming soon? Thanks you very much for your answer! P. -- mailto:[EMAIL PROTECTED]

Horizontal brackets

2007-07-25 Thread Siska Ádám
Hello Everyone, Since yesterday I also found that there are several kinds of horizontal brackets: volta brackets, mensural ligature brackets, analysis brackets, the \hbracket markup command (well, that puts a second bracket, but in reversed direction), measure group brackets, piano pedal

Re: Horizontal brackets

2007-07-25 Thread Trevor Bača
On 7/25/07, Siska Ádám [EMAIL PROTECTED] wrote: Hello Everyone, Since yesterday I also found that there are several kinds of horizontal brackets: volta brackets, mensural ligature brackets, analysis brackets, the \hbracket markup command (well, that puts a second bracket, but in reversed

Re: Horizontal brackets

2007-07-25 Thread Siska Ádám
Hello, thank you. Actually I'm using the stable version (2.10.10 as far as I know), and I don't really want to change it to a version under development unless I'd be really forced to do that. Don't you have some idea that works also with the stable version? (I tried both, but they didn't

Re: Horizontal brackets

2007-07-25 Thread Trevor Bača
On 7/25/07, Siska Ádám [EMAIL PROTECTED] wrote: Hello, thank you. Actually I'm using the stable version (2.10.10 as far as I know), and I don't really want to change it to a version under development unless I'd be really forced to do that. Don't you have some idea that works also with the

Re: textSpanner again.

2007-07-25 Thread Martial
Ah, and wher do i find the documentation for the stable 2.10. ? Or is there a stable version of 2.11 coming soon? here http://lilypond.org/ it't cool isn't it ? follow the links Download and Documentation at top this page ___

Re: Horizontal brackets

2007-07-25 Thread Siska Ádám
Hello, the problem is that I can't figure out how to set up the #'edge-text property to draw the lines (the markup doesn't accept the draw-line command, and it's not included in the list of valid markup commands for 2.10.10). Now I've spent at about an hour with adopting the code that I got

right align?

2007-07-25 Thread Peter Terpstra
Dear Readers, \header { title = Old dance subtitle = \markup \tiny \italic { \right-align { From \Jane Pickerings lute book\ } } } But the tekst stays in the center, what could be a solution? Kind Regards, Peter -- mailto:[EMAIL PROTECTED]

Re: right align?

2007-07-25 Thread Tao Cumplido
hi, try the fill-line command instead of right-align: \header { title = Old dance subtitle = \markup \tiny \italic { \fill-line { From \Jane Pickerings lute book\} } } you just have to add an empty string which will be on the left edge of the page. regards, Tao

Re: vertical brackets

2007-07-25 Thread Werner LEMBERG
From that idea, I get this ugly solution After applying the idea to some chords I'm sorry to say that it is usable only for the simplest cases. As soon as there are more accidentals it fails miserably because accidentals are either shifted too much to the left or even disappearing (this seems

Re: vertical brackets

2007-07-25 Thread Werner LEMBERG
... or was your question how to get _two_ of them? I would guess that this would be relatively easy, although you might have to move the Arpeggio Engraver into the Voice context instead of a Staff. The Arpeggio Engraver is already in the Voice context, as far as I can see... Werner

Re: right align?

2007-07-25 Thread Peter Terpstra
Tao Cumplido in [EMAIL PROTECTED] : you just have to add an empty string which will be on the left edge of the page. Thank you very much! P. -- mailto:[EMAIL PROTECTED] ___ lilypond-user mailing list lilypond-user@gnu.org

Re: Horizontal brackets

2007-07-25 Thread Trevor Bača
Hi Adam, There's a way to turn LilyPond markup commands like \draw-line into Scheme expressions; the method is documented in 12.4.1 Markup construction in Scheme in the 2.11 version of the manual; and I think the concept is exactly the same in 2.10. So maybe this will work ... \once

Re: Horizontal brackets

2007-07-25 Thread Siska Ádám
Hello, actually, that was the first thing I tried, but it seems to me that the draw-line command doesn't exist in 2.10.25 (sorry for the prior misspelling, I'm using 2.10.25, not 2.10.10 -- although this doesn't really make a difference, I suppose). But, after tweaking a few hours with the

Microtone accidentals

2007-07-25 Thread Siska Ádám
Dear Users, I'm engraving a score that has several microtonal accidentals of 1/6 pitches. I know that there are no 1/6-pitch accidentals in Lilypond (as far as I know there are only 1/4 tone accidentals), and I have a very short deadline for this work, so I don't think I could put this wish

Horizontal lines and barlines

2007-07-25 Thread Siska Ádám
Hello, does anyone know how to connect a horizontal line (better would be a zig-zag line with maybe an arrow at the end, like the one that exists for arpeggio) exactly to a (volta) barline? This is a common sign if you have a set of notes and want to let them repeat undetermined times by

Re: grace note leading to chord

2007-07-25 Thread Gilles THIBAULT
In a piece I am engraving with lilypond I have an acciaccatura leading to a chord. The acciaccatura should actually lead to a specific note in that chord (the highest one in my case). However, lilypond treats the chord as one unit and doesn't allow to lead the acciaccatura to one of the

Re: Microtone accidentals

2007-07-25 Thread Valentin Villenave
2007/7/26, Valentin Villenave [EMAIL PROTECTED]: What about the following trick? (It looks ugly on screen, but fine when printed) [snip] I forgot to mention that it will only work with 2.11 (the syntax has changed since 2.10). Since you're running 2.10, you may have to use a few

Re: Horizontal brackets

2007-07-25 Thread Siska Ádám
Sic transit gloria mundi. I found it in the snipplet repository now. The problem was, that I hadn't search for the keyword 'line'. Here's the code: \textSpannerUp \once \override TextSpanner #'edge-text = #'( . ) \once \override TextSpanner #'edge-height = #'(1 . 1) \once

Re: grace note leading to chord

2007-07-25 Thread Gilles THIBAULT
In a piece I am engraving with lilypond I have an acciaccatura leading to a chord. The acciaccatura should actually lead to a specific note in that chord (the highest one in my case). Do you mean something like that? %%%snippet \new Staff { \new Voice {\slurDown \acciaccatura b'8

Re: grace note leading to chord

2007-07-25 Thread Valentin Villenave
2007/7/24, jazzman [EMAIL PROTECTED]: In a piece I am engraving with lilypond I have an acciaccatura leading to a chord. The acciaccatura should actually lead to a specific note in that chord (the highest one in my case). Do you mean something like that? %%%snippet \new Staff { \new

Re: grace note leading to chord

2007-07-25 Thread Valentin Villenave
2007/7/26, Gilles THIBAULT [EMAIL PROTECTED]: Yes, i tried something like that but as you can see, the \acciaccatura is very far from the note c''. I wouldn't say *very* far; of course it helps if you add \layout { ragged-right = ##t } It is because the hide note c'' is next to the c'' of

Re: Microtone accidentals

2007-07-25 Thread Valentin Villenave
2007/7/25, Siska Ádám [EMAIL PROTECTED]: As an explanation, the 1/6 pitch accidentals are actually simple vertical arrows, which can be standalone (that means 1/6 pitch higher or lower as the base pitch) or combined with sharp symbols (if this is the case, the obtained pitch is 1/6 higher or

Re: No \markup in the \layout block?

2007-07-25 Thread Nicolas Sceaux
Trevor Bača [EMAIL PROTECTED] writes: But this causes explosions: %%% EX 2 %%% \version 2.11.26 \new Staff { c'4 } \layout { \context { \Staff \override TextSpanner #'bound-details #'right #'text = \markup { end } } } As a workaround, you can try: \layout {

Re: Horizontal brackets

2007-07-25 Thread Trevor Bača
On 7/25/07, Siska Ádám [EMAIL PROTECTED] wrote: Hello, actually, that was the first thing I tried, but it seems to me that the draw-line command doesn't exist in 2.10.25 (sorry for the prior misspelling, I'm using 2.10.25, not 2.10.10 -- although this doesn't really make a difference, I